/* TomShop query entry start */
.tomshop-query-link-entry,
.tomshop-query-link-item {
  display: contents !important;
}

body.ts-with-theme {
  /* TomShop v0.476：移动端固定入口升级为同色底部导航；用细竖线分隔，仍按 v0.450 规则覆盖 iPhone 全面屏安全区。 */
  --tomshop-mobile-query-bar-height: 52px;
  --tomshop-mobile-query-bar-gap: 12px;
  --tomshop-mobile-query-safe-bg: #475569;
  --tomshop-query-entry-bottom-space: calc(var(--tomshop-mobile-query-bar-height, 52px) + var(--tomshop-mobile-query-bar-gap, 12px) + env(safe-area-inset-bottom, 0px));
}

body.ts-with-theme .tomshop-theme-app,
body.ts-with-theme .tomshop-theme-body,
body.ts-with-theme .tomshop-theme-main,
body.ts-with-theme .tomshop-theme-page-shell {
  box-sizing: border-box;
  min-width: 0;
}

body.ts-with-theme .tomshop-theme-main {
  display: block;
  scroll-padding-top: var(--tomshop-fixed-top-offset, 0px);
  scroll-padding-bottom: var(--tomshop-query-entry-bottom-space, 60px);
}

.tomshop-query-floating {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 9990;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1;
  -webkit-tap-highlight-color: transparent;
}

.tomshop-query-floating__desktop,
.tomshop-query-floating__home,
.tomshop-query-floating__mobile,
.tomshop-query-floating__contact,
.tomshop-query-floating .tomshop-query-floating__desktop,
.tomshop-query-floating .tomshop-query-floating__home,
.tomshop-query-floating .tomshop-query-floating__mobile,
.tomshop-query-floating .tomshop-query-floating__contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  box-sizing: border-box;
  min-width: 126px;
  height: 46px;
  padding: 0 18px;
  border: 0;
  outline: 0;
  border-radius: 999px;
  text-decoration: none;
  color: #fff !important;
  background: linear-gradient(135deg, #ffad1f 0%, #ff8a00 100%);
  background-clip: border-box;
  box-shadow: none;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
  cursor: pointer;
  transition: opacity 0.18s ease;
  font-family: inherit;
  -webkit-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
}

.tomshop-query-floating__home,
.tomshop-query-floating .tomshop-query-floating__home {
  background: linear-gradient(135deg, #64748b 0%, #475569 100%);
}

.tomshop-query-floating__contact,
.tomshop-query-floating .tomshop-query-floating__contact {
  background: linear-gradient(135deg, #28d0be 0%, #13b6a6 100%);
}

.tomshop-query-floating__desktop:hover,
.tomshop-query-floating__home:hover,
.tomshop-query-floating__mobile:hover,
.tomshop-query-floating__contact:hover,
.tomshop-query-floating .tomshop-query-floating__desktop:hover,
.tomshop-query-floating .tomshop-query-floating__home:hover,
.tomshop-query-floating .tomshop-query-floating__mobile:hover,
.tomshop-query-floating .tomshop-query-floating__contact:hover {
  color: #fff !important;
  opacity: 0.92;
  transform: none;
  box-shadow: none;
}

.tomshop-query-floating__desktop:focus,
.tomshop-query-floating__home:focus,
.tomshop-query-floating__mobile:focus,
.tomshop-query-floating__contact:focus,
.tomshop-query-floating__desktop:active,
.tomshop-query-floating__home:active,
.tomshop-query-floating__mobile:active,
.tomshop-query-floating__contact:active,
.tomshop-query-floating .tomshop-query-floating__desktop:focus,
.tomshop-query-floating .tomshop-query-floating__home:focus,
.tomshop-query-floating .tomshop-query-floating__mobile:focus,
.tomshop-query-floating .tomshop-query-floating__contact:focus,
.tomshop-query-floating .tomshop-query-floating__desktop:active,
.tomshop-query-floating .tomshop-query-floating__home:active,
.tomshop-query-floating .tomshop-query-floating__mobile:active,
.tomshop-query-floating .tomshop-query-floating__contact:active {
  outline: 0;
  color: #fff !important;
  border: 0;
  box-shadow: none;
}

.tomshop-query-floating__desktop:focus-visible,
.tomshop-query-floating__home:focus-visible,
.tomshop-query-floating__mobile:focus-visible,
.tomshop-query-floating__contact:focus-visible,
.tomshop-query-floating .tomshop-query-floating__desktop:focus-visible,
.tomshop-query-floating .tomshop-query-floating__home:focus-visible,
.tomshop-query-floating .tomshop-query-floating__mobile:focus-visible,
.tomshop-query-floating .tomshop-query-floating__contact:focus-visible {
  outline: 0;
  border: 0;
  box-shadow: none;
}

.tomshop-query-floating__icon,
.tomshop-query-floating__home-icon,
.tomshop-query-floating__contact-icon {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  display: block;
  margin-right: 8px;
}
/* TomShop v0.476：图标+文字间距不再依赖 flex gap。旧 iPhone/Safari 会忽略 gap，导致图标贴字；以后入口类按钮新增图标时复用这个结构即可。 */
.tomshop-query-floating__icon + span,
.tomshop-query-floating__home-icon + span,
.tomshop-query-floating__contact-icon + span,
.tomshop-query-contact-modal__action-icon + span {
  display: inline-block;
  min-width: 0;
}

.tomshop-query-floating__icon {
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%3E%3Cpath%20d%3D%27M4%207.5%2012%203l8%204.5-8%204.5L4%207.5Zm0%200v9L12%2021l8-4.5v-9%27%20stroke%3D%27white%27%20stroke-width%3D%272.05%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%2F%3E%3Cpath%20d%3D%27M12%2012v9%27%20stroke%3D%27white%27%20stroke-width%3D%272.05%27%20stroke-linecap%3D%27round%27%2F%3E%3Cpath%20d%3D%27M17.4%2014.2a2.8%202.8%200%201%200%200%205.6%202.8%202.8%200%200%200%200-5.6Zm2.35%204.95%201.75%201.75%27%20stroke%3D%27white%27%20stroke-width%3D%272.05%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%2F%3E%3C%2Fsvg%3E") center/contain no-repeat;
}

.tomshop-query-floating__home-icon {
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%3E%3Cpath%20d%3D%27M4%2010.7%2012%204l8%206.7V20a1%201%200%200%201-1%201h-4.2v-5.1H9.2V21H5a1%201%200%200%201-1-1v-9.3Z%27%20stroke%3D%27white%27%20stroke-width%3D%272.05%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%2F%3E%3C%2Fsvg%3E") center/contain no-repeat;
}

.tomshop-query-floating__contact-icon {
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%3E%3Cpath%20d%3D%27M4.5%2013.2v-1.05a7.5%207.5%200%200%201%2015%200v1.05%27%20stroke%3D%27white%27%20stroke-width%3D%272.05%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%2F%3E%3Cpath%20d%3D%27M7.35%2012.8H6a2%202%200%200%200-2%202v1.35a2%202%200%200%200%202%202h1.35V12.8Z%27%20stroke%3D%27white%27%20stroke-width%3D%272.05%27%20stroke-linejoin%3D%27round%27%2F%3E%3Cpath%20d%3D%27M16.65%2018.15H18a2%202%200%200%200%202-2V14.8a2%202%200%200%200-2-2h-1.35v5.35Z%27%20stroke%3D%27white%27%20stroke-width%3D%272.05%27%20stroke-linejoin%3D%27round%27%2F%3E%3Cpath%20d%3D%27M18%2018.15c-.5%202.1-2.15%203.25-4.7%203.25h-1.1%27%20stroke%3D%27white%27%20stroke-width%3D%272.05%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%2F%3E%3Cpath%20d%3D%27M11%2021.4h2.35%27%20stroke%3D%27white%27%20stroke-width%3D%272.05%27%20stroke-linecap%3D%27round%27%2F%3E%3C%2Fsvg%3E") center/contain no-repeat;
}

.tomshop-query-floating__home-mobile,
.tomshop-query-floating__mobile,
.tomshop-query-floating__contact-mobile,
.tomshop-query-floating .tomshop-query-floating__home-mobile,
.tomshop-query-floating .tomshop-query-floating__mobile,
.tomshop-query-floating .tomshop-query-floating__contact-mobile {
  display: none;
}

.tomshop-query-contact-modal {
  /* TomShop v0.500：联系客服弹窗是全局二级弹窗，必须压过统一视频预览窗，避免在预览窗内点击“联系客服”时被预览遮罩盖住。 */
  --tomshop-layer-contact: 2147483300;
  --tomshop-layer-contact-panel: 2147483301;
  position: fixed;
  inset: 0;
  z-index: var(--tomshop-layer-contact, 2147483300);
  display: none;
  pointer-events: none;
}
.tomshop-query-contact-modal.is-open { display: block; }
.tomshop-query-contact-modal__mask {
  position: fixed;
  inset: 0;
  z-index: var(--tomshop-layer-contact, 2147483300);
  display: block;
  background: rgba(0, 0, 0, 0.36);
  pointer-events: auto;
}
.tomshop-query-contact-modal__panel {
  position: fixed;
  right: 18px;
  bottom: 78px;
  z-index: var(--tomshop-layer-contact-panel, 2147483301);
  box-sizing: border-box;
  width: 420px;
  max-width: calc(100vw - 36px);
  max-height: calc(var(--ts-real-vh, 100vh) - 108px);
  max-height: calc(var(--ts-real-vh, 100vh) - 108px - env(safe-area-inset-top, 0px) - env(safe-area-inset-bottom, 0px));
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid #ececec;
  border-radius: 14px;
  background: #fff;
  color: #202124;
  box-shadow: none;
  text-align: left;
  font-weight: 500;
  pointer-events: auto;
}
.tomshop-query-contact-modal__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  box-sizing: border-box;
  padding: 16px 20px;
  border-bottom: 1px solid #f0f0f0;
}
.tomshop-query-contact-modal__head strong {
  display: block;
  color: #202124;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}
.tomshop-query-contact-modal__head button {
  width: 30px;
  height: 30px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #f6f6f6;
  color: #666;
  font-size: 22px;
  line-height: 28px;
  cursor: pointer;
}
.tomshop-query-contact-modal__body {
  display: grid;
  gap: 14px;
  box-sizing: border-box;
  min-height: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 18px 20px 20px;
}
.tomshop-query-contact-modal__qrcode {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  border: 1px solid #f0f0f0;
  border-radius: 12px;
  background: #fafafa;
}
.tomshop-query-contact-modal__qrcode img {
  display: block;
  width: 230px;
  max-width: 100%;
  height: auto;
  max-height: 260px;
  object-fit: contain;
}
.tomshop-query-contact-modal__wechat {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  padding: 14px 16px;
  border: 1px solid #f0f0f0;
  border-radius: 12px;
  background: #fff;
}
.tomshop-query-contact-modal__wechat-label,
.tomshop-query-contact-modal__wechat span {
  display: inline-block;
  flex: 0 0 auto;
  color: #777;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
.tomshop-query-contact-modal__wechat strong {
  display: inline-block;
  min-width: 0;
  flex: 1 1 auto;
  overflow-wrap: anywhere;
  color: #202124;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
}
.tomshop-query-contact-modal__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
/* TomShop v0.472：弹窗只有一个操作按钮时铺满整行，避免 LiveChat 未勾选后按钮只占左半列。 */
.tomshop-query-contact-modal__actions .tomshop-query-contact-modal__action:only-child {
  grid-column: 1 / -1;
}
.tomshop-query-contact-modal__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  box-sizing: border-box;
  width: 100%;
  min-height: 42px;
  padding: 0 16px;
  border: 0;
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 42px;
  cursor: pointer;
  font-family: inherit;
  white-space: nowrap;
}
.tomshop-query-contact-modal__action--copy {
  background: #05C561;
}
.tomshop-query-contact-modal__action--livechat {
  background: #00c9b6;
}
.tomshop-query-contact-modal__action-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  margin-right: 8px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.tomshop-query-contact-modal__action-icon--copy {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Crect x='9' y='9' width='10' height='10' rx='2' stroke='white' stroke-width='2'/%3E%3Cpath d='M15 9V7a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h2' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.tomshop-query-contact-modal__action-icon--livechat {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5.3 18.4c-1.2-1.2-1.8-2.7-1.8-4.5 0-4.2 3.8-7.6 8.5-7.6s8.5 3.4 8.5 7.6-3.8 7.6-8.5 7.6c-1 0-2-.15-2.9-.48L5 22l.9-3.1c-.2-.16-.4-.32-.6-.5zM8.4 13.2h.01M12 13.2h.01M15.6 13.2h.01' stroke='white' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.tomshop-query-contact-modal__action:hover,
.tomshop-query-contact-modal__action:focus,
.tomshop-query-contact-modal__action:active {
  color: #fff;
  text-decoration: none;
  box-shadow: none;
  outline: 0;
}
.tomshop-query-contact-modal__copy-status {
  display: block;
  min-height: 22px;
  color: #05C561;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
.tomshop-query-contact-modal__copy-status:empty {
  display: none;
}
body.tomshop-query-contact-open { overflow: hidden; }

@media (max-width: 1023px) {
  /* 动态插件页顶部避让按运行时检测的 fixed 顶栏高度处理；neo 主题在 JS 未执行前保留 4rem 兜底。 */
  body.ts-with-theme .tomshop-theme-main {
    padding-top: var(--tomshop-fixed-top-offset, 0px);
  }

  body.ts-with-theme .neo-tomshop-main {
    padding-top: var(--tomshop-fixed-top-offset, 4rem) !important;
  }
}

@media (max-width: 768px) {
  /* TomShop v0.450：固定底栏自身贴住视口底部并覆盖安全区背景；页面内容只预留可视空间，不再让 footer 从 Home Indicator 安全区漏出来。 */
  body.tomshop-query-entry-mobile-space { padding-bottom: 0 !important; }

  body.tomshop-query-entry-mobile-space .tomshop-theme-body,
  body.tomshop-query-entry-mobile-space .neo-site-body,
  body.tomshop-query-entry-mobile-space .tomshop-theme-main:not(.neo-main) {
    padding-bottom: var(--tomshop-query-entry-bottom-space, calc(64px + env(safe-area-inset-bottom, 0px))) !important;
  }

  .tomshop-query-floating {
    left: 0;
    right: 0;
    bottom: 0;
    gap: 0;
    width: 100%;
    min-width: 0;
    height: var(--tomshop-mobile-query-bar-height, 52px);
    height: calc(var(--tomshop-mobile-query-bar-height, 52px) + constant(safe-area-inset-bottom));
    height: calc(var(--tomshop-mobile-query-bar-height, 52px) + env(safe-area-inset-bottom, 0px));
    padding: 0;
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom, 0px);
    align-items: stretch;
    justify-content: stretch;
    overflow: hidden;
    border: 0;
    outline: 0;
    border-radius: 0;
    background: var(--tomshop-mobile-query-safe-bg, #475569);
    box-shadow: none;
    filter: none;
  }
  .tomshop-query-floating:focus-within {
    outline: 0;
    box-shadow: none;
  }
  .tomshop-query-floating__desktop,
  .tomshop-query-floating__contact-desktop,
  .tomshop-query-floating .tomshop-query-floating__desktop,
  .tomshop-query-floating .tomshop-query-floating__contact-desktop { display: none; }
  .tomshop-query-floating__home-mobile,
  .tomshop-query-floating__mobile,
  .tomshop-query-floating__contact-mobile,
  .tomshop-query-floating .tomshop-query-floating__home-mobile,
  .tomshop-query-floating .tomshop-query-floating__mobile,
  .tomshop-query-floating .tomshop-query-floating__contact-mobile {
    display: inline-flex;
    flex: 1 1 0;
    width: auto;
    min-width: 0;
    gap: 0;
    font-size: 13px;
    letter-spacing: 0;
    min-height: 0;
    height: 100%;
    margin: 0;
    padding: 0 10px;
    border: 0;
    border-width: 0;
    border-style: none;
    outline: 0;
    border-radius: 0;
    background: transparent;
    background-image: none;
    color: #fff !important;
    box-shadow: none;
    filter: none;
    transform: none;
    position: relative;
    transition: background 0.18s ease, opacity 0.18s ease;
  }
  .tomshop-query-floating__home-mobile .tomshop-query-floating__home-icon,
  .tomshop-query-floating__mobile .tomshop-query-floating__icon,
  .tomshop-query-floating__contact-mobile .tomshop-query-floating__contact-icon {
    width: 22px;
    height: 22px;
    flex-basis: 22px;
    margin-right: 7px;
  }
  /* TomShop v0.476：移动端三项改成同一底色，避免底栏看起来像几个独立按钮。 */
  .tomshop-query-floating__home-mobile,
  .tomshop-query-floating__mobile,
  .tomshop-query-floating__contact-mobile,
  .tomshop-query-floating .tomshop-query-floating__home-mobile,
  .tomshop-query-floating .tomshop-query-floating__mobile,
  .tomshop-query-floating .tomshop-query-floating__contact-mobile {
    background: transparent;
    color: #fff !important;
  }
  .tomshop-query-floating__home-mobile::before,
  .tomshop-query-floating__home-mobile::after,
  .tomshop-query-floating__mobile::after,
  .tomshop-query-floating__contact-mobile::after,
  .tomshop-query-floating .tomshop-query-floating__home-mobile::before,
  .tomshop-query-floating .tomshop-query-floating__home-mobile::after,
  .tomshop-query-floating .tomshop-query-floating__mobile::after,
  .tomshop-query-floating .tomshop-query-floating__contact-mobile::after {
    display: none;
    content: none;
  }
  .tomshop-query-floating__mobile::before,
  .tomshop-query-floating__contact-mobile::before,
  .tomshop-query-floating .tomshop-query-floating__mobile::before,
  .tomshop-query-floating .tomshop-query-floating__contact-mobile::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 22px;
    margin-top: -11px;
    background: rgba(255, 255, 255, 0.22);
    pointer-events: none;
  }
  .tomshop-query-floating__home-mobile:hover,
  .tomshop-query-floating__mobile:hover,
  .tomshop-query-floating__contact-mobile:hover,
  .tomshop-query-floating__home-mobile:focus,
  .tomshop-query-floating__mobile:focus,
  .tomshop-query-floating__contact-mobile:focus,
  .tomshop-query-floating__home-mobile:active,
  .tomshop-query-floating__mobile:active,
  .tomshop-query-floating__contact-mobile:active {
    transform: none;
    outline: 0;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: none;
    filter: none;
  }
  .tomshop-query-contact-modal__panel {
    left: 16px;
    right: 16px;
    bottom: calc(var(--tomshop-mobile-query-bar-height, 52px) + var(--tomshop-mobile-query-bar-gap, 12px) + env(safe-area-inset-bottom, 0px));
    width: auto;
    max-width: none;
    max-height: calc(var(--ts-real-vh, 100vh) - 84px - env(safe-area-inset-top, 0px) - env(safe-area-inset-bottom, 0px));
  }
  .tomshop-query-contact-modal__body {
    gap: 12px;
    padding: 14px 16px 16px;
  }
  .tomshop-query-contact-modal__qrcode {
    padding: 12px;
  }
  .tomshop-query-contact-modal__qrcode img {
    width: min(100%, 220px);
    max-height: 220px;
  }
  .tomshop-query-contact-modal__wechat {
    padding: 12px 14px;
  }
  .tomshop-query-contact-modal__wechat-label,
  .tomshop-query-contact-modal__wechat span,
  .tomshop-query-contact-modal__wechat strong {
    font-size: 14px;
  }
  .tomshop-query-contact-modal__actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .tomshop-query-contact-modal__action {
    min-height: 40px;
    padding: 0 10px;
    line-height: 40px;
    font-size: 13px;
  }
  .tomshop-query-contact-modal__action-icon {
    width: 16px;
    height: 16px;
    flex-basis: 16px;
    margin-right: 6px;
  }
  .tomshop-query-contact-modal__copy-status {
    font-size: 13px;
  }
}
/* TomShop query entry end */

/* TomShop v0.500 商品按钮静态状态：静态页生成时已输出最终 mode，前台不再 AJAX 切换。 */
.tomshop-buy-entry{background:var(--ts-primary,#ff3f5f);}
.tomshop-buy-entry:hover{background:var(--ts-primary-strong,#e73553);}
[data-tomshop-buy].tomshop-buy-mode-contact{background:#14b8a6;}
[data-tomshop-buy].tomshop-buy-mode-contact:hover{background:#0f9f90;}
[data-tomshop-buy].tomshop-buy-mode-soldout{background:#9ca3af;cursor:pointer;pointer-events:auto;opacity:.88;}
[data-tomshop-buy].is-disabled{background:#9ca3af!important;cursor:not-allowed;pointer-events:auto;opacity:.88;}
[data-tomshop-buy].tomshop-buy-mode-soldout:hover,[data-tomshop-buy].is-disabled:hover{background:#9ca3af!important;}
