/* ITOI mobile shop homepage */
html,
body {
  background: #fff;
}

.itoi-shop-home,
.itoi-shop-home .shopex-inner-wrap {
  color: #111;
  background: #fff;
  font-family: "Microsoft YaHei", Arial, sans-serif;
}

.itoi-shop-home .shopex-bar {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 60;
  width: 100%;
  height: 6rem;
  background: #fff;
  padding-left: 0;
  padding-right: 0;
  border-bottom: 1px solid #eeeeee;
  box-shadow: none;
}

.itoi-mobile-header {
  position: relative;
  display: block !important;
  height: 6rem;
  padding: 0;
  background: #fff;
}

.itoi-mobile-header:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 2.72rem;
  z-index: 0;
  height: 3.28rem;
  background: #fff;
  border-top: 1px solid #f0f0f0;
}

.itoi-header-top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  height: 2.72rem;
  padding: 0 0.78rem;
  background: #f4f4f4;
}

.itoi-header-logo {
  display: flex;
  align-items: center;
  flex: 0 0 4.05rem;
  height: 100%;
}

.itoi-header-logo img {
  display: block;
  width: 3.6rem;
  height: auto;
}

.itoi-header-shop-name {
  flex: 1 1 auto;
  min-width: 0;
  padding: 0 0.35rem;
  color: #1d1f23;
  font-size: 0.82rem;
  line-height: 1rem;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.itoi-header-cart,
.itoi-drawer-cart {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 1.55rem;
  width: 1.55rem;
  height: 1.55rem;
  color: #101418;
  font-size: 1.25rem;
  text-decoration: none;
}

.itoi-shop-home.itoi-drawer-open #offCanvasSide {
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}

.itoi-header-cart:before,
.itoi-drawer-cart:before {
  margin: 0;
}

.itoi-mobile-header > .icon-func.bbc-icon-back,
.itoi-mobile-header > .btn-mini-menu {
  display: none;
}

.itoi-mobile-header > .main {
  position: absolute;
  left: 5.85rem;
  right: 0.75rem;
  top: 3.26rem;
  z-index: 2;
  height: 2.2rem;
  min-width: 0;
  padding: 0 !important;
}

.itoi-mobile-header > .main:before {
  display: none;
}

.itoi-mobile-header > .main:after {
  display: none;
}

.itoi-mobile-header > .main form:after {
  display: none;
}

.itoi-mobile-header > .main form {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 2.2rem;
}

.itoi-mobile-header > #offCanvasBtn {
  position: absolute;
  display: block;
  left: 0.86rem;
  top: 3.62rem;
  z-index: 2;
  flex: 0 0 auto;
  min-width: 0;
  width: 1.6rem;
  height: 1.6rem;
  color: transparent;
  font-size: 0;
}

.itoi-mobile-header > #offCanvasBtn:before,
.itoi-mobile-header > #offCanvasBtn:after {
  display: none;
}

.itoi-mobile-header > #offCanvasBtn:before {
  top: 0.42rem;
  width: 1.04rem;
}

.itoi-mobile-header > #offCanvasBtn:after {
  top: 1.25rem;
  width: 0.36rem;
}

.itoi-mobile-header > #offCanvasBtn .itoi-menu-line,
.itoi-mobile-header > #offCanvasBtn span {
  display: none;
}

.itoi-mobile-header > #offCanvasBtn img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.itoi-mobile-header .main {
  flex: 1 1 auto;
  min-width: 0;
  padding: 0 0.35rem;
}

.itoi-mobile-header .header-search-form {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
}

.itoi-mobile-header .header-search-form input {
  width: 100%;
  height: 2.2rem;
  padding: 0 3.35rem 0 1.45rem;
  color: #9a9a9a;
  font-size: 0.86rem;
  line-height: 2.2rem;
  text-align: left;
  border: 1px solid #ededed;
  border-radius: 1.1rem;
  background: #f7f7f7;
  box-shadow: none;
  box-sizing: border-box;
  margin: 0;
  -webkit-appearance: none;
  appearance: none;
}

.itoi-mobile-header .header-search-form input::-webkit-search-decoration,
.itoi-mobile-header .header-search-form input::-webkit-search-cancel-button,
.itoi-mobile-header .header-search-form input::-webkit-search-results-button,
.itoi-mobile-header .header-search-form input::-webkit-search-results-decoration {
  display: none;
}

.itoi-header-search-submit {
  position: absolute;
  right: 0.2rem;
  top: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.65rem;
  height: 2.2rem;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.itoi-header-search-submit img {
  display: block;
  width: 2rem;
  height: 2rem;
  object-fit: contain;
}

.itoi-mobile-header .shopex-icon-clear {
  display: none !important;
}

.itoi-shop-home #offCanvasContentScroll {
  top: 6rem;
  bottom: 0;
  padding-top: 0;
  background: #fff;
}

.itoi-shop-home #offCanvasContentScroll > .shopex-scroll {
  padding-bottom: 3.8rem;
  background: #fff;
}

.itoi-shop-home .shop-sign {
  position: relative;
  display: none !important;
  height: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: #d9edf6;
}

.itoi-shop-home .itoi-home-hero-banner {
  height: 38.94rem !important;
  min-height: 0;
  margin-top: 0 !important;
  background: #d9edf6;
}

.itoi-shop-home .itoi-home-hero-banner img,
.itoi-shop-home .itoi-home-hero-banner .shopex-slider-group,
.itoi-shop-home .itoi-home-hero-banner .shopex-slider-item,
.itoi-shop-home .itoi-home-hero-banner .shopex-slider-item a {
  height: 100% !important;
}

.itoi-shop-home .itoi-home-hero-banner .shopex-slider-group {
  display: flex !important;
  align-items: stretch;
}

.itoi-shop-home .itoi-home-hero-banner .shopex-slider-item {
  flex: 0 0 100% !important;
  width: 100% !important;
}

.itoi-shop-home .shop-sign .shop-sign-img {
  width: 100%;
  height: 100%;
  margin: 0;
}

.itoi-shop-home .shop-sign .shop-sign-img img {
  display: block;
  width: 100%;
  height: 100%;
  filter: none;
  object-fit: cover;
  object-position: center top;
}

.itoi-shop-home .shop-sign .shop-sign-cover,
.itoi-shop-home .shop-sign .shop-sign-info {
  display: none;
}

.itoi-shop-home .shop-sign:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 1.12rem;
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0.52rem 0 0 rgba(255, 255, 255, 0.38),
              1.04rem 0 0 rgba(255, 255, 255, 0.38),
              1.56rem 0 0 rgba(255, 255, 255, 0.38);
  transform: translateX(-0.94rem);
}

.itoi-shop-home .itoi-shop-nav-section,
.itoi-shop-home .itoi-coupon-section {
  display: none;
}

.itoi-shop-home .itoi-entry-popup-source,
.itoi-shop-home .itoi-pre-goods-banner-source {
  display: none !important;
}

.itoi-shop-home .itoi-goods-section,
.itoi-shop-home .itoi-image-banner,
.itoi-shop-home .itoi-slider-banner {
  margin: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

.itoi-shop-home .itoi-recommend-section {
  margin: 1.45rem 0.8rem 0;
  padding: 1.08rem 0.8rem 1.22rem;
  overflow: hidden;
  border-radius: 0.9rem;
  background: linear-gradient(to bottom, #ffefe0 0%, #ffffff 25%, #ffffff 100%);
}

.itoi-shop-home .section-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 2rem;
  padding: 0;
  font-size: 0.72rem;
}

.itoi-shop-home .section-title .title-txt {
  position: relative;
  flex: 1 1 auto;
  max-width: none;
  padding-top: 0.58rem;
  color: #111;
  font-size: 1.18rem;
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
}

.itoi-shop-home .section-title .title-txt:before {
  content: attr(data-en);
  position: absolute;
  left: 0;
  top: 0;
  color: #a7a7a7;
  font-size: 0.44rem;
  font-weight: 600;
  line-height: 0.52rem;
  text-transform: uppercase;
}

.itoi-shop-home .section-title .title-txt:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0.08rem;
  width: 0.46rem;
  height: 1px;
  background: #fb6b21;
  transform: translateY(0.18rem);
}

.itoi-shop-home .itoi-recommend-section .section-title .title-txt {
  display: flex;
  align-items: flex-end;
  min-width: 0;
  padding-top: 0;
  color: #ff6a1d;
  font-size: 0;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
}

.itoi-recommend-title-img {
  display: block;
  flex: 0 0 auto;
  width: 32vw !important;
  min-width: 124px;
  max-width: 210px;
  height: auto;
}

.itoi-shop-home .itoi-recommend-section .section-title .title-txt:before,
.itoi-shop-home .itoi-recommend-section .section-title .title-txt:after {
  display: none;
}

.itoi-shop-home .itoi-recommend-section .section-title .title-txt span {
  display: inline-block;
  color: #ff6a1d;
  margin-left: 3px;
  padding-bottom: clamp(2px, 0.6vw, 5px);
  font-size: 0.64rem;
  font-weight: 600;
  line-height: 1;
  opacity: 0.25;
  white-space: nowrap;
}

.itoi-shop-home .section-title .more-link {
  flex: 0 0 auto;
  /* padding-left: 0.5rem; */
  text-align: right;
}

.itoi-shop-home .section-title .more-link a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 1.8rem;
  padding: 0 0.28rem 0 0.82rem;
  color: #222;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1;
  border-radius: 1rem;
  background: #fff;
  text-decoration: none;
}

.itoi-shop-home .section-title .more-link a:after {
  display: none;
}

.itoi-shop-home .section-title .more-link img {
  display: block;
  width: 1rem;
  height: 1rem;
  margin-left: 0.35rem;
}

.itoi-shop-home .section-title .more-link .bbc-icon {
  display: none;
}

.itoi-shop-home .itoi-image-banner,
.itoi-shop-home .itoi-slider-banner {
  position: relative;
  overflow: hidden;
  background: #d8eefa;
}

.itoi-shop-home .itoi-image-banner,
.itoi-shop-home .itoi-slider-banner {
  height: 13.4rem;
  margin-top: 0.78rem;
}

.itoi-shop-home .itoi-image-banner a,
.itoi-shop-home .itoi-slider-banner a {
  display: block;
  height: 100%;
}

.itoi-shop-home .itoi-image-banner img,
.itoi-shop-home .itoi-slider-banner img,
.itoi-shop-home .itoi-slider-banner .shopex-slider-group,
.itoi-shop-home .itoi-slider-banner .shopex-slider-item,
.itoi-shop-home .itoi-slider-banner .shopex-slider-item a {
  height: 100%;
}

.itoi-shop-home .itoi-image-banner img,
.itoi-shop-home .itoi-slider-banner img {
  display: block;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.itoi-shop-home .itoi-home-hero-banner img {
  object-position: center top;
}

.itoi-shop-home .itoi-slider-banner .shopex-slider-indicator {
  bottom: 1.08rem;
}

.itoi-shop-home .itoi-slider-banner .shopex-indicator {
  width: 1rem;
  height: 0.8rem;
  margin: 0 0.08rem;
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 0.12rem;
  background: transparent;
  box-shadow: none;
  box-sizing: border-box;
}

.itoi-shop-home .itoi-slider-banner .shopex-indicator.shopex-active {
  background: #fff;
  border-color: #fff;
}

.itoi-shop-home .itoi-floor-banner {
  height: auto !important;
  aspect-ratio: 750 / 620;
  margin-top: 0 !important;
  background: #d8eefa;
}

.itoi-shop-home .itoi-floor-banner a,
.itoi-shop-home .itoi-floor-banner img {
  height: 100% !important;
}

.itoi-shop-home .itoi-floor-banner img {
  object-position: center top;
}

.itoi-shop-home .itoi-floor-banner:after {
  display: none;
}

.itoi-shop-home .itoi-product-section {
  position: relative;
  padding: 1.72rem 0 1.38rem;
  /* border-bottom: 0.42rem solid #f7f7f7; */
}

.itoi-shop-home .itoi-product-section:after {
  display: none;
}

.itoi-shop-home .itoi-product-section .section-title {
  min-height: 2.7rem;
  padding: 0 1.18rem;
}

.itoi-shop-home .itoi-product-section .section-title .more-link {
  position: absolute;
  right: 1.18rem;
  top: 0.82rem;
}

.itoi-shop-home .itoi-product-section .section-title .title-txt {
  padding-right: 5.4rem;
  padding-top: 0.92rem;
  font-size: 1.42rem;
  line-height: 1.1;
}

.itoi-shop-home .itoi-product-section .section-title .title-txt:before {
  left: 0.96rem;
  top: 0.08rem;
  color: #9a9a9a;
  font-size: 0.58rem;
  line-height: 0.7rem;
}

.itoi-shop-home .itoi-product-section .section-title .title-txt:after {
  top: 0.32rem;
  width: 0.68rem;
  height: 0.08rem;
  transform: none;
}

.itoi-shop-home .itoi-product-section .section-title .more-link a {
  height: 1.55rem;
  padding: 0 0.2rem 0 0.72rem;
  font-size: 0.68rem;
  font-weight: 500;
  background: #f8f8f8;
}

.itoi-shop-home .itoi-product-section .section-title .more-link img {
  width: 0.92rem;
  height: 0.92rem;
  margin-left: 0.28rem;
}

.itoi-section-tabs {
  display: flex;
  /* gap: 0.42rem; */
  padding: 1rem 0 0.9rem 0.55rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.itoi-section-tabs::-webkit-scrollbar,
.itoi-shop-home .pro-list-grid::-webkit-scrollbar {
  display: none;
}

.itoi-section-tabs span {
  flex: 0 0 auto;
  min-width: 4.65rem;
  height: 1.72rem;
  padding: 0 0.72rem;
  color: #999;
  font-size: 0.7rem;
  line-height: 1.72rem;
  text-align: center;
  /* border-radius: 0.88rem; */
  background: #f2f4f7;
  white-space: nowrap;
}

.itoi-section-tabs span:first-child{
  border-radius: 0.88rem 0 0 0.88rem;
}
.itoi-section-tabs span:last-child{
  border-radius: 0 0.88rem 0.88rem 0;
}

.itoi-shop-home .pro-list-grid {
  margin: 0;
  padding: 0;
  list-style: none;
}

.itoi-shop-home .pro-list-grid:after {
  display: none;
}

.itoi-shop-home .pro-list-grid li {
  float: none;
  width: auto;
  padding: 0;
  border-radius: 0;
}

.itoi-shop-home .thumbnail {
  display: block;
  color: #111;
  background: transparent;
}

.itoi-shop-home .thumbnail .thumb-img {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 0.12rem;
  background: #f2f2f2;
}

.itoi-shop-home .thumbnail .thumb-img:after {
  display: block;
  padding-top: 100%;
  content: "";
}

.itoi-shop-home .thumbnail .thumb-img a {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.itoi-shop-home .thumbnail .thumb-img img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
  object-position: center;
}

.itoi-shop-home .thumbnail .caption {
  height: auto;
  min-height: 2.9rem;
  padding: 0.36rem 0 0;
  overflow: hidden;
  background: transparent;
  border-radius: 0;
}

.itoi-shop-home .thumbnail .goods-title {
  height: 1.08rem;
  margin: 0;
  color: #151515;
  font-size: 0.62rem;
  font-weight: 600;
  line-height: 1.08rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.itoi-shop-home .thumbnail .goods-title .tag {
  display: none;
}

.itoi-shop-home .thumbnail .price {
  margin-top: 0.08rem;
}

.itoi-shop-home .thumbnail .amount {
  color: #ff6a1d;
  font-size: 0.58rem;
  font-weight: 700;
}

.itoi-shop-home .thumbnail .purchased {
  display: none;
}

.itoi-recommend-media {
  margin-top: 1rem;
}

.itoi-recommend-media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.itoi-recommend-hero {
  display: block;
  overflow: hidden;
  border-radius: 0.38rem;
}

.itoi-recommend-promos {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
  margin-top: 0.72rem;
}

.itoi-recommend-promos a {
  display: block;
  overflow: hidden;
  border-radius: 0.36rem;
}

.itoi-recommend-promos .itoi-image-banner,
.itoi-recommend-promos .itoi-slider-banner {
  border-radius: 0.48rem;
}

.itoi-shop-home .itoi-recommend-section .pro-list-grid {
  display: none !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  padding-top: 0.82rem;
}

.itoi-recommend-products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
  margin-top: 0.72rem;
}

.itoi-recommend-product {
  display: block;
  color: #111;
  text-align: center;
  text-decoration: none;
}

.itoi-recommend-product-img {
  display: block;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  border-radius: 0.32rem;
  background: #efeeee;
}

.itoi-recommend-product-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.itoi-recommend-product strong {
  display: block;
  margin-top: 0.56rem;
  color: #151515;
  font-size: 0.82rem;
  font-weight: 500;
  line-height: 1.05rem;
}

.itoi-recommend-product em {
  display: block;
  margin-top: 0.25rem;
  color: #ff6a1d;
  font-size: 0.86rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.05rem;
}

.itoi-shop-home .itoi-product-section .pro-list-grid {
  display: flex;
  gap: 0.68rem;
  padding: 0 0.75rem 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x proximity;
  margin-left: 0.6rem;
}

.itoi-shop-home .itoi-product-section .pro-list-grid li {
  flex: 0 0 clamp(8.95rem, 43vw, 11.25rem);
  scroll-snap-align: start;
}

.itoi-shop-home .itoi-product-section .thumbnail .thumb-img {
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: 0;
  background: #f1f1f1;
}

.itoi-shop-home .itoi-product-section .thumbnail .thumb-img:after {
  display: none;
}

.itoi-shop-home .itoi-product-section .thumbnail .caption {
  height: auto;
  padding: 0.58rem 0;
  text-align: center;
}

.itoi-shop-home .itoi-product-section .thumbnail .goods-title {
  height: 1.12rem;
  font-size: 0.72rem;
  font-weight: 500;
  line-height: 1.12rem;
}

.itoi-shop-home .itoi-product-section .thumbnail .amount {
  margin-top: 0.22rem;
  font-size: 0.72rem;
  color: #ff7f32;
}

.itoi-product-scrollbar {
  position: relative;
  height: 0.14rem;
  margin: 0.6rem 0 0 0.55rem;
  overflow: hidden;
  background: #eeeeee;
}

.itoi-product-scrollbar span {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 32%;
  height: 100%;
  background: #ff6a1d;
}

.itoi-shop-home .addr-inf {
  display: none !important;
}

.itoi-shop-home .addr-inf .shop-name,
.itoi-shop-home .addr-inf .shop-addr {
  display: block;
  margin: 0;
  padding: 0;
  color: #c0c0c0;
}

.itoi-shop-home .addr-inf a,
.itoi-shop-home .addr-inf .bbc-wap,
.itoi-shop-home .addr-inf .icon-dianhua {
  color: #c0c0c0;
}

.itoi-shop-home .addr-inf .bbc-wap {
  display: none;
}

.itoi-shop-home .addr-inf .receiver-info-item {
  display: block;
  width: 100%;
  margin: 0.12rem 0;
  color: #c0c0c0;
}

.itoi-license {
  display: none !important;
}

.itoi-license a,
.itoi-license p,
.itoi-license div {
  color: #c0c0c0 !important;
}

.itoi-license img {
  display: none;
}

.itoi-footer-info {
  padding: 1rem 1rem 1.65rem;
  color: #cccccc;
  font-size: 0.72rem;
  font-weight: 400;
  line-height: 1.72;
  text-align: center;
  background: #fff;
}

.itoi-footer-info p {
  margin: 0;
  padding: 0;
  color: #cfcfcf;
  overflow-wrap: anywhere;
  white-space: normal;
}

.itoi-footer-info a {
  color: inherit;
  text-decoration: none;
}

.itoi-footer-info .itoi-footer-legal-separator {
  margin: 0 0.35rem;
}

body.itoi-modal-lock {
  overflow: hidden;
}

.itoi-entry-popup {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.18s ease;
}

.itoi-entry-popup.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.itoi-entry-popup.is-closing {
  visibility: visible;
  pointer-events: auto;
}

.itoi-entry-popup-mask {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.68);
}

.itoi-entry-popup-inner {
  position: relative;
  z-index: 1;
  width: 13.8rem;
  max-width: 76vw;
  margin-top: -3.5rem;
  text-align: center;
}

.itoi-entry-popup-link {
  display: block;
}

.itoi-entry-popup-img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.22rem;
  box-shadow: 0 0.7rem 2.4rem rgba(0, 0, 0, 0.22);
}

.itoi-entry-popup-close {
  position: absolute;
  left: 50%;
  top: 100%;
  width: 2.48rem;
  height: 2.48rem;
  margin: 0.6rem 0 0 -1.24rem;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
}

.itoi-entry-popup-close:before {
  z-index: 1;
}

.itoi-entry-popup-close:after {
  z-index: 1;
}

.itoi-entry-popup-close:focus {
  outline: none;
}

.itoi-entry-popup-close:active {
  opacity: 0.9;
}

.itoi-entry-popup-close {
  cursor: pointer;
}

.itoi-entry-popup-close i {
  display: none;
}

.itoi-entry-popup-close:before,
.itoi-entry-popup-close:after,
.itoi-entry-popup-close {
  -webkit-tap-highlight-color: transparent;
}

.itoi-entry-popup-close {
  box-shadow: none;
}

.itoi-entry-popup-close:before,
.itoi-entry-popup-close:after {
  pointer-events: none;
}

.itoi-entry-popup-close {
  background-image: radial-gradient(circle at center, #fff 0, #fff 0.84rem, transparent 0.85rem);
}

.itoi-entry-popup-close:before,
.itoi-entry-popup-close:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.78rem;
  height: 2px;
  margin-left: -0.39rem;
  margin-top: -1px;
  background: #333;
}

.itoi-entry-popup-close:before {
  transform: rotate(45deg);
}

.itoi-entry-popup-close:after {
  transform: rotate(-45deg);
}

.itoi-float-actions {
  position: fixed;
  right: 0.3rem;
  top: 18.2rem;
  z-index: 55;
  width: calc(100vw * 98 / 750);
  max-width: 3.75rem;
  height: calc(100vw * 382 / 750);
  max-height: 13.06rem;
  overflow: hidden;
  border-radius: 999px;
  background: #fff;
  padding: 1.5rem 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 0.2rem 0.9rem rgba(0, 0, 0, 0.08);
}

.itoi-float-actions a,
.itoi-float-actions button {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  /* height: 33.333%; */
  padding: 0;
  color: #686868;
  font-size: 0.54rem;
  line-height: 1;
  text-align: center;
  border: 0;
  /* border-bottom: 1px solid #efefef; */
  background: transparent;
  text-decoration: none;
  white-space: nowrap;
  box-sizing: border-box;
}

.itoi-float-actions button {
  border-bottom: 0;
}

.itoi-float-actions img {
  display: block;
  width: 1.11rem;
  height: 1.11rem;
  margin: 0 auto 0.26rem;
  object-fit: contain;
}

.itoi-float-actions span {
  display: block;
  width: 100%;
  padding: 0;
  overflow: visible;
  white-space: nowrap;
  box-sizing: border-box;
  font-size: 0.6rem;
}

.itoi-shop-home #offCanvasSide {
  width: 100%;
  min-height: 100%;
  background: #f7f7f7;
  box-sizing: border-box;
}

.itoi-shop-home.shopex-slide-in .shopex-off-canvas-right {
  z-index: 10000 !important;
}

.itoi-drawer {
  position: relative;
  width: 100%;
  min-height: 100vh;
  padding-bottom: 0;
  overflow: hidden;
  background: #f7f7f7;
}

.itoi-drawer .shopex-scroll {
  position: relative;
  min-height: 100vh;
  padding-bottom: 0;
  background: #f7f7f7;
}

.itoi-drawer-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.35rem;
  background: #fff;
  border-bottom: 1px solid #f1eee9;
}

.itoi-drawer-close {
  position: absolute;
  left: 0.82rem;
  top: 0.58rem;
  z-index: 3;
  width: 2.2rem;
  height: 2.2rem;
  padding: 0;
  border: 0;
  background: transparent;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}

.itoi-drawer-close:before,
.itoi-drawer-close:after {
  content: "";
  position: absolute;
  left: 0.42rem;
  top: 1.08rem;
  width: 1.24rem;
  height: 0.1rem;
  background: #111;
  border-radius: 1px;
}

.itoi-drawer-close:before {
  transform: rotate(45deg);
}

.itoi-drawer-close:after {
  transform: rotate(-45deg);
}

.itoi-drawer-logo img {
  display: block;
  width: 4.4rem;
  height: auto;
}

.itoi-drawer-cart {
  position: absolute;
  top: 0.62rem;
  right: 0.72rem;
  width: 2.1rem;
  height: 2.1rem;
  font-size: 1.45rem;
}

.itoi-header-cart em,
.itoi-drawer-cart em {
  position: absolute;
  right: 0.08rem;
  top: 0.05rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0.88rem;
  height: 0.88rem;
  padding: 0 0.16rem;
  box-sizing: border-box;
  color: #fff;
  font-size: 0.54rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  border-radius: 50%;
  background: #ff6a1d;
}

.itoi-drawer-cats {
  padding: 1rem 1.35rem 0;
  background: #fff;
}

.itoi-drawer-cat {
  border-bottom: 1px solid #f2eee9;
  background: #fff;
}

.itoi-drawer-cat-toggle {
  position: relative;
  display: block;
  width: 100%;
  height: 3.08rem;
  padding: 0 1.6rem 0 0;
  color: #111;
  font-size: 1rem;
  font-weight: 400;
  line-height: 3rem;
  text-align: left;
  border: 0;
  background: #fff;
}

.itoi-drawer-cat-toggle:after {
  content: "";
  position: absolute;
  right: 0.12rem;
  top: 50%;
  width: 0.58rem;
  height: 0.58rem;
  border-top: 0.12rem solid #9b9b9b;
  border-right: 0.12rem solid #9b9b9b;
  transform: translateY(-50%) rotate(45deg);
}

.itoi-drawer-cat.has-children.is-open .itoi-drawer-cat-toggle:after {
  transform: translateY(-65%) rotate(135deg);
}

.itoi-drawer-sublist {
  display: none;
  margin: 0 -2.35rem;
  padding: 0.58rem 0 1.12rem 3.05rem;
  background: #f7f7f7;
}

.itoi-drawer-cat.is-open .itoi-drawer-sublist {
  display: block;
}

.itoi-drawer-sublist a {
  display: block;
  height: 2.52rem;
  color: rgba(0, 0, 0, 0.55);
  font-size: 0.9rem;
  line-height: 2.52rem;
  text-decoration: none;
}

.itoi-drawer-actions {
  display: flex;
  justify-content: center;
  gap: 6.9rem;
  /* min-height: 12.9rem; */
  padding: 3.1rem 1.5rem 0;
  background: #f7f7f7;
}

.itoi-drawer-action {
  color: #111;
  font-size: 1.15rem;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}

.itoi-drawer-action i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  margin: 0 auto 1.02rem;
  border: 1px solid #111;
  border-radius: 50%;
  background: #fff;
}

.itoi-drawer-action i:before {
  display: none;
}

.itoi-drawer-action i img {
  display: block;
  width: 1.3rem;
  height: 1.3rem;
  object-fit: contain;
}

.itoi-drawer-action span {
  display: block;
  white-space: nowrap;
  font-size: 1rem;
}

@media screen and (max-width: 360px) {
  .itoi-shop-home .itoi-product-section .pro-list-grid li {
    flex-basis: 6.45rem;
  }
}
