@charset "UTF-8";
/* ========================================
   1) Theme Variables
======================================== */
:root {
  --filter-index: 211;
  --bottommenu-index: 111;
  --filter-mb-display: none;
  --bottommenu-display: block;
}

/* ========================================
   2) Layout + Desktop Base
======================================== */
.page-wrapper {
  padding-bottom: 0;
  padding-top: 0;
}

.homebox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  color: #1e1e1e;
}
.homebox .myleftbox .leftboxson {
  padding: 20px;
  border-radius: 10px;
  background: #FDFAF8;
  border: 1px solid #F0E9E2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 16px 0px 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 14px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.homebox .myleftbox .toplevel {
  width: 100%;
}
.homebox .myleftbox .toplevel dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 0;
  border-radius: 10px;
}
.homebox .myleftbox .toplevel dd dl {
  padding: 9px 0;
  width: 33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  cursor: pointer;
}
.homebox .myleftbox .toplevel dd dl p {
  margin: 0;
}
.homebox .myleftbox .toplevel .active {
  border-radius: 10px;
  border: 2px solid #d9d9d9;
}
.homebox .myleftbox .myfilters .filtergroup {
  margin-bottom: 15px;
}
.homebox .myleftbox .myfilters .filtertitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
}
.homebox .myleftbox .myfilters .filterdesc {
  color: #1e1e1e;
}
.homebox .myleftbox .myfilters .fitercontent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1px;
}
.homebox .myleftbox .myfilters .personbutton {
  font-size: 14px !important;
  font-weight: normal !important;
  border-radius: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  background: #F9F3ED;
  border: 1px solid #F0E9E2;
  margin: 4px;
}
.homebox .myleftbox .myfilters .personbutton:hover, .homebox .myleftbox .myfilters .personbutton.active {
  border: 1px solid #ffc300;
  background: #ffc300;
}
.homebox .myleftbox .myfilters .personbutton.personbutonhide {
  display: none;
}
.homebox .myleftbox .myfilters .showmore .up,
.homebox .myleftbox .myfilters .showmore .down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.homebox .myleftbox .myfilters .showmore .up:hover,
.homebox .myleftbox .myfilters .showmore .down:hover {
  background: #F9F3ED;
}
.homebox .myleftbox .myfilters .showmore .up {
  display: none;
}
.homebox .myleftbox .myfilters .showmore .up svg {
  rotate: 180deg;
  cursor: pointer;
}
.homebox .myleftbox .myfilters .showmore div {
  color: #1e1e1e;
  font-size: 14px;
  font-weight: 600;
}
.homebox .myrightbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 1020px;
}
.homebox .myrightbox .scrollfa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
.homebox .myrightbox .scrollfa h3 {
  color: #1e1e1e;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
}
.homebox .myrightbox .scroll-container4 {
  margin: 0 20px;
  margin-top: 30px;
  margin-bottom: 20px;
}
.homebox .myrightbox .viewmore {
  text-align: center;
  margin-bottom: 20px;
}
.homebox .myrightbox .viewmore button {
  height: 44px;
  padding: 12px 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 10px;
  border: 1px solid #ffc300;
  background: #ffc300;
  color: #1e1e1e;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.homebox .myrightbox .viewmore button:hover {
  scale: 1.05;
}
.homebox .line1 {
  position: relative;
}
.homebox .proofftag {
  position: absolute;
  top: 20px;
  left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #ea3e3e;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px;
  border-radius: 5px;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.homebox .proofftag svg {
  fill: #ea3e3e;
}
.homebox .line2 {
  color: #1e1e1e;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
}
.homebox .prodprice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin: 10px auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.homebox .saleprice {
  color: #ea3e3e;
  font-size: 16px;
  font-weight: 600;
}
.homebox .regularprice {
  color: #1e1e1e;
  font-size: 14px;
  font-weight: 400;
  text-decoration: line-through;
}

body {
  margin: 0;
}

.topimg img {
  width: 100%;
}

.scroll-container {
  position: relative;
  background-color: #f0f0f0;
  /* 背景色可以自定义 */
  overflow: hidden;
}

.scroll-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  width: 100%;
  /* position: absolute; */
  top: 0;
  left: 0;
  will-change: transform;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.scroll-content img {
  display: inline-block;
  width: auto;
  /* 根据需要调整 */
  height: auto;
  margin-right: 24px;
  /* 图片间距 */
}

.firstline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.firstline h3 {
  color: #1e1e1e;
  font-size: 20px;
  font-weight: 600;
}

.mynav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 20px;
  margin-right: 15px;
}

.myscroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  /* width: 536px; */
  /* padding: 24px; */
  border-radius: 10px;
  /* background: #FFC300;
  margin:0 15px; */
}

.myscroll .myleft {
  border-radius: 10px;
}

.topline2 {
  white-space: normal;
}

.scroll-containermy {
  background: none;
}

.mynav svg {
  cursor: pointer;
}

.firstline {
  margin-bottom: 15px;
}

.salezone {
  margin-top: 20px;
  border-radius: 10px;
  border: 1px solid #d9d9d9;
  background: #fffcf0;
  overflow: hidden;
  position: relative;
}

.mynavsale {
  position: absolute;
  top: 20px;
  right: 20px;
}

#scroll-left4 {
  margin-right: 10px;
}

.scroll-container4 {
  margin-top: 30px;
  margin-bottom: 20px;
}

.mynavsale svg {
  cursor: pointer;
}

.scroll-container1 .myleft {
  max-width: 388px;
  margin-right: 10px;
}

.scroll-container .myleft img {
  max-width: inherit;
}

.myrightbox .scrollfa {
  margin-bottom: 25px;
}

.scroll-container2 .myleft {
  max-width: 300px;
  margin-right: 10px;
}

.scroll-container3 .myleft {
  max-width: 300px;
  margin-right: 10px;
}

.scroll-content4 .myscroll {
  width: 218px;
}

.scroll-content4 img:is([sizes=auto i], [sizes^="auto," i]) {
  contain-intrinsic-size: auto 218px;
}

.scroll-content4 .myscroll {
  gap: unset;
  margin-right: 20px;
}

.scroll-content4 .myscroll .myleft {
  width: 100%;
}
.scroll-content4 .myscroll .myleft .line1 {
  width: 100%;
}
.scroll-content4 .myscroll .myleft .line1 img {
  width: 100%;
}
.scroll-content4 .myscroll .myleft .line2 {
  min-width: 218px;
  overflow-wrap: break-word;
  /* 在单词边界处换行 */
  word-wrap: break-word;
  /* 兼容性 */
  white-space: normal;
}
.scroll-content4 .myscroll .myleft .line2 span {
  display: inline-block;
  word-break: break-all;
}

.myfilters h3 {
  margin-bottom: 0;
  color: #1e1e1e;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.myscroll .myleft img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  scale: 0.95;
  /* 对于大多数浏览器 */
  -webkit-user-drag: none;
  /* 对于 Safari */
  -moz-user-drag: none;
}

.myscroll .myleft img:hover {
  scale: 1;
  cursor: pointer;
}

.mybottommenu {
  display: none;
}

.leftboxson1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.leftboxson1 .close {
  display: none;
  cursor: pointer;
}

#mymask {
  display: none;
}

.leftboxson .close {
  display: none;
  cursor: pointer;
}

/* ========================================
   3) Responsive Rules
======================================== */
@media screen and (max-width: 767.98px) {
  .leftboxson .close svg {
    position: absolute;
    left: 80vw;
    top: 0;
    z-index: 1035;
    float: right;
  }
  .leftboxson .close {
    display: block;
  }
  .myrightbox {
    max-width: 100%;
    padding: 0 20px;
  }
  .firstline h3 {
    color: #292929;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    /* 166.667% */
  }
  .myright {
    color: #292929;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 214.286% */
  }
  .myleftbox {
    width: 100%;
    position: fixed;
    z-index: 1015;
    display: var(--filter-mb-display);
    overflow: scroll;
    max-height: calc(80vh - 110px);
    top: 110px;
  }
  #home .leftboxson {
    margin: 0;
    border-radius: 20px;
    position: fixed;
    top: 110px;
  }
  .leftboxson1 h3 {
    color: #1e1e1e;
    font-size: 24px;
    font-weight: 600;
  }
  .mybottommenu {
    display: var(--bottommenu-display);
    position: fixed;
    bottom: 0;
    z-index: var(--bottommenu-index, 111);
    width: 100%;
    background: #fff;
    color: #1e1e1e;
    font-size: 14px;
    font-weight: 600;
  }
  .mybottommson {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding: 8px;
  }
  .mybottommson .first {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mybottommson .second img {
    position: relative;
    top: -8px;
    max-width: 70px;
    max-height: 70px;
  }
  .mybottommenu .third svg path {
    stroke: #1e1e1e;
  }
  .toplevel {
    margin-bottom: 15px;
  }
  .mybottommson .third {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mybottomline {
    text-align: center;
    margin: 0 auto;
    width: 30%;
    margin-bottom: 7px;
  }
  .mybottomline .realline {
    height: 5px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 100px;
    background: var(--Labels-Primary, #000);
  }
  .firstline h3 {
    color: #1e1e1e;
    font-size: 16px;
    font-weight: 600;
  }
  .scroll-container1 .myleft {
    max-width: 300px;
  }
  .scroll-container2 .myleft {
    max-width: 260px;
  }
  #home .topimg img {
    height: 60px;
  }
  #home .mynavsale {
    top: 12px;
  }
  #home #mymask {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1004;
  }
  #home .myleftbox::-webkit-scrollbar {
    width: 0;
    /* 设置滚动条宽度为 0 */
    background: transparent;
    /* 可选，确保背景透明 */
  }
  #home .leftboxson {
    height: 100vh;
    overflow: scroll;
    display: block;
    width: 100%;
  }
  .mbtab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    border-bottom: 3px solid #ffc300;
    margin-bottom: 5px;
  }
  .mbtab div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .mbtab p {
    margin: 0;
    color: #737373;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 14px;
    padding-top: 14px;
  }
  .mbtab p.active {
    color: #1e1e1e;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .myleftfooter {
    position: fixed;
    /* 保持在底部 */
    bottom: 0;
    border-top: 1px solid #d9d9d9;
    -webkit-box-shadow: inset 0 5px 5px -5px rgba(0, 0, 0, 0.5);
            box-shadow: inset 0 5px 5px -5px rgba(0, 0, 0, 0.5);
    width: 100%;
    background: #fff;
    /* 贴底 */
  }
  .myleftfooter button {
    border-radius: 10px;
    background: #ffc300;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 48px;
    padding: 14px auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    width: 90%;
    margin: 10px auto;
  }
  .mybottommson {
    padding: 4px;
  }
  .mybottomline {
    text-align: center;
    width: 30%;
    margin: 0 auto 7px;
    position: absolute;
    text-align: center;
    bottom: 5px;
    margin: 0 auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .mybottommson .second img {
    top: -10px;
  }
  .mynav {
    display: none;
  }
  .scrollfa .scroll-container {
    overflow: scroll;
  }
  .scrollfa .scroll-container::-webkit-scrollbar {
    display: none;
    /* 对 WebKit 浏览器 */
  }
  .salezone .scroll-container {
    overflow: scroll;
  }
  .salezone .scroll-container::-webkit-scrollbar {
    display: none;
    /* 对 WebKit 浏览器 */
  }
}
.mybottomline {
  display: none;
}

#home .imgmodel {
  display: none;
}

[v-cloak] {
  display: none;
}

.myfilters {
  padding-top: 6px;
  width: 100%;
  min-height: 70vh;
}

.myhr {
  border-bottom: 1px solid #F0E9E2;
}

.filtergroup {
  padding-bottom: 16px;
  border-bottom: 1px solid #F0E9E2;
}

.filtergroup .boxfa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.filtergroup .box {
  width: 90%;
}

.filtergroup .boxfa {
  margin-bottom: 6px;
}

.toplevel h3 {
  color: #1e1e1e;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0px;
}

.toplevel span {
  color: #1e1e1e;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
  margin-bottom: 15px;
  margin-top: 6px;
}

.showmobilefa {
  overflow: hidden;
  width: 100%;
  margin-bottom: 15px;
}

.showmobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: scroll;
}

.showmobile .mymenu {
  color: #1e1e1e;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: inline;
  padding: 8px 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  border-radius: 10px;
  cursor: pointer;
}

.showmobile .mymenu.active {
  border: 1px solid #ffc300;
  background: #fffaea;
}

.showmobile::-webkit-scrollbar {
  height: 1px;
}

#home .myleft .line1 img {
  cursor: pointer;
}

#home .myleft .line2 {
  cursor: pointer;
}

.showmobilefa {
  margin-bottom: 0;
}

.showmobilefa.myhr {
  padding-bottom: 20px;
  padding-top: 20px;
}

.showmobilefa {
  display: none;
}

.personbutton {
  cursor: pointer;
}

.mothersday .myfilters h3 {
  color: #da3461;
}
.mothersday .myfilters .filtergroup .personbutton.active {
  background: #f05d85;
  color: #fff;
}
.mothersday .toplevel .active {
  background: #fff;
}
.mothersday .showmore svg path {
  stroke: #da3461;
}
.mothersday .toplevel dd dl p {
  color: #1e1e1e;
}
.mothersday .toplevel dd dl.active p {
  border-radius: 10px;
  background: #fff;
  color: #1e1e1e;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.mothersday .toplevel dd dl.active svg path {
  stroke: #da3461;
}
.mothersday .viewmore button {
  border-radius: 10px;
  border: 1px solid #f05d85;
  background: #f05d85;
  color: #fff;
}
.mothersday .mynavsale svg use {
  fill: #f8aec2;
}
.mothersday .showmobile .mymenu.active {
  border: 1px solid #da3461;
  background: #f05d85;
  color: #fff;
}

.showmb.myleftfooter {
  display: none;
}

@media screen and (max-width: 767.98px) {
  .showmb.myleftfooter {
    display: block;
  }
  .four.cart {
    text-align: center;
  }
  body #home .active.personbutonhide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .showmobile {
    padding: 10px 0;
    background: #fff;
  }
  .myfilters {
    padding-bottom: 70px;
  }
}
@media screen and (min-width: 768px) {
  .leftboxson .filtergroup .showmore {
    margin-top: 3px;
  }
  .leftboxson .filtergroup .showmore .down {
    padding: 8px 12px;
  }
  .leftboxson .filtergroup .showmore .up {
    padding: 8px 12px;
  }
  .homebox {
    width: auto;
  }
  .myrightbox {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: auto;
    overflow: auto;
  }
}
#home .filtergroup .showmore .down:hover {
  border-radius: 10px;
  background: #f7f7f7;
}

#home .filtergroup .showmore .up:hover {
  border-radius: 10px;
  background: #f7f7f7;
}

@media screen and (max-width: 767.98px) {
  #home .toplevel {
    display: none;
  }
  .showmobilefa {
    display: block;
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 88;
    background: #fff;
  }
  #home .leftboxson {
    padding-top: 0;
  }
  .leftboxson .close svg {
    top: 5px;
    left: 86vw;
  }
  #home .fitercontent div {
    color: #1e1e1e;
    cursor: pointer;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .filtergroup .showmore {
    margin: 10px;
  }
  .filtergroup {
    padding-bottom: 6px;
  }
}
body .section.shortcode_shop {
  padding-top: 0;
}

.salezone {
  margin-bottom: 20px;
}

@media screen and (max-width: 767.98px) {
  .myrightbox .scrollfa {
    margin-bottom: 15px;
  }
  .firstline {
    margin-bottom: 5px;
  }
  .filtergroup {
    padding-bottom: 6px;
  }
  #home .myrightbox {
    padding-right: 0;
  }
  #home .myrightbox .scrollfa {
    padding-right: 20px;
  }
  #home .myrightbox .scrollfa2 {
    padding-right: 0;
  }
  #home .myrightbox .scrollfa3 {
    padding-right: 0;
  }
}
/* ========================================
   4) Product Card Grid
======================================== */
.products {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(321px, 1fr));
  gap: 20px;
}
.products .product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  border-radius: 10px;
  background: #fff;
  padding: 12.5px;
}
.products .product .proleft {
  width: 140px;
  height: 140px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 140px;
          flex: 0 0 140px;
  cursor: pointer;
  border-radius: 10px;
  position: relative;
}
.products .product .proleft img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.products .product .proright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #242424;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  padding-left: 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
.products .product .proright .proright_title p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-bottom: 8px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: normal;
}
.products .product .proright .proright_title span {
  font-size: 14px;
  line-height: normal;
}
.products .product .proright p {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  padding-bottom: 10px;
}
.products .product .proright span {
  font-weight: 400;
  font-size: 14px;
}
.products .product .proright .protitle_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  bottom: -7px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}
.products .product .proright .protitle_bottom p {
  margin: 0;
  padding: 0;
}
.products .product .proright .protitle_bottom span {
  position: relative;
  bottom: -5px;
  cursor: pointer;
}
.products .product .proright .protitle_bottom span svg {
  height: 24px;
  width: 24px;
  margin: 0;
  padding: 0;
}
.products .product .proright .protitle_bottom .regularprice {
  text-decoration: line-through;
  color: #797979;
  padding-left: 5px;
  font-weight: 400;
  font-size: 13px;
}

.homebox .myrightbox .viewmore {
  display: none;
}

.homebox .myrightbox .mobilesalezone {
  display: none;
}
.homebox .myrightbox .mobilesalezone .realbottom .freeshipping {
  border-radius: 4px;
  padding: 2px;
  background: #ddf1ff;
  color: #063ea7;
  font-family: "Lato", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 5px;
}
.homebox .myrightbox .mobilesalezone .realbottom .freeshipping svg {
  position: relative;
  top: 4px;
}
.homebox .myrightbox .mobilesalezone .realbottom .bestseller {
  border-radius: 5px;
  background: #ffe3df;
  color: #ff452c;
  font-family: "Lato", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.homebox .myrightbox .mobilesalezone .realbottom .myleft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  gap: 10px;
}
.homebox .myrightbox .mobilesalezone .products .product .proright p {
  margin-bottom: 0;
}
.homebox .myrightbox .mobilesalezone .products .product .proright svg {
  width: 24px;
  height: 24px;
}
.homebox .myrightbox .mobilesalezone .products .product .proright .protitle_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  bottom: -7px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}
.homebox .myrightbox .mobilesalezone .products .product .proright .protitle_bottom span {
  height: 24px;
  position: relative;
  z-index: 11;
}

@media screen and (max-width: 767.98px) {
  .homebox .myrightbox .viewmore {
    display: block;
  }
  .homebox .myrightbox .mobilesalezone {
    display: block;
    margin-right: 20px;
  }
  .homebox .myrightbox .mobilesalezone .products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .homebox .myrightbox .mobilesalezone .products .product {
    background: #fff;
    border: 15px;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 10px 0;
    margin-bottom: 0;
    padding: 20px;
  }
  .homebox .myrightbox .mobilesalezone .viewmore {
    margin-top: 20px;
  }
  body .products .product .proleft {
    width: 22vw;
    height: 22vw;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20vw;
            flex: 0 0 20vw;
  }
  body .mobile .mobileson .proleft {
    position: relative;
    width: 33vw;
    height: 22vw;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .homebox .mobilesalezone .proofftag {
    top: 3px;
    left: 3px;
  }
  .homebox .mobilesalezone .proofftag div {
    font-size: 13px;
  }
  .firstline h2 {
    color: #1e1e1e;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  body .myleftbox .leftboxson {
    padding-bottom: 100px;
  }
  body .section-content {
    z-index: unset;
  }
}
/* ========================================
   5) Mobile Sale + Swiper
======================================== */
.myhomebg {
  width: 100%;
  padding: 20px;
  position: fixed;
  top: 90px;
  z-index: 120;
}

.mySwiper5 {
  width: 100%;
  height: auto;
  position: relative;
}

.mySwiper5 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mySwiper5 .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.mySwiper5 .slide-link {
  display: block;
  width: 100%;
  cursor: pointer;
}

/* 自定义分页器样式 */
.mySwiper5 .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #999;
  opacity: 0.5;
}

.mySwiper5 .swiper-pagination-bullet-active {
  opacity: 1;
  background: #ffc300;
}

.mySwiper5 .swiper-button-next,
.mySwiper5 .swiper-button-prev {
  color: #333;
  display: none;
}

.mySwiper5 .swiper-button-next:after,
.mySwiper5 .swiper-button-prev:after {
  font-size: 20px;
}/*# sourceMappingURL=bearhome.css.map */