/* Compiled from LESS. Edit this CSS going forward. */
/* Modern layout tokens — html { font-size: 10px } in site.less → 1rem = 10px */
/* 1200px content */
/* Homepage section shell — single visual column */
/* Homepage */
/* between major sections */
/* section title → main content */
/* carousel → Learn More button */
/* last section → footer */
/* Inner pages (About, etc.) */
/* Toolbox / forpros marketing page — type scale */
/* 3.2rem — page-level headings */
/* 2.4rem */
/* 1.8rem — intro copy (e.g. above search) */
/* 1.6rem — section descriptions */
/* 1.4rem */
/* 2.4rem — nested card titles */
/* 1.8rem */
/* bottom-content product name (.big-title) vs block headings (.card-title) */
/* product-library.html 品类入口卡：名称略大于素材列表标题 */
/* 手机端品类卡：图片区统一高度，便于同行标题/按钮对齐 */
/* 1.8rem */
/* 1.4rem */
/* 1.3rem */
/* Toolbox floating actions (cart, back-to-top, back, home) */
/* Mobile stack: base → back-top → goto → back-home → cart */
/* Toolbox 桌面侧栏：filter-nav / slider-bar（高于主内容，低于弹层） */
/* Form / lookup / registration pages — type scale */
/* Marketing / product toolkit (.page-toolbox) — light banner, dark text */
/* product-library-list 等：两列素材卡片 + 紧凑操作钮 */
/* 两列品类卡：等高图片区 + 标题弹性区 + 按钮贴底 */
/* product-library.html：品类网格 + 长 CTA 文案 */
/* product-library-one 等：bottom-content 内各类素材列表 */
/* gifts-detail.html / props-detail.html：详情 + You May Also Like */
/* Inner page hero — mobile (legacy mpx @ 414px design → rem) */
/* Toolbox 侧栏筛选 — 桌面固定定位；手机版 bottom sheet（与 shop.html 一致） */
.filter-nav {
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  background: linear-gradient(to bottom right, #fefcfc, #e3f6ff);
  box-shadow: 0 1rem 2.8rem rgba(0, 0, 0, 0.12);
  border: 0.1rem solid #fff;
  padding: 1.2rem;
  border-radius: 1rem;
  transition: top 0.1s ease-out;
  width: 24rem;
  max-width: calc(100vw - 4rem);
}
.filter-nav .filterbig-title {
  font-size: 2rem;
  padding: 0.2rem 0 1.2rem;
  color: #277fb1;
  min-width: 0;
  text-align: center;
  line-height: 1.25;
}
.filter-nav .filter-list {
  border-top: 0.1rem solid #c4dee9;
  padding-top: 0.8rem;
  padding-bottom: 1.2rem;
}
.filter-nav .filter-list .level1-title {
  margin-top: 0.8rem;
  border-radius: 1.2rem;
  display: flex;
  height: 2.8rem;
  align-items: center;
  background-color: #1195c8;
  border: 0.1rem solid #dff2f9;
  overflow: hidden;
  cursor: pointer;
  color: #fff;
  font-size: 1.85rem;
  padding: 0 0 0 0.9rem;
}
.filter-nav .filter-list .filter-level1-item {
  margin-top: 0.6rem;
  border-radius: 1.2rem;
  display: flex;
  min-height: 2.8rem;
  align-items: center;
  background-color: #fff;
  border: 0.1rem solid #dff2f9;
  overflow: hidden;
  cursor: pointer;
  color: #277fb1;
  font-size: 1.35rem;
  padding: 0.6rem 0.8rem;
}
.filter-nav .filter-list .filter-level1-item .checkbox {
  flex-shrink: 0;
  width: 1.1rem;
  height: 1.1rem;
  border: 0.1rem solid #ccc;
  margin-right: 0.8rem;
  border-radius: 0.2rem;
}
.filter-nav .filter-list .filter-level1-item .radio {
  flex-shrink: 0;
  width: 1.1rem;
  height: 1.1rem;
  border: 0.1rem solid #ccc;
  margin-right: 0.8rem;
  border-radius: 50%;
}
.filter-nav .filter-list .filter-level1-item .active {
  background: url("/images/new/toolbox/checkbox-select.png") no-repeat center center;
  background-color: #1195c8;
  background-size: 0.75rem 0.65rem;
  border: 0.1rem solid #1195c8;
}
.filter-nav .filter-list .filter-level1-item .label {
  flex: 1;
  min-width: 0;
  max-width: 100%;
  overflow: visible;
  white-space: normal;
  text-overflow: clip;
  line-height: 1.35;
  color: #196089;
}
.filter-nav .filter-list .filter-level1-item:has(.checkbox.active) {
  background-color: #1195c8;
  border-color: #1195c8;
  color: #fff;
}
.filter-nav .filter-list .filter-level1-item:has(.checkbox.active) .label {
  color: #fff;
}
.filter-nav .filter-list .filter-level1-item:has(.checkbox.active) .checkbox.active {
  position: relative;
  background: #fff;
  border-color: #fff;
}
.filter-nav .filter-list .filter-level1-item:has(.checkbox.active) .checkbox.active::after {
  content: "";
  position: absolute;
  left: 0.28rem;
  top: 0.08rem;
  width: 0.35rem;
  height: 0.62rem;
  border: solid #1195c8;
  border-width: 0 0.16rem 0.16rem 0;
  transform: rotate(45deg);
}
.filter-nav .filter-list .filter-level1-item-clear {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #196089;
  cursor: pointer;
  padding-top: 1.2rem;
  font-size: 1.7rem;
}
.filter-nav .filter-list .icon {
  margin-right: 0.8rem;
}
.filter-nav .filter-list .bd-icon {
  width: 1.2rem;
  height: 1.6rem;
}
.filter-nav .filter-list .pb-icon {
  width: 1.4rem;
  height: 1.4rem;
}
.filter-nav .filter-list .pi-icon {
  width: 1.4rem;
  height: 1.4rem;
}
.filter-nav .filter-list .clear-icon {
  width: 1.3rem;
  height: 1.2rem;
}
@media screen and (min-width: 991px) {
  .slider-bar {
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
    background: linear-gradient(to bottom right, #fefcfc, #e3f6ff);
    box-shadow: 0 1rem 2.8rem rgba(0, 0, 0, 0.12);
    border: 0.1rem solid #fff;
    padding: 1.2rem;
    border-radius: 1rem;
    transition: top 0.1s ease-out;
    left: 1rem;
    max-width: 24rem;
  }
  .slider-bar .slider-title {
    padding: 0.5rem 0;
    display: flex;
    align-items: center;
    border-bottom: 0.1rem solid #dff2f9;
  }
  .slider-bar .slider-title .icon {
    flex-shrink: 0;
    width: 3rem;
    height: 2.8rem;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .slider-bar .slider-title .text {
    flex: 1;
    min-width: 0;
    font-size: 2rem;
    color: #2d88a6;
    overflow: hidden;
    white-space: nowrap;
    font-weight: bold;
  }
  .slider-bar .slider-bar-btn {
    margin-top: 0.6rem;
    border-radius: 1.2rem;
    display: flex;
    height: 2.8rem;
    align-items: center;
    background-color: #fbfcfe;
    border: 0.1rem solid #dff2f9;
    overflow: hidden;
    cursor: pointer;
  }
  .slider-bar .slider-bar-btn .icon {
    flex-shrink: 0;
    width: 3rem;
    height: 2.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .slider-bar .slider-bar-btn .text {
    flex: 1;
    min-width: 0;
    font-size: 1.35rem;
    color: #2d88a6;
    padding-right: 1.6rem;
    overflow: hidden;
    white-space: nowrap;
  }
  .slider-bar .active {
    background-color: #0092d8;
    border: 0.1rem solid #0092d8;
  }
  .slider-bar .active .text {
    color: #fff;
  }
}
@media screen and (max-width: 990px) {
  /* 有筛选 / Quick Nav 底栏的页面：为底部按钮留出空间 */
  body:has(#shop-filter-panel) .page-toolbox .content,
  body:has(#shop-filter-panel) .page-toolbox .content.shop-content,
  body:has(#toolbox-slider-panel) .page-toolbox .content,
  body:has(#toolbox-slider-panel) .page-toolbox .overview-content {
    padding-bottom: max(10rem, env(safe-area-inset-bottom, 0px));
  }
  .shop-filter-backdrop {
    position: fixed;
    inset: 0;
    z-index: 198;
    background: rgba(12, 40, 58, 0.5);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.28s ease, visibility 0.28s ease;
  }
  .shop-filter-backdrop.is-active {
    opacity: 1;
    visibility: visible;
  }
  .shop-filter-open-btn {
    position: fixed;
    z-index: 199;
    left: 50%;
    bottom: max(2rem, env(safe-area-inset-bottom, 0px));
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    padding: 1.4rem 3.2rem;
    margin: 0;
    border: none;
    border-radius: 999px;
    cursor: pointer;
    font-family: inherit;
    font-weight: 700;
    font-size: 1.5rem;
    letter-spacing: 0.02em;
    color: #fff;
    background: linear-gradient(135deg, #1195c8 0%, #0a6f99 100%);
    box-shadow: 0 0.8rem 2.8rem rgba(10, 78, 120, 0.45);
    transition: transform 0.28s ease, opacity 0.28s ease, box-shadow 0.2s ease;
    -webkit-tap-highlight-color: transparent;
  }
  .shop-filter-open-btn:active {
    transform: translateX(-50%) scale(0.98);
  }
  .shop-filter-open-btn__glyph {
    width: 1.8rem;
    height: 1.8rem;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='white' stroke-width='2'%3E%3Cpath stroke-linecap='round' d='M4 6h16M4 12h16M4 18h7'/%3E%3C/svg%3E") center / contain no-repeat;
    opacity: 0.95;
  }
  body.shop-filter-sheet-open .shop-filter-open-btn,
  body.shop-filter-sheet-open #toolbox-slider-open-btn {
    opacity: 0;
    pointer-events: none;
    transform: translateX(-50%) translateY(160%);
  }
  .filter-nav,
  .slider-bar {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    top: auto !important;
    bottom: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    max-height: min(86vh, 640px) !important;
    margin: 0 !important;
    padding: 1.2rem 1.6rem max(2.4rem, env(safe-area-inset-bottom, 0px)) 1.6rem !important;
    border-radius: 1.6rem 1.6rem 0 0;
    border: 0.1rem solid rgba(255, 255, 255, 0.9) !important;
    box-shadow: 0 -0.6rem 4rem rgba(0, 0, 0, 0.18) !important;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    z-index: 200 !important;
    transform: translate3d(0, 110%, 0);
    transition: transform 0.32s cubic-bezier(0.32, 0.72, 0, 1);
    pointer-events: none;
    visibility: hidden;
    display: block !important;
  }
  .filter-nav.is-open,
  .slider-bar.is-open {
    transform: translate3d(0, 0, 0);
    pointer-events: auto;
    visibility: visible;
    touch-action: pan-y;
  }
  .filter-nav::before,
  .slider-bar::before {
    content: "";
    display: block;
    width: 4rem;
    height: 0.4rem;
    margin: 0 auto 1rem;
    border-radius: 999px;
    background: rgba(25, 96, 137, 0.25);
  }
  .filter-nav .filterbig-title,
  .slider-bar .filterbig-title {
    margin-top: 0;
    padding-top: 0;
  }
  .filter-nav .filter-list .filter-level1-item,
  .slider-bar .filter-list .filter-level1-item {
    font-size: 1.9rem;
  }
  /* Quick Nav 上拉面板：保持 slider-bar 视觉，不与 filter 列表混用 */
  .slider-bar {
    background: linear-gradient(to bottom right, #fefcfc, #e3f6ff) !important;
  }
  .slider-bar .slider-title {
    width: 100% !important;
    margin-bottom: 0.8rem;
    padding: 0.5rem 0;
    display: flex;
    align-items: center;
    border-bottom: 0.1rem solid #dff2f9;
  }
  .slider-bar .slider-title .text {
    font-size: 2rem;
    color: #2d88a6;
    font-weight: bold;
  }
  .slider-bar .slider-bar-btn {
    width: 100% !important;
    max-width: 100%;
    height: auto;
    min-height: 3.4rem;
    margin-top: 0.6rem;
    box-sizing: border-box;
    border-radius: 1.2rem;
    display: flex;
    align-items: center;
    background-color: #fbfcfe;
    border: 0.1rem solid #dff2f9;
    overflow: hidden;
  }
  .slider-bar .slider-bar-btn .icon {
    width: 4rem;
    height: 3.4rem;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .slider-bar .slider-bar-btn .text {
    font-size: 1.6rem;
    color: #2d88a6;
    padding-right: 1.2rem;
  }
  .slider-bar .slider-bar-btn.active {
    background-color: #199fcd;
    border-color: #199fcd;
  }
  .slider-bar .slider-bar-btn.active .text {
    color: #fff;
  }
  .filter-nav .shop-filter-close-btn,
  .slider-bar .shop-filter-close-btn {
    position: absolute;
    z-index: 2;
    top: 1rem;
    right: 1rem;
    width: 4rem;
    height: 4rem;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 50%;
    background: rgba(17, 149, 200, 0.12);
    color: #196089;
    font-size: 2.4rem;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-tap-highlight-color: transparent;
  }
  .filter-nav .shop-filter-close-btn:active,
  .slider-bar .shop-filter-close-btn:active {
    background: rgba(17, 149, 200, 0.22);
  }
  body.shop-filter-sheet-open {
    overflow: hidden;
  }
}
.page-toolbox .grid-1.ca {
  position: relative;
  width: 100%;
  height: 53rem;
  overflow: hidden;
  color: #000;
  box-sizing: border-box;
}
.page-toolbox .grid-1.ca picture {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  pointer-events: none;
}
.page-toolbox .grid-1.ca picture .bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.page-toolbox .grid-1.ca .hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 2rem;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
}
.page-toolbox .grid-1.ca .title {
  font-size: 3.6rem;
  line-height: 1.15;
}
.page-toolbox .grid-1.ca .desc {
  font-size: 2.2rem;
  line-height: 1.6;
  max-width: 56rem;
  margin-top: 1.2rem;
}
.page-toolbox .grid-1.ca .hero-inner {
  padding-top: 0;
}
.page-toolbox .content.shop-content .bottom-content {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.page-toolbox .content {
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  padding-bottom: 5rem;
  margin-top: 8rem;
}
.page-toolbox .content .card-title {
  color: #333;
  font-size: 3rem;
  line-height: 1.2;
  margin-bottom: 3.7rem;
  margin-top: 4rem;
  text-align: center;
}
.page-toolbox .content .card-desc {
  text-align: center;
  line-height: 1.2;
  color: #333;
  font-size: 3.4rem;
  margin-top: 4.5rem;
  margin-bottom: 7rem;
}
.page-toolbox .content .card-desc2 {
  text-align: center;
  line-height: 1.2;
  color: #333;
  font-size: 2.2rem;
  margin-top: 7rem;
  margin-bottom: 7rem;
}
.page-toolbox .content .card-content {
  background-color: #f7f7f7;
  border-radius: 2rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.page-toolbox .content .card-content .card-row {
  width: 111rem;
  height: 35.6rem;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
}
.page-toolbox .content .card-content .card-row .feature-grid {
  margin-left: 4.4rem;
  margin-right: 4.4rem;
}
.page-toolbox .content .card-content .card-row .feature-img {
  width: 12rem;
  height: 9.4rem;
  margin-right: 1.5rem;
}
.page-toolbox .content .card-content .card-row .feature-data {
  width: 23.7rem;
}
.page-toolbox .content .card-content .card-row .feature-data .feature-title {
  color: #333;
  font-size: 2.4rem;
  line-height: 2.6rem;
  margin-bottom: 0.8rem;
}
.page-toolbox .content .card-content .card-row .feature-data .feature-desc {
  color: #333;
  font-size: 1.6rem;
  line-height: 2.1rem;
}
.page-toolbox .bottom-content .big-title {
  font-size: 4rem;
  line-height: 1.15;
  text-align: center;
}
.page-toolbox .bottom-content .card-list,
.page-toolbox .bottom-content .props-list {
  flex-wrap: wrap;
  justify-content: flex-start;
}
.page-toolbox .bottom-content .card-list .catalog-item,
.page-toolbox .bottom-content .props-list .catalog-item {
  margin-bottom: 3rem;
  margin-right: 4.4rem;
}
.page-toolbox .bottom-content .card-list .catalog-item:nth-child(3n),
.page-toolbox .bottom-content .props-list .catalog-item:nth-child(3n) {
  margin-right: 0;
}
.page-toolbox .bottom-content .card-list .brochure-item,
.page-toolbox .bottom-content .props-list .brochure-item {
  margin-bottom: 3rem;
  margin-right: 5.2rem;
}
.page-toolbox .bottom-content .card-list .brochure-item:nth-child(4n),
.page-toolbox .bottom-content .props-list .brochure-item:nth-child(4n) {
  margin-right: 0;
}
.page-toolbox .bottom-content .card-list2 .catalog-item {
  margin-bottom: 3rem;
}
.page-toolbox .bottom-content2 .card-list {
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-toolbox .bottom-content2 .card-list .catalog-item {
  margin-bottom: 3rem;
}
.page-toolbox .bottom-content2 .card-list .catalog-item:nth-last-child(1):nth-child(3n+2) {
  margin-right: 41.5rem;
}
.page-toolbox .bottom-content2 .card-list .brochure-item {
  margin-bottom: 3rem;
}
.page-toolbox .bottom-content2 .card-list .brochure-item:nth-last-child(1):nth-child(4n+3) {
  margin-right: 31.3rem;
}
.page-toolbox .bottom-content2 .card-list .brochure-item:nth-last-child(1):nth-child(4n+2) {
  margin-right: 62.7rem;
}
.product-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product-item {
  margin-bottom: 3rem;
  width: 28rem;
  height: 38rem;
  border: 0.2rem solid #f3f3f3;
  border-radius: 2rem;
  background-color: #f3f3f3;
  cursor: pointer;
}
.product-item .product-img {
  width: 22rem;
  height: 24rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-item .product-img img {
  width: 22rem;
  height: auto;
}
.product-item .product-title {
  padding: 0 1.6rem;
  margin-top: 2rem;
  text-align: center;
  line-height: 1.2;
  font-size: 2.2rem;
  width: 100%;
  height: 5rem;
  margin: 0 auto;
}
.product-item .product-button {
  position: relative;
  margin: 0 auto;
  margin-top: 2rem;
  width: 20rem;
  height: 4rem;
  line-height: 4rem;
  border-radius: 999px;
  border: 0.2rem solid #0092d8;
  text-align: center;
  color: #0092d8;
  font-size: 1.2rem;
  background-color: #fff;
}
.product-item .product-button .blue-arrow {
  position: absolute;
  top: 50%;
  margin-top: 0.1rem;
  right: 1.6rem;
  transform: translateY(-50%);
  width: 1.2rem;
  height: 2rem;
}
.product-item .product-button .white-arrow {
  display: none;
  position: absolute;
  top: 50%;
  margin-top: 0.1rem;
  right: 1.6rem;
  transform: translateY(-50%);
  width: 1.2rem;
  height: 2rem;
}
.product-item:hover {
  background-color: #fff;
  border: 0.2rem solid #0092d8;
}
.product-item:hover .product-button {
  color: #fff;
  background-color: #0092d8;
}
.product-item:hover .product-button .blue-arrow {
  display: none;
}
.product-item:hover .product-button .white-arrow {
  display: block;
}
.search {
  border: 0.2rem solid #0092d8;
  border-radius: 2rem;
  padding: 2rem 5.8rem;
  align-items: center;
}
.search .search-input {
  width: 90%;
  height: 5rem;
  line-height: 5rem;
  font-size: 2.8rem;
}
.search .search-input::placeholder {
  color: #a9a9a9;
}
.search .search-button {
  width: 3.2rem;
  height: 3.2rem;
  background: url("./search-blue.svg") no-repeat center center;
  background-size: 3.2rem 3.2rem;
  cursor: pointer;
}
.learn-more-button {
  position: relative;
  margin: 0 auto;
  margin-bottom: 2rem;
  width: 20rem;
  height: 5rem;
  line-height: 5rem;
  border-radius: 999px;
  border: 0.2rem solid #0092d8;
  text-align: center;
  color: #0092d8;
  font-size: 1.8rem;
  background-color: #fff;
  cursor: pointer;
  z-index: 0;
}
.learn-more-button .blue-arrow {
  position: absolute;
  top: 50%;
  margin-top: 0.1rem;
  right: 2.2rem;
  transform: translateY(-50%);
  width: 1.2rem;
  height: 2rem;
}
.learn-more-button .white-arrow {
  display: none;
  position: absolute;
  top: 50%;
  margin-top: 0.1rem;
  right: 2.2rem;
  transform: translateY(-50%);
  width: 1.2rem;
  height: 2rem;
}
.learn-more-button:hover {
  color: #fff;
  background-color: #0092d8;
}
.learn-more-button:hover .blue-arrow {
  display: none;
}
.learn-more-button:hover .white-arrow {
  display: block;
}
.catalog-item {
  width: 37rem;
}
.catalog-item .catalog-img {
  position: relative;
  width: 36.8rem;
  height: 27rem;
  border: 0.1rem solid #222;
  border-radius: 2rem;
  overflow: hidden;
}
.catalog-item .catalog-img .update {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: rgba(0, 146, 216, 0.8);
  display: none;
  justify-content: center;
  color: #fff;
  font-size: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.catalog-item .catalog-img img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.catalog-item .catalog-img img.object-cover {
  object-fit: cover;
}
.catalog-item .catalog-img img.videoplay-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 8.8rem;
  height: 8.8rem;
}
.catalog-item .catalog-img:hover .update {
  display: flex;
}
.catalog-item .title {
  font-size: 1.8rem;
  margin-top: 2rem;
  height: 6rem;
  text-align: center;
}
.catalog-item .size {
  font-size: 1.8rem;
}
.catalog-item .catalog-btnmain {
  margin-top: 2rem;
}
.brochure-item {
  width: 26rem;
}
.brochure-item:last-child {
  margin-right: 0;
}
.brochure-item .brochure-img {
  position: relative;
  width: 25.8rem;
  height: 37rem;
  border: 0.1rem solid #222;
  border-radius: 2rem;
  overflow: hidden;
}
.brochure-item .brochure-img .update {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: rgba(0, 146, 216, 0.8);
  display: none;
  justify-content: center;
  color: #fff;
  font-size: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.brochure-item .brochure-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.brochure-item .brochure-img img.videoplay-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 8.8rem;
  height: 8.8rem;
}
.brochure-item .brochure-img:hover .update {
  display: flex;
}
.brochure-item .title {
  font-size: 1.8rem;
  margin-top: 2rem;
  height: 6rem;
  text-align: center;
}
.brochure-item .catalog-btnmain {
  margin-top: 2rem;
}
/* View + Download + cart: one flex row, spacing from gap only (overrides ml-/mr- utilities & legacy margins) */
.catalog-btnmain {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center !important;
  align-content: center;
  gap: 1rem;
  width: 100%;
  box-sizing: border-box;
  /* Dropdown min-height no longer stretches the flex row; keeps View / Download / cart visually aligned */
}
.catalog-btnmain .catalog-btn2 {
  position: relative;
  flex-shrink: 0;
  height: 4.2rem;
  overflow: visible;
  margin-right: 0 !important;
}
.catalog-btnmain .catalog-btn2:first-child {
  margin-right: 0 !important;
}
.catalog-btnmain .catalog-btn2 > .catalog-btn2-block {
  position: absolute;
  left: 0;
  top: 0;
  width: 10rem;
  min-height: 13.6rem;
  z-index: 15;
}
.catalog-btnmain .catalog-btn2 span,
.catalog-btnmain .catalog-btn2 .catalog-btn-psd,
.catalog-btnmain .catalog-btn2 .catalog-btn-pdf {
  margin-right: 0 !important;
}
.catalog-btnmain .car-btn {
  margin-left: 0 !important;
  margin-right: 0 !important;
  flex-shrink: 0;
  width: 4.2rem;
  height: 4.2rem;
  box-sizing: border-box;
}
.catalog-btnmain .car-btn img {
  width: 1.8rem;
  height: 1.8rem;
}
.catalog-btnmain .catalog-btn {
  margin-right: 0 !important;
}
.catalog-btnmain .catalog-btn:first-child {
  margin-right: 0 !important;
}
.catalog-btnmain .w148:first-child {
  margin-right: 0 !important;
}
.car-btn {
  width: 3.4rem;
  height: 3.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0.1rem solid #1d9edc;
  color: #1d9edc;
  border-radius: 999px;
  cursor: pointer;
}
.car-btn img {
  width: 1.5rem;
  height: 1.5rem;
}
.catalog-btn {
  width: 10rem;
  padding: 0 1.8rem;
  height: 4.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0.1rem solid #1d9edc;
  color: #1d9edc;
  font-size: 1.55rem;
  border-radius: 999px;
  cursor: pointer;
}
.catalog-btn:first-child {
  margin-right: 0rem;
}
.catalog-btn:hover {
  background-color: #1d9edc;
  color: #fff;
}
.w148 {
  width: 14.8rem;
}
.catalog-btn2 {
  position: relative;
  width: 10rem;
  height: 4.2rem;
}
.catalog-btn2:first-child {
  margin-right: 0.8rem;
}
.catalog-btn2 .catalog-btn2-block {
  position: relative;
  width: 10rem;
  min-height: 13.6rem;
  z-index: 10;
}
.catalog-btn2 span {
  width: 10rem;
  height: 4.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0.1rem solid #1d9edc;
  color: #1d9edc;
  font-size: 1.2rem;
  border-radius: 999px;
  cursor: pointer;
  margin-right: 1.8rem;
}
.catalog-btn2 span:hover {
  background-color: #1d9edc;
  color: #fff;
}
.catalog-btn2 .catalog-btn-psd {
  display: none;
  margin-top: 0.5rem;
  width: 10rem;
  height: 4.2rem;
  justify-content: center;
  align-items: center;
  border: 0.1rem solid #1d9edc;
  color: #1d9edc;
  font-size: 1.4rem;
  border-radius: 999px;
  cursor: pointer;
  margin-right: 1.8rem;
  background-color: #fff;
}
.catalog-btn2 .catalog-btn-psd:hover {
  background-color: #1d9edc;
  color: #fff;
}
.catalog-btn2 .catalog-btn-pdf {
  display: none;
  margin-top: 0.5rem;
  width: 10rem;
  height: 4.2rem;
  justify-content: center;
  align-items: center;
  border: 0.1rem solid #1d9edc;
  color: #1d9edc;
  font-size: 1.6rem;
  border-radius: 999px;
  cursor: pointer;
  margin-right: 1.8rem;
  background-color: #fff;
}
.catalog-btn2 .catalog-btn-pdf:hover {
  background-color: #1d9edc;
  color: #fff;
}
.catalog-btn2:first-child {
  margin-right: 1.8rem;
}
.card-buttonmain {
  margin-top: 5rem;
}
.goto-top {
  z-index: 99;
  position: fixed;
  right: 6rem;
  bottom: 14rem;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  border: 0.2rem solid #222222;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.goto-top .gotop {
  width: 2.5rem;
  height: 2.9rem;
}
.goto-top .gotop2 {
  display: none;
  width: 2.5rem;
  height: 2.9rem;
}
.goto-top:hover {
  background-color: #222222;
}
.goto-top:hover .gotop {
  display: none;
}
.goto-top:hover .gotop2 {
  display: block;
}
.back-top {
  z-index: 99;
  position: fixed;
  right: 6rem;
  bottom: 7rem;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  border: 0.2rem solid #222222;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.back-top .backtop {
  width: 2.5rem;
  height: 2.9rem;
}
.back-top .backtop2 {
  display: none;
  width: 2.5rem;
  height: 2.9rem;
}
.back-top:hover {
  background-color: #222222;
}
.back-top:hover .backtop {
  display: none;
}
.back-top:hover .backtop2 {
  display: block;
}
.car-all-btn {
  z-index: 99;
  position: fixed;
  right: 6rem;
  bottom: 28rem;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  border: 0.2rem solid #222222;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.car-all-btn .car-black {
  width: 2.5rem;
  height: 2.9rem;
}
.car-all-btn .car-num {
  position: absolute;
  right: -0.2rem;
  top: -0.2rem;
  width: 3rem;
  height: 3rem;
  background-color: #0092d8;
  border-radius: 50%;
  color: #fff;
  font-size: 1.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.back-home {
  z-index: 99;
  position: fixed;
  right: 6rem;
  bottom: 21rem;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  border: 0.2rem solid #222222;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.back-home .backhomeimg {
  width: 6rem;
  height: 6rem;
}
.search-tags {
  position: fixed;
  left: 11rem;
  top: 21rem;
  z-index: 3;
}
.tab-btn {
  border: 0.1rem solid #0092d8;
  border-radius: 1rem;
  color: #0092d8;
  font-size: 1.4rem;
  cursor: pointer;
  margin-right: 1.5rem;
  width: 19rem;
  padding-left: 3.5rem;
  height: 5rem;
  line-height: 5rem;
  margin-bottom: 1.2rem;
  background-color: #fff;
}
.tab-btn.active {
  background-color: #0092d8;
  color: #fff;
  position: relative;
}
.tab-btn.active::after {
  content: "";
  position: absolute;
  top: 50%;
  /* 垂直居中 */
  right: -1.4rem;
  /* 距离右边距离 */
  margin-top: -0.8rem;
  /* 微调位置，让视觉更居中 */
  width: 0;
  height: 0;
  border-top: 1rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 1.5rem solid #0092d8;
}
.download-btn {
  cursor: pointer;
  margin-top: 3rem;
  padding-left: 4rem;
  padding-right: 4rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  justify-content: center;
  align-items: center;
  color: #222;
  font-size: 2rem;
  border-radius: 2rem;
  border: 0.2rem solid #222222;
  display: flex;
  justify-content: space-between;
  width: 58rem;
  margin-right: 3.4rem;
}
.download-btn div {
  padding-right: 2rem;
}
.download-btn .down-arrow {
  width: 2.8rem;
  height: 2.8rem;
}
.download-btn .down-arrow2 {
  display: none;
  width: 2.8rem;
  height: 2.8rem;
}
.download-btn:hover {
  background-color: #222222;
  color: #fff;
}
.download-btn:hover .down-arrow {
  display: none;
}
.download-btn:hover .down-arrow2 {
  display: block;
}
.download-btn:nth-child(2n) {
  margin-right: 0;
}
.mt-20 {
  margin-top: 2rem;
}
.ml-20 {
  margin-left: 2rem;
}
.mt-50 {
  margin-top: 5rem;
}
.gifts-content .top {
  border-bottom: 0.1rem solid #e8e8e8;
  padding-bottom: 8rem;
  padding-top: 6.6rem;
}
.gifts-content .top .left-img {
  width: 62.2rem;
  height: 62.2rem;
  overflow: hidden;
  border-radius: 2rem;
  border: 0.1rem solid #3c3c3c;
  position: relative;
}
.gifts-content .top .left-img .left-main {
  width: 62.2rem;
  height: 62.2rem;
  /* 修改所有分页器圆点的背景颜色（默认状态） */
  /* 修改激活状态（当前页）的分页器圆点颜色 */
}
.gifts-content .top .left-img .left-main .swiper {
  width: 100%;
  height: 100%;
}
.gifts-content .top .left-img .left-main .swiper-pagination-bullet {
  background-color: #ccc;
  /* 这里设置你想要的颜色，例如灰色 */
  opacity: 1;
  /* 可选：如果不喜欢默认的半透明效果，可以设为1 */
}
.gifts-content .top .left-img .left-main .swiper-pagination-bullet-active {
  background-color: #0092d8;
  /* 这里设置激活时的颜色，例如蓝色 */
}
.gifts-content .top .left-img .left-main .swiper-button-next,
.gifts-content .top .left-img .left-main .swiper-button-prev {
  /* 修改颜色：支持颜色名称、十六进制、rgb等 */
  color: #0092d8;
  /* 红色 */
  /* 修改大小：注意这会同时改变图标的大小 */
  --swiper-navigation-size: 3rem;
  /* 默认通常是 44px */
  background-color: rgba(0, 0, 0, 0.1);
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gifts-content .top .left-img .left-main .swiper-button-prev::after {
  margin-left: -0.5rem;
}
.gifts-content .top .left-img .left-main .swiper-button-next::after {
  margin-left: 0.5rem;
}
.gifts-content .top .left-img img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.gifts-content .top .right-detail {
  width: 50rem;
}
.gifts-content .top .right-detail .title {
  font-size: 2.4rem;
  color: #222222;
  line-height: 1.2;
  margin-top: 2rem;
}
.gifts-content .top .right-detail .size {
  font-size: 1.6rem;
  margin-top: 2rem;
}
.gifts-content .top .right-detail .tip {
  font-size: 1.4rem;
  margin-top: 2rem;
  color: #0092d8;
}
.gifts-content .top .right-detail .desc {
  font-size: 1.8rem;
  padding: 3rem 0;
  line-height: 1.6;
}
.gifts-content .top .right-detail .gifts-cartbtn {
  font-size: 1.8rem;
  width: 24rem;
  height: 5.2rem;
  border-radius: 999px;
  color: #fff;
  background-color: #0092d8;
  padding-left: 5.5rem;
  position: relative;
  cursor: pointer;
}
.gifts-content .top .right-detail .gifts-cartbtn img {
  position: absolute;
  left: 18.5rem;
  top: 1.6rem;
  width: 2.1rem;
  height: 2.3rem;
}
.gifts-content .gifts-bottom .list-title {
  padding-bottom: 6rem;
  padding-top: 6rem;
  font-size: 2.2rem;
}
.gifts-list .car-btn {
  margin-left: 2rem;
}
.gifts-fu-list {
  flex-wrap: wrap;
  justify-content: space-between;
}
.gifts-fu-list .brochure-item,
.gifts-fu-list .catalog-item {
  margin-bottom: 3rem;
}
.gifts-fu-list .brochure-item:nth-last-child(1):nth-child(4n+3),
.gifts-fu-list .catalog-item:nth-last-child(1):nth-child(4n+3) {
  margin-right: 31.3rem;
}
.gifts-fu-list .brochure-item:nth-last-child(1):nth-child(4n+2),
.gifts-fu-list .catalog-item:nth-last-child(1):nth-child(4n+2) {
  margin-right: 62.7rem;
}
.gifts-fu-list .brochure-item .car-btn,
.gifts-fu-list .catalog-item .car-btn {
  margin-left: 2rem;
}
.decals-list {
  flex-wrap: wrap;
  justify-content: space-between;
}
.decals-list .brochure-item {
  margin-bottom: 3rem;
}
.decals-list .brochure-item:nth-last-child(1):nth-child(4n+3) {
  margin-right: 31.3rem;
}
.decals-list .brochure-item:nth-last-child(1):nth-child(4n+2) {
  margin-right: 62.7rem;
}
.brochure-list {
  flex-wrap: wrap;
  justify-content: space-between;
}
.brochure-list .brochure-item {
  margin-bottom: 3rem;
}
.brochure-list .brochure-item:nth-last-child(1):nth-child(4n+3) {
  margin-right: 31.3rem;
}
.brochure-list .brochure-item:nth-last-child(1):nth-child(4n+2) {
  margin-right: 62.7rem;
}
.sell-sheet-list {
  flex-wrap: wrap;
  justify-content: space-between;
}
.sell-sheet-list .brochure-item {
  margin-bottom: 3rem;
}
.sell-sheet-list .brochure-item:nth-last-child(1):nth-child(4n+3) {
  margin-right: 31.3rem;
}
.sell-sheet-list .brochure-item:nth-last-child(1):nth-child(4n+2) {
  margin-right: 62.7rem;
}
.sticker-list {
  flex-wrap: wrap;
  justify-content: space-between;
}
.sticker-list .brochure-item {
  margin-bottom: 3rem;
}
.sticker-list .brochure-item:nth-last-child(1):nth-child(4n+3) {
  margin-right: 31.3rem;
}
.sticker-list .brochure-item:nth-last-child(1):nth-child(4n+2) {
  margin-right: 62.7rem;
}
.puup-list {
  flex-wrap: wrap;
}
.puup-list .brochure-item,
.puup-list .catalog-item {
  margin-bottom: 3rem;
}
.puup-list .brochure-item:nth-child(4n),
.puup-list .catalog-item:nth-child(4n) {
  margin-right: 0;
}
.sticker-list2 {
  flex-wrap: wrap;
  justify-content: space-between;
}
.sticker-list2 .brochure-item {
  margin-bottom: 3rem;
}
.sticker-list2 .brochure-item:nth-last-child(1):nth-child(4n+3) {
  margin-right: 31.3rem;
}
.sticker-list2 .brochure-item:nth-last-child(1):nth-child(4n+2) {
  margin-right: 62.7rem;
}
.mr-1 {
  margin-left: 2rem;
}
.ml-1 {
  margin-left: 2rem;
}
/* Toolkit 列表分页 —— 与 Shop 同款（无外层卡片底） */
.pagination-container {
  display: flex;
  justify-content: center;
  margin-top: 4.8rem;
  margin-bottom: 0.8rem;
  padding: 0 0.8rem;
}
.pagination {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  max-width: 100%;
  padding: 1.4rem 2rem;
}
.pagination-btn {
  appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: inherit;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1;
  color: #196089;
  min-height: 4rem;
  min-width: 4rem;
  padding: 1rem 1.4rem;
  margin: 0;
  border-radius: 1rem;
  border: 0.1rem solid rgba(17, 149, 200, 0.35);
  background: #fff;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
  box-shadow: 0 0.1rem 0.4rem rgba(25, 96, 137, 0.06);
}
.pagination-btn:hover:not(:disabled) {
  background: rgba(17, 149, 200, 0.1);
  border-color: rgba(17, 149, 200, 0.55);
  color: #0f5a78;
  box-shadow: 0 0.4rem 1.4rem rgba(17, 149, 200, 0.18);
}
.pagination-btn:active:not(:disabled) {
  transform: scale(0.97);
}
.pagination-btn:focus-visible {
  outline: 0.2rem solid rgba(17, 149, 200, 0.55);
  outline-offset: 0.2rem;
}
.pagination-btn.pagination-btn--nav {
  min-width: 9.6rem;
  padding-left: 1.8rem;
  padding-right: 1.8rem;
  letter-spacing: 0.02em;
}
.pagination-btn.pagination-btn--page {
  min-width: 4.2rem;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  font-variant-numeric: tabular-nums;
}
.pagination-btn.active,
.pagination-btn:disabled.active {
  border-color: transparent;
  background: linear-gradient(145deg, #1195c8 0%, #0a6f99 100%);
  color: #fff;
  cursor: default;
  box-shadow: 0 0.4rem 1.6rem rgba(10, 111, 153, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}
.pagination-btn.disabled {
  background-color: #f5f5f5;
  cursor: not-allowed;
  color: #999;
  border-color: #ddd;
  box-shadow: none;
}
.pagination-ellipsis {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3.2rem;
  height: 4rem;
  padding: 0 0.4rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  color: rgba(25, 96, 137, 0.45);
  letter-spacing: 0.08em;
  user-select: none;
  pointer-events: none;
}
.puup-list .catalog-item .catalog-img {
  height: 50rem;
}
.pro-textarea {
  padding: 1rem;
  font-size: 1.2rem;
  border: 0.1rem solid #ccc;
  width: 24rem;
  height: 4rem;
  border-radius: 1rem;
}
/* .filter-nav 桌面/手机样式见 css/toolbox-filter.less */
.tip-text {
  font-size: 1.4rem;
  padding: 0 0 2rem 0;
}
.breadcrumb-nav {
  color: #858585;
  font-size: 1.8rem;
  margin-bottom: 5rem;
}
.shop-content .card-list {
  min-height: 80rem;
}
.shop-content .card-list .catalog-item {
  display: inline-block;
}
.NoOrdersYet {
  font-size: 2.8rem;
  display: flex;
  justify-content: center;
  padding-top: 10rem;
  width: 100%;
}
.img100 {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 990px) {
  .tip-text {
    font-size: 1.4rem;
    padding: 0 0 2rem 0;
  }
  .breadcrumb-nav {
    font-size: 1.3rem;
    line-height: 1.45;
    margin-bottom: 2.8rem;
    word-break: break-word;
  }
  .page-toolbox .grid-1.ca {
    height: auto;
    min-height: 34rem;
  }
  .page-toolbox .grid-1.ca .hero-inner {
    justify-content: center;
    align-items: center;
    padding-top: calc(5.5rem + 1.6rem);
    padding-bottom: 2.4rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .page-toolbox .grid-1.ca .title {
    font-size: 2.6rem;
    text-align: center;
  }
  .page-toolbox .grid-1.ca .desc {
    font-size: 1.4rem;
    max-width: 100%;
    margin-top: 1.2rem;
    text-align: center;
  }
  .page-toolbox .content {
    width: 100%;
    max-width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
    box-sizing: border-box;
    margin-top: 0;
    padding-bottom: 8rem;
    padding-top: 8rem;
    /* product-library-list：仅 bottom-content */
    /* product-library-one：产品网格 + 各区块列表 */
    /* gifts-detail / props-detail */
    /* product-library.html：品类入口（仅本页 content 类名） */
  }
  .page-toolbox .content:has(> .bottom-content:only-child) {
    padding-top: 3.2rem;
    padding-bottom: 6rem;
  }
  .page-toolbox .content:has(.product-list) {
    padding-top: 3.2rem;
    padding-bottom: 6rem;
  }
  .page-toolbox .content:has(.bottom-content .gifts-content) {
    padding-top: 3.2rem;
    padding-bottom: 6rem;
  }
  .page-toolbox .content.product-library-content,
  .page-toolbox .content.shop-content {
    width: 100%;
    max-width: 100%;
  }
  .page-toolbox .content.product-library-content {
    padding-top: 3.2rem;
    padding-bottom: 6rem;
  }
  .page-toolbox .content.product-library-content > .card-1 {
    width: 100%;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }
  .page-toolbox .content.product-library-content .product-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    gap: 1.2rem 0;
    padding: 0 0.4rem;
    box-sizing: border-box;
  }
  .page-toolbox .content.product-library-content .product-item {
    width: calc(50% - 0.6rem);
    max-width: calc(50% - 0.6rem);
    margin: 0 0 2rem 0 !important;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    height: 100%;
    min-height: 0;
    box-sizing: border-box;
    border-radius: 1.6rem;
  }
  .page-toolbox .content.product-library-content .product-item .product-img {
    flex: 0 0 14rem;
    width: 100%;
    height: 14rem;
    min-height: 14rem;
    margin-top: 1.2rem;
    padding: 0 0.6rem;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .page-toolbox .content.product-library-content .product-item .product-img img {
    width: auto;
    max-width: 90%;
    max-height: calc(14rem - 1.2rem);
    height: auto;
    object-fit: contain;
  }
  .page-toolbox .content.product-library-content .product-item .product-title {
    flex: 1 1 auto;
    margin-top: 0.8rem;
  }
  .page-toolbox .content.product-library-content .product-item .product-button {
    flex: 0 0 auto;
    margin-top: auto;
  }
  .page-toolbox .content.product-library-content .product-item .product-title {
    font-size: 1.6rem;
    line-height: 1.35;
    min-height: 4rem;
    padding: 0 0.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .page-toolbox .content.product-library-content .product-item .product-button {
    width: calc(100% - 1rem);
    max-width: none;
    min-height: 3.4rem;
    height: auto;
    padding: 0.5rem 1.9rem 0.5rem 0.5rem;
    line-height: 1.3;
    font-size: 1.3rem;
    white-space: normal;
    word-break: break-word;
  }
  .page-toolbox .content.product-library-content .bottom-content {
    margin-top: 2.4rem;
  }
  .page-toolbox .content.product-library-content .bottom-content .big-title {
    color: #333;
    font-size: 2.4rem;
    line-height: 1.2;
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 1.6rem;
    padding: 0 0.4rem;
    box-sizing: border-box;
  }
  .page-toolbox .content.product-library-content .bottom-content .card-title {
    color: #333;
    font-size: 1.8rem;
    line-height: 1.25;
    text-align: center;
    margin-top: 2.4rem;
    margin-bottom: 1.6rem;
    padding: 0 0.4rem;
    box-sizing: border-box;
  }
  .page-toolbox .content.product-library-content .bottom-content .card-title:first-child {
    margin-top: 1.6rem;
  }
  .page-toolbox .content.product-library-content .bottom-content .learn-more-button {
    font-size: 1.5rem;
    white-space: normal;
    line-height: 1.3;
    min-height: 4rem;
    height: auto;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }
  .page-toolbox .content .card-title {
    color: #333;
    font-size: 1.8rem;
    line-height: 1.25;
    text-align: center;
    margin-top: 2.4rem;
    margin-bottom: 1.6rem;
    padding: 0 0.4rem;
    box-sizing: border-box;
  }
  .page-toolbox .content .card-title:first-child {
    margin-top: 1.6rem;
  }
  .page-toolbox .content .card-desc {
    text-align: center;
    line-height: 1.55;
    color: #333;
    font-size: 1.5rem;
    margin-top: 3.2rem;
    margin-bottom: 3.2rem;
    padding: 0 0.4rem;
  }
  .page-toolbox .content .card-desc2 {
    text-align: center;
    line-height: 1.55;
    color: #333;
    font-size: 1.5rem;
    margin-top: 3.2rem;
    margin-bottom: 3.2rem;
    padding: 0 0.4rem;
  }
  .page-toolbox .content .card-content {
    background-color: #f7f7f7;
    border-radius: 2rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .page-toolbox .content .card-content .card-row {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
  }
  .page-toolbox .content .card-content .card-row .feature-grid {
    margin-left: 4.4rem;
    margin-right: 4.4rem;
  }
  .page-toolbox .content .card-content .card-row .feature-img {
    width: 12rem;
    height: 9.4rem;
    margin-right: 1.5rem;
  }
  .page-toolbox .content .card-content .card-row .feature-data {
    width: 23.7rem;
    max-width: 100%;
  }
  .page-toolbox .content .card-content .card-row .feature-data .feature-title {
    color: #333;
    font-size: 1.8rem;
    line-height: 1.3;
    margin-bottom: 0.8rem;
  }
  .page-toolbox .content .card-content .card-row .feature-data .feature-desc {
    color: #333;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .page-toolbox .bottom-content .big-title {
    color: #333;
    font-size: 2.4rem;
    line-height: 1.2;
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 1.6rem;
    padding: 0 0.4rem;
    box-sizing: border-box;
  }
  .page-toolbox .bottom-content .card-1 {
    width: 100%;
    box-sizing: border-box;
  }
  .page-toolbox .bottom-content .card-1 .card-title.small-title {
    font-size: 1.5rem;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 1.2rem;
    padding: 0 0.4rem;
  }
  .page-toolbox .bottom-content .card-1 .card-title.small-title:empty {
    display: none;
    margin: 0;
  }
  .page-toolbox .bottom-content .big-title + .card-1 .card-title.small-title:not(:empty) {
    margin-top: 0;
  }
  .page-toolbox .bottom-content .gifts-content .top {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding-top: 0;
    padding-bottom: 3.2rem;
    border-bottom: 0.1rem solid #e8e8e8;
    box-sizing: border-box;
  }
  .page-toolbox .bottom-content .gifts-content .left-img {
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 1;
    margin-bottom: 2rem;
    border-radius: 1.6rem;
    border-color: #d8d8d8;
    box-sizing: border-box;
  }
  .page-toolbox .bottom-content .gifts-content .left-img .left-main {
    width: 100%;
    height: 100%;
    min-height: 24rem;
  }
  .page-toolbox .bottom-content .gifts-content .left-img .left-main .swiper-button-next,
  .page-toolbox .bottom-content .gifts-content .left-img .left-main .swiper-button-prev {
    --swiper-navigation-size: 2rem;
    width: 3.6rem;
    height: 3.6rem;
  }
  .page-toolbox .bottom-content .gifts-content .left-img .left-main .swiper-pagination-bullet {
    width: 0.7rem;
    height: 0.7rem;
  }
  .page-toolbox .bottom-content .gifts-content .left-img img {
    object-fit: contain;
  }
  .page-toolbox .bottom-content .gifts-content .right-detail {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    box-sizing: border-box;
  }
  .page-toolbox .bottom-content .gifts-content .right-detail .title {
    font-size: 1.8rem;
    line-height: 1.35;
    font-weight: 700;
    color: #1a3d52;
    margin-top: 0;
    text-align: left;
  }
  .page-toolbox .bottom-content .gifts-content .right-detail .desc {
    font-size: 1.4rem;
    line-height: 1.55;
    color: #333;
    padding: 1.6rem 0;
    word-break: break-word;
  }
  .page-toolbox .bottom-content .gifts-content .right-detail .desc p,
  .page-toolbox .bottom-content .gifts-content .right-detail .desc li,
  .page-toolbox .bottom-content .gifts-content .right-detail .desc img {
    max-width: 100%;
  }
  .page-toolbox .bottom-content .gifts-content .right-detail .desc img {
    height: auto;
  }
  .page-toolbox .bottom-content .gifts-content .right-detail .specs-box {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 1rem;
    row-gap: 1rem;
    padding: 0.4rem 0 1.6rem;
    width: 100%;
    box-sizing: border-box;
  }
  .page-toolbox .bottom-content .gifts-content .right-detail .specs-box .specs-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 1 auto;
    min-height: 4.4rem;
    height: auto;
    min-width: 4.8rem;
    padding: 1rem 1.5rem;
    margin: 0;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.25;
    border-radius: 1.1rem;
    border: 0.1rem solid #b8d4e5;
    background: #fff;
    color: #2d5066;
    box-sizing: border-box;
    cursor: pointer;
  }
  .page-toolbox .bottom-content .gifts-content .right-detail .specs-box .specs-item.active {
    border-color: #1195c8;
    color: #0a5f84;
    background: rgba(17, 149, 200, 0.12);
  }
  .page-toolbox .bottom-content .gifts-content .right-detail .gifts-cartbtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    min-height: 4.8rem;
    height: auto;
    margin-top: 0.4rem;
    padding: 1.2rem 4.8rem 1.2rem 2rem;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.3;
    border-radius: 999px;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
  }
  .page-toolbox .bottom-content .gifts-content .right-detail .gifts-cartbtn img {
    position: absolute;
    left: auto;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
    width: 2rem;
    height: auto;
    margin: 0;
  }
  .page-toolbox .bottom-content .gifts-content .gifts-bottom .list-title {
    font-size: 1.8rem;
    line-height: 1.3;
    font-weight: 700;
    color: #333;
    text-align: center;
    padding: 2.4rem 0.4rem 1.6rem;
    box-sizing: border-box;
  }
  .page-toolbox .bottom-content .gifts-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    gap: 1.2rem 0;
    padding: 0 0.4rem;
    box-sizing: border-box;
  }
  .page-toolbox .bottom-content .gifts-list .brochure-item {
    width: calc(50% - 0.6rem);
    max-width: calc(50% - 0.6rem);
    margin: 0 0 2rem 0 !important;
    box-sizing: border-box;
  }
  .page-toolbox .bottom-content .gifts-list .brochure-item .brochure-img {
    width: 100%;
    height: auto;
    aspect-ratio: 258 / 370;
  }
  .page-toolbox .bottom-content .gifts-list .brochure-item .brochure-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .page-toolbox .bottom-content .gifts-list .brochure-item .title {
    font-size: 1.4rem;
    line-height: 1.35;
    height: auto;
    min-height: 3.6rem;
    margin-top: 1.2rem;
    padding: 0 0.2rem;
    text-align: center;
  }
  .page-toolbox .bottom-content .gifts-list .brochure-item .catalog-btnmain {
    flex-wrap: nowrap !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 0.35rem !important;
    width: 100%;
    max-width: 100%;
    margin-top: 1.2rem !important;
    padding: 0;
    box-sizing: border-box;
  }
  .page-toolbox .bottom-content .gifts-list .brochure-item .catalog-btnmain .catalog-btn,
  .page-toolbox .bottom-content .gifts-list .brochure-item .catalog-btnmain .catalog-btn.w148 {
    flex: 1 1 0;
    min-width: 0;
    width: auto !important;
    max-width: none;
    margin: 0 !important;
    padding: 0 0.35rem !important;
    height: 3rem !important;
    font-size: 1rem !important;
    line-height: 1.1;
    white-space: nowrap;
    box-sizing: border-box;
  }
  .page-toolbox .bottom-content .gifts-list .brochure-item .catalog-btnmain .catalog-btn2 {
    flex: 1 1 0;
    min-width: 0;
    width: auto !important;
    max-width: none;
    height: 3rem !important;
    min-height: 0 !important;
    margin: 0 !important;
    position: relative;
    overflow: visible;
    align-self: center;
    /* 外层仅占一行高度，避免绝对定位大块压住 View / 购物车 */
  }
  .page-toolbox .bottom-content .gifts-list .brochure-item .catalog-btnmain .catalog-btn2 > .catalog-btn2-block {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    height: 3rem !important;
    margin: 0 !important;
  }
  .page-toolbox .bottom-content .gifts-list .brochure-item .catalog-btnmain .catalog-btn2 > .catalog-btn2-block > .catalog-btn2-block {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    z-index: 20;
  }
  .page-toolbox .bottom-content .gifts-list .brochure-item .catalog-btnmain .catalog-btn2 span {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    height: 3rem !important;
    font-size: 1rem;
    line-height: 1.1;
    padding: 0 0.25rem;
    margin: 0 !important;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .page-toolbox .bottom-content .gifts-list .brochure-item .catalog-btnmain .catalog-btn2 .catalog-btn-psd,
  .page-toolbox .bottom-content .gifts-list .brochure-item .catalog-btnmain .catalog-btn2 .catalog-btn-pdf {
    display: none;
    width: 100% !important;
    height: 3rem !important;
    margin: 0.35rem 0 0 !important;
    font-size: 1rem;
    line-height: 1.1;
    box-sizing: border-box;
  }
  .page-toolbox .bottom-content .gifts-list .brochure-item .catalog-btnmain .car-btn {
    flex: 0 0 2.8rem;
    width: 2.8rem !important;
    height: 2.8rem !important;
    margin: 0 !important;
  }
  .page-toolbox .bottom-content .gifts-list .brochure-item .catalog-btnmain .car-btn img {
    width: 1.3rem;
    height: 1.3rem;
  }
  .page-toolbox .bottom-content .gifts-list .brochure-item .catalog-btnmain .car-btn {
    margin-left: 0 !important;
  }
  .page-toolbox .bottom-content .card-list,
  .page-toolbox .bottom-content .props-list,
  .page-toolbox .bottom-content .brochure-list,
  .page-toolbox .bottom-content .sell-sheet-list,
  .page-toolbox .bottom-content .document-list,
  .page-toolbox .bottom-content .hdpi-list,
  .page-toolbox .bottom-content .product-videos-list,
  .page-toolbox .bottom-content .gifts-fu-list,
  .page-toolbox .bottom-content .decals-list,
  .page-toolbox .bottom-content .sticker-list,
  .page-toolbox .bottom-content .puup-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    gap: 1.2rem 0;
    padding: 0 0.4rem;
    box-sizing: border-box;
  }
  .page-toolbox .bottom-content .card-list .catalog-item,
  .page-toolbox .bottom-content .props-list .catalog-item,
  .page-toolbox .bottom-content .brochure-list .catalog-item,
  .page-toolbox .bottom-content .sell-sheet-list .catalog-item,
  .page-toolbox .bottom-content .document-list .catalog-item,
  .page-toolbox .bottom-content .hdpi-list .catalog-item,
  .page-toolbox .bottom-content .product-videos-list .catalog-item,
  .page-toolbox .bottom-content .gifts-fu-list .catalog-item,
  .page-toolbox .bottom-content .decals-list .catalog-item,
  .page-toolbox .bottom-content .sticker-list .catalog-item,
  .page-toolbox .bottom-content .puup-list .catalog-item {
    width: calc(50% - 0.6rem);
    max-width: calc(50% - 0.6rem);
    margin: 0 0 2rem 0 !important;
    box-sizing: border-box;
  }
  .page-toolbox .bottom-content .card-list .catalog-item .catalog-img,
  .page-toolbox .bottom-content .props-list .catalog-item .catalog-img,
  .page-toolbox .bottom-content .brochure-list .catalog-item .catalog-img,
  .page-toolbox .bottom-content .sell-sheet-list .catalog-item .catalog-img,
  .page-toolbox .bottom-content .document-list .catalog-item .catalog-img,
  .page-toolbox .bottom-content .hdpi-list .catalog-item .catalog-img,
  .page-toolbox .bottom-content .product-videos-list .catalog-item .catalog-img,
  .page-toolbox .bottom-content .gifts-fu-list .catalog-item .catalog-img,
  .page-toolbox .bottom-content .decals-list .catalog-item .catalog-img,
  .page-toolbox .bottom-content .sticker-list .catalog-item .catalog-img,
  .page-toolbox .bottom-content .puup-list .catalog-item .catalog-img {
    width: 100%;
    height: auto;
    aspect-ratio: 368 / 270;
  }
  .page-toolbox .bottom-content .card-list .catalog-item .catalog-img img.videoplay-icon,
  .page-toolbox .bottom-content .props-list .catalog-item .catalog-img img.videoplay-icon,
  .page-toolbox .bottom-content .brochure-list .catalog-item .catalog-img img.videoplay-icon,
  .page-toolbox .bottom-content .sell-sheet-list .catalog-item .catalog-img img.videoplay-icon,
  .page-toolbox .bottom-content .document-list .catalog-item .catalog-img img.videoplay-icon,
  .page-toolbox .bottom-content .hdpi-list .catalog-item .catalog-img img.videoplay-icon,
  .page-toolbox .bottom-content .product-videos-list .catalog-item .catalog-img img.videoplay-icon,
  .page-toolbox .bottom-content .gifts-fu-list .catalog-item .catalog-img img.videoplay-icon,
  .page-toolbox .bottom-content .decals-list .catalog-item .catalog-img img.videoplay-icon,
  .page-toolbox .bottom-content .sticker-list .catalog-item .catalog-img img.videoplay-icon,
  .page-toolbox .bottom-content .puup-list .catalog-item .catalog-img img.videoplay-icon {
    width: 4.4rem;
    height: 4.4rem;
  }
  .page-toolbox .bottom-content .card-list .catalog-item .title,
  .page-toolbox .bottom-content .props-list .catalog-item .title,
  .page-toolbox .bottom-content .brochure-list .catalog-item .title,
  .page-toolbox .bottom-content .sell-sheet-list .catalog-item .title,
  .page-toolbox .bottom-content .document-list .catalog-item .title,
  .page-toolbox .bottom-content .hdpi-list .catalog-item .title,
  .page-toolbox .bottom-content .product-videos-list .catalog-item .title,
  .page-toolbox .bottom-content .gifts-fu-list .catalog-item .title,
  .page-toolbox .bottom-content .decals-list .catalog-item .title,
  .page-toolbox .bottom-content .sticker-list .catalog-item .title,
  .page-toolbox .bottom-content .puup-list .catalog-item .title {
    font-size: 1.4rem;
    line-height: 1.35;
    height: auto;
    min-height: 3.6rem;
    margin-top: 1.2rem;
    padding: 0 0.2rem;
  }
  .page-toolbox .bottom-content .card-list .catalog-item .size,
  .page-toolbox .bottom-content .props-list .catalog-item .size,
  .page-toolbox .bottom-content .brochure-list .catalog-item .size,
  .page-toolbox .bottom-content .sell-sheet-list .catalog-item .size,
  .page-toolbox .bottom-content .document-list .catalog-item .size,
  .page-toolbox .bottom-content .hdpi-list .catalog-item .size,
  .page-toolbox .bottom-content .product-videos-list .catalog-item .size,
  .page-toolbox .bottom-content .gifts-fu-list .catalog-item .size,
  .page-toolbox .bottom-content .decals-list .catalog-item .size,
  .page-toolbox .bottom-content .sticker-list .catalog-item .size,
  .page-toolbox .bottom-content .puup-list .catalog-item .size {
    font-size: 1.3rem;
    line-height: 1.35;
    height: auto;
    margin-top: 0.4rem;
    padding: 0 0.2rem;
    word-break: break-word;
    white-space: normal;
  }
  .page-toolbox .bottom-content .card-list .catalog-item .catalog-btnmain,
  .page-toolbox .bottom-content .props-list .catalog-item .catalog-btnmain,
  .page-toolbox .bottom-content .brochure-list .catalog-item .catalog-btnmain,
  .page-toolbox .bottom-content .sell-sheet-list .catalog-item .catalog-btnmain,
  .page-toolbox .bottom-content .document-list .catalog-item .catalog-btnmain,
  .page-toolbox .bottom-content .hdpi-list .catalog-item .catalog-btnmain,
  .page-toolbox .bottom-content .product-videos-list .catalog-item .catalog-btnmain,
  .page-toolbox .bottom-content .gifts-fu-list .catalog-item .catalog-btnmain,
  .page-toolbox .bottom-content .decals-list .catalog-item .catalog-btnmain,
  .page-toolbox .bottom-content .sticker-list .catalog-item .catalog-btnmain,
  .page-toolbox .bottom-content .puup-list .catalog-item .catalog-btnmain {
    flex-wrap: nowrap !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 0.35rem !important;
    width: 100%;
    max-width: 100%;
    margin-top: 1.2rem !important;
    padding: 0;
    box-sizing: border-box;
  }
  .page-toolbox .bottom-content .card-list .catalog-item .catalog-btnmain .catalog-btn,
  .page-toolbox .bottom-content .props-list .catalog-item .catalog-btnmain .catalog-btn,
  .page-toolbox .bottom-content .brochure-list .catalog-item .catalog-btnmain .catalog-btn,
  .page-toolbox .bottom-content .sell-sheet-list .catalog-item .catalog-btnmain .catalog-btn,
  .page-toolbox .bottom-content .document-list .catalog-item .catalog-btnmain .catalog-btn,
  .page-toolbox .bottom-content .hdpi-list .catalog-item .catalog-btnmain .catalog-btn,
  .page-toolbox .bottom-content .product-videos-list .catalog-item .catalog-btnmain .catalog-btn,
  .page-toolbox .bottom-content .gifts-fu-list .catalog-item .catalog-btnmain .catalog-btn,
  .page-toolbox .bottom-content .decals-list .catalog-item .catalog-btnmain .catalog-btn,
  .page-toolbox .bottom-content .sticker-list .catalog-item .catalog-btnmain .catalog-btn,
  .page-toolbox .bottom-content .puup-list .catalog-item .catalog-btnmain .catalog-btn,
  .page-toolbox .bottom-content .card-list .catalog-item .catalog-btnmain .catalog-btn.w148,
  .page-toolbox .bottom-content .props-list .catalog-item .catalog-btnmain .catalog-btn.w148,
  .page-toolbox .bottom-content .brochure-list .catalog-item .catalog-btnmain .catalog-btn.w148,
  .page-toolbox .bottom-content .sell-sheet-list .catalog-item .catalog-btnmain .catalog-btn.w148,
  .page-toolbox .bottom-content .document-list .catalog-item .catalog-btnmain .catalog-btn.w148,
  .page-toolbox .bottom-content .hdpi-list .catalog-item .catalog-btnmain .catalog-btn.w148,
  .page-toolbox .bottom-content .product-videos-list .catalog-item .catalog-btnmain .catalog-btn.w148,
  .page-toolbox .bottom-content .gifts-fu-list .catalog-item .catalog-btnmain .catalog-btn.w148,
  .page-toolbox .bottom-content .decals-list .catalog-item .catalog-btnmain .catalog-btn.w148,
  .page-toolbox .bottom-content .sticker-list .catalog-item .catalog-btnmain .catalog-btn.w148,
  .page-toolbox .bottom-content .puup-list .catalog-item .catalog-btnmain .catalog-btn.w148 {
    flex: 1 1 0;
    min-width: 0;
    width: auto !important;
    max-width: none;
    margin: 0 !important;
    padding: 0 0.35rem !important;
    height: 3rem !important;
    font-size: 1rem !important;
    line-height: 1.1;
    white-space: nowrap;
    box-sizing: border-box;
  }
  .page-toolbox .bottom-content .card-list .catalog-item .catalog-btnmain .catalog-btn2,
  .page-toolbox .bottom-content .props-list .catalog-item .catalog-btnmain .catalog-btn2,
  .page-toolbox .bottom-content .brochure-list .catalog-item .catalog-btnmain .catalog-btn2,
  .page-toolbox .bottom-content .sell-sheet-list .catalog-item .catalog-btnmain .catalog-btn2,
  .page-toolbox .bottom-content .document-list .catalog-item .catalog-btnmain .catalog-btn2,
  .page-toolbox .bottom-content .hdpi-list .catalog-item .catalog-btnmain .catalog-btn2,
  .page-toolbox .bottom-content .product-videos-list .catalog-item .catalog-btnmain .catalog-btn2,
  .page-toolbox .bottom-content .gifts-fu-list .catalog-item .catalog-btnmain .catalog-btn2,
  .page-toolbox .bottom-content .decals-list .catalog-item .catalog-btnmain .catalog-btn2,
  .page-toolbox .bottom-content .sticker-list .catalog-item .catalog-btnmain .catalog-btn2,
  .page-toolbox .bottom-content .puup-list .catalog-item .catalog-btnmain .catalog-btn2 {
    flex: 1 1 0;
    min-width: 0;
    width: auto !important;
    max-width: none;
    height: 3rem !important;
    min-height: 0 !important;
    margin: 0 !important;
    position: relative;
    overflow: visible;
    align-self: center;
    /* 外层仅占一行高度，避免绝对定位大块压住 View / 购物车 */
  }
  .page-toolbox .bottom-content .card-list .catalog-item .catalog-btnmain .catalog-btn2 > .catalog-btn2-block,
  .page-toolbox .bottom-content .props-list .catalog-item .catalog-btnmain .catalog-btn2 > .catalog-btn2-block,
  .page-toolbox .bottom-content .brochure-list .catalog-item .catalog-btnmain .catalog-btn2 > .catalog-btn2-block,
  .page-toolbox .bottom-content .sell-sheet-list .catalog-item .catalog-btnmain .catalog-btn2 > .catalog-btn2-block,
  .page-toolbox .bottom-content .document-list .catalog-item .catalog-btnmain .catalog-btn2 > .catalog-btn2-block,
  .page-toolbox .bottom-content .hdpi-list .catalog-item .catalog-btnmain .catalog-btn2 > .catalog-btn2-block,
  .page-toolbox .bottom-content .product-videos-list .catalog-item .catalog-btnmain .catalog-btn2 > .catalog-btn2-block,
  .page-toolbox .bottom-content .gifts-fu-list .catalog-item .catalog-btnmain .catalog-btn2 > .catalog-btn2-block,
  .page-toolbox .bottom-content .decals-list .catalog-item .catalog-btnmain .catalog-btn2 > .catalog-btn2-block,
  .page-toolbox .bottom-content .sticker-list .catalog-item .catalog-btnmain .catalog-btn2 > .catalog-btn2-block,
  .page-toolbox .bottom-content .puup-list .catalog-item .catalog-btnmain .catalog-btn2 > .catalog-btn2-block {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    height: 3rem !important;
    margin: 0 !important;
  }
  .page-toolbox .bottom-content .card-list .catalog-item .catalog-btnmain .catalog-btn2 > .catalog-btn2-block > .catalog-btn2-block,
  .page-toolbox .bottom-content .props-list .catalog-item .catalog-btnmain .catalog-btn2 > .catalog-btn2-block > .catalog-btn2-block,
  .page-toolbox .bottom-content .brochure-list .catalog-item .catalog-btnmain .catalog-btn2 > .catalog-btn2-block > .catalog-btn2-block,
  .page-toolbox .bottom-content .sell-sheet-list .catalog-item .catalog-btnmain .catalog-btn2 > .catalog-btn2-block > .catalog-btn2-block,
  .page-toolbox .bottom-content .document-list .catalog-item .catalog-btnmain .catalog-btn2 > .catalog-btn2-block > .catalog-btn2-block,
  .page-toolbox .bottom-content .hdpi-list .catalog-item .catalog-btnmain .catalog-btn2 > .catalog-btn2-block > .catalog-btn2-block,
  .page-toolbox .bottom-content .product-videos-list .catalog-item .catalog-btnmain .catalog-btn2 > .catalog-btn2-block > .catalog-btn2-block,
  .page-toolbox .bottom-content .gifts-fu-list .catalog-item .catalog-btnmain .catalog-btn2 > .catalog-btn2-block > .catalog-btn2-block,
  .page-toolbox .bottom-content .decals-list .catalog-item .catalog-btnmain .catalog-btn2 > .catalog-btn2-block > .catalog-btn2-block,
  .page-toolbox .bottom-content .sticker-list .catalog-item .catalog-btnmain .catalog-btn2 > .catalog-btn2-block > .catalog-btn2-block,
  .page-toolbox .bottom-content .puup-list .catalog-item .catalog-btnmain .catalog-btn2 > .catalog-btn2-block > .catalog-btn2-block {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    z-index: 20;
  }
  .page-toolbox .bottom-content .card-list .catalog-item .catalog-btnmain .catalog-btn2 span,
  .page-toolbox .bottom-content .props-list .catalog-item .catalog-btnmain .catalog-btn2 span,
  .page-toolbox .bottom-content .brochure-list .catalog-item .catalog-btnmain .catalog-btn2 span,
  .page-toolbox .bottom-content .sell-sheet-list .catalog-item .catalog-btnmain .catalog-btn2 span,
  .page-toolbox .bottom-content .document-list .catalog-item .catalog-btnmain .catalog-btn2 span,
  .page-toolbox .bottom-content .hdpi-list .catalog-item .catalog-btnmain .catalog-btn2 span,
  .page-toolbox .bottom-content .product-videos-list .catalog-item .catalog-btnmain .catalog-btn2 span,
  .page-toolbox .bottom-content .gifts-fu-list .catalog-item .catalog-btnmain .catalog-btn2 span,
  .page-toolbox .bottom-content .decals-list .catalog-item .catalog-btnmain .catalog-btn2 span,
  .page-toolbox .bottom-content .sticker-list .catalog-item .catalog-btnmain .catalog-btn2 span,
  .page-toolbox .bottom-content .puup-list .catalog-item .catalog-btnmain .catalog-btn2 span {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    height: 3rem !important;
    font-size: 1rem;
    line-height: 1.1;
    padding: 0 0.25rem;
    margin: 0 !important;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .page-toolbox .bottom-content .card-list .catalog-item .catalog-btnmain .catalog-btn2 .catalog-btn-psd,
  .page-toolbox .bottom-content .props-list .catalog-item .catalog-btnmain .catalog-btn2 .catalog-btn-psd,
  .page-toolbox .bottom-content .brochure-list .catalog-item .catalog-btnmain .catalog-btn2 .catalog-btn-psd,
  .page-toolbox .bottom-content .sell-sheet-list .catalog-item .catalog-btnmain .catalog-btn2 .catalog-btn-psd,
  .page-toolbox .bottom-content .document-list .catalog-item .catalog-btnmain .catalog-btn2 .catalog-btn-psd,
  .page-toolbox .bottom-content .hdpi-list .catalog-item .catalog-btnmain .catalog-btn2 .catalog-btn-psd,
  .page-toolbox .bottom-content .product-videos-list .catalog-item .catalog-btnmain .catalog-btn2 .catalog-btn-psd,
  .page-toolbox .bottom-content .gifts-fu-list .catalog-item .catalog-btnmain .catalog-btn2 .catalog-btn-psd,
  .page-toolbox .bottom-content .decals-list .catalog-item .catalog-btnmain .catalog-btn2 .catalog-btn-psd,
  .page-toolbox .bottom-content .sticker-list .catalog-item .catalog-btnmain .catalog-btn2 .catalog-btn-psd,
  .page-toolbox .bottom-content .puup-list .catalog-item .catalog-btnmain .catalog-btn2 .catalog-btn-psd,
  .page-toolbox .bottom-content .card-list .catalog-item .catalog-btnmain .catalog-btn2 .catalog-btn-pdf,
  .page-toolbox .bottom-content .props-list .catalog-item .catalog-btnmain .catalog-btn2 .catalog-btn-pdf,
  .page-toolbox .bottom-content .brochure-list .catalog-item .catalog-btnmain .catalog-btn2 .catalog-btn-pdf,
  .page-toolbox .bottom-content .sell-sheet-list .catalog-item .catalog-btnmain .catalog-btn2 .catalog-btn-pdf,
  .page-toolbox .bottom-content .document-list .catalog-item .catalog-btnmain .catalog-btn2 .catalog-btn-pdf,
  .page-toolbox .bottom-content .hdpi-list .catalog-item .catalog-btnmain .catalog-btn2 .catalog-btn-pdf,
  .page-toolbox .bottom-content .product-videos-list .catalog-item .catalog-btnmain .catalog-btn2 .catalog-btn-pdf,
  .page-toolbox .bottom-content .gifts-fu-list .catalog-item .catalog-btnmain .catalog-btn2 .catalog-btn-pdf,
  .page-toolbox .bottom-content .decals-list .catalog-item .catalog-btnmain .catalog-btn2 .catalog-btn-pdf,
  .page-toolbox .bottom-content .sticker-list .catalog-item .catalog-btnmain .catalog-btn2 .catalog-btn-pdf,
  .page-toolbox .bottom-content .puup-list .catalog-item .catalog-btnmain .catalog-btn2 .catalog-btn-pdf {
    display: none;
    width: 100% !important;
    height: 3rem !important;
    margin: 0.35rem 0 0 !important;
    font-size: 1rem;
    line-height: 1.1;
    box-sizing: border-box;
  }
  .page-toolbox .bottom-content .card-list .catalog-item .catalog-btnmain .car-btn,
  .page-toolbox .bottom-content .props-list .catalog-item .catalog-btnmain .car-btn,
  .page-toolbox .bottom-content .brochure-list .catalog-item .catalog-btnmain .car-btn,
  .page-toolbox .bottom-content .sell-sheet-list .catalog-item .catalog-btnmain .car-btn,
  .page-toolbox .bottom-content .document-list .catalog-item .catalog-btnmain .car-btn,
  .page-toolbox .bottom-content .hdpi-list .catalog-item .catalog-btnmain .car-btn,
  .page-toolbox .bottom-content .product-videos-list .catalog-item .catalog-btnmain .car-btn,
  .page-toolbox .bottom-content .gifts-fu-list .catalog-item .catalog-btnmain .car-btn,
  .page-toolbox .bottom-content .decals-list .catalog-item .catalog-btnmain .car-btn,
  .page-toolbox .bottom-content .sticker-list .catalog-item .catalog-btnmain .car-btn,
  .page-toolbox .bottom-content .puup-list .catalog-item .catalog-btnmain .car-btn {
    flex: 0 0 2.8rem;
    width: 2.8rem !important;
    height: 2.8rem !important;
    margin: 0 !important;
  }
  .page-toolbox .bottom-content .card-list .catalog-item .catalog-btnmain .car-btn img,
  .page-toolbox .bottom-content .props-list .catalog-item .catalog-btnmain .car-btn img,
  .page-toolbox .bottom-content .brochure-list .catalog-item .catalog-btnmain .car-btn img,
  .page-toolbox .bottom-content .sell-sheet-list .catalog-item .catalog-btnmain .car-btn img,
  .page-toolbox .bottom-content .document-list .catalog-item .catalog-btnmain .car-btn img,
  .page-toolbox .bottom-content .hdpi-list .catalog-item .catalog-btnmain .car-btn img,
  .page-toolbox .bottom-content .product-videos-list .catalog-item .catalog-btnmain .car-btn img,
  .page-toolbox .bottom-content .gifts-fu-list .catalog-item .catalog-btnmain .car-btn img,
  .page-toolbox .bottom-content .decals-list .catalog-item .catalog-btnmain .car-btn img,
  .page-toolbox .bottom-content .sticker-list .catalog-item .catalog-btnmain .car-btn img,
  .page-toolbox .bottom-content .puup-list .catalog-item .catalog-btnmain .car-btn img {
    width: 1.3rem;
    height: 1.3rem;
  }
  .page-toolbox .bottom-content .card-list .brochure-item,
  .page-toolbox .bottom-content .props-list .brochure-item,
  .page-toolbox .bottom-content .brochure-list .brochure-item,
  .page-toolbox .bottom-content .sell-sheet-list .brochure-item,
  .page-toolbox .bottom-content .document-list .brochure-item,
  .page-toolbox .bottom-content .hdpi-list .brochure-item,
  .page-toolbox .bottom-content .product-videos-list .brochure-item,
  .page-toolbox .bottom-content .gifts-fu-list .brochure-item,
  .page-toolbox .bottom-content .decals-list .brochure-item,
  .page-toolbox .bottom-content .sticker-list .brochure-item,
  .page-toolbox .bottom-content .puup-list .brochure-item {
    width: calc(50% - 0.6rem);
    max-width: calc(50% - 0.6rem);
    margin: 0 0 2rem 0 !important;
    box-sizing: border-box;
  }
  .page-toolbox .bottom-content .card-list .brochure-item .brochure-img,
  .page-toolbox .bottom-content .props-list .brochure-item .brochure-img,
  .page-toolbox .bottom-content .brochure-list .brochure-item .brochure-img,
  .page-toolbox .bottom-content .sell-sheet-list .brochure-item .brochure-img,
  .page-toolbox .bottom-content .document-list .brochure-item .brochure-img,
  .page-toolbox .bottom-content .hdpi-list .brochure-item .brochure-img,
  .page-toolbox .bottom-content .product-videos-list .brochure-item .brochure-img,
  .page-toolbox .bottom-content .gifts-fu-list .brochure-item .brochure-img,
  .page-toolbox .bottom-content .decals-list .brochure-item .brochure-img,
  .page-toolbox .bottom-content .sticker-list .brochure-item .brochure-img,
  .page-toolbox .bottom-content .puup-list .brochure-item .brochure-img {
    width: 100%;
    height: auto;
    aspect-ratio: 258 / 370;
  }
  .page-toolbox .bottom-content .card-list .brochure-item .title,
  .page-toolbox .bottom-content .props-list .brochure-item .title,
  .page-toolbox .bottom-content .brochure-list .brochure-item .title,
  .page-toolbox .bottom-content .sell-sheet-list .brochure-item .title,
  .page-toolbox .bottom-content .document-list .brochure-item .title,
  .page-toolbox .bottom-content .hdpi-list .brochure-item .title,
  .page-toolbox .bottom-content .product-videos-list .brochure-item .title,
  .page-toolbox .bottom-content .gifts-fu-list .brochure-item .title,
  .page-toolbox .bottom-content .decals-list .brochure-item .title,
  .page-toolbox .bottom-content .sticker-list .brochure-item .title,
  .page-toolbox .bottom-content .puup-list .brochure-item .title {
    font-size: 1.4rem;
    line-height: 1.35;
    height: auto;
    min-height: 3.6rem;
    margin-top: 1.2rem;
    padding: 0 0.2rem;
  }
  .page-toolbox .bottom-content .card-list .brochure-item .catalog-btnmain,
  .page-toolbox .bottom-content .props-list .brochure-item .catalog-btnmain,
  .page-toolbox .bottom-content .brochure-list .brochure-item .catalog-btnmain,
  .page-toolbox .bottom-content .sell-sheet-list .brochure-item .catalog-btnmain,
  .page-toolbox .bottom-content .document-list .brochure-item .catalog-btnmain,
  .page-toolbox .bottom-content .hdpi-list .brochure-item .catalog-btnmain,
  .page-toolbox .bottom-content .product-videos-list .brochure-item .catalog-btnmain,
  .page-toolbox .bottom-content .gifts-fu-list .brochure-item .catalog-btnmain,
  .page-toolbox .bottom-content .decals-list .brochure-item .catalog-btnmain,
  .page-toolbox .bottom-content .sticker-list .brochure-item .catalog-btnmain,
  .page-toolbox .bottom-content .puup-list .brochure-item .catalog-btnmain {
    flex-wrap: nowrap !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 0.35rem !important;
    width: 100%;
    max-width: 100%;
    margin-top: 1.2rem !important;
    padding: 0;
    box-sizing: border-box;
  }
  .page-toolbox .bottom-content .card-list .brochure-item .catalog-btnmain .catalog-btn,
  .page-toolbox .bottom-content .props-list .brochure-item .catalog-btnmain .catalog-btn,
  .page-toolbox .bottom-content .brochure-list .brochure-item .catalog-btnmain .catalog-btn,
  .page-toolbox .bottom-content .sell-sheet-list .brochure-item .catalog-btnmain .catalog-btn,
  .page-toolbox .bottom-content .document-list .brochure-item .catalog-btnmain .catalog-btn,
  .page-toolbox .bottom-content .hdpi-list .brochure-item .catalog-btnmain .catalog-btn,
  .page-toolbox .bottom-content .product-videos-list .brochure-item .catalog-btnmain .catalog-btn,
  .page-toolbox .bottom-content .gifts-fu-list .brochure-item .catalog-btnmain .catalog-btn,
  .page-toolbox .bottom-content .decals-list .brochure-item .catalog-btnmain .catalog-btn,
  .page-toolbox .bottom-content .sticker-list .brochure-item .catalog-btnmain .catalog-btn,
  .page-toolbox .bottom-content .puup-list .brochure-item .catalog-btnmain .catalog-btn,
  .page-toolbox .bottom-content .card-list .brochure-item .catalog-btnmain .catalog-btn.w148,
  .page-toolbox .bottom-content .props-list .brochure-item .catalog-btnmain .catalog-btn.w148,
  .page-toolbox .bottom-content .brochure-list .brochure-item .catalog-btnmain .catalog-btn.w148,
  .page-toolbox .bottom-content .sell-sheet-list .brochure-item .catalog-btnmain .catalog-btn.w148,
  .page-toolbox .bottom-content .document-list .brochure-item .catalog-btnmain .catalog-btn.w148,
  .page-toolbox .bottom-content .hdpi-list .brochure-item .catalog-btnmain .catalog-btn.w148,
  .page-toolbox .bottom-content .product-videos-list .brochure-item .catalog-btnmain .catalog-btn.w148,
  .page-toolbox .bottom-content .gifts-fu-list .brochure-item .catalog-btnmain .catalog-btn.w148,
  .page-toolbox .bottom-content .decals-list .brochure-item .catalog-btnmain .catalog-btn.w148,
  .page-toolbox .bottom-content .sticker-list .brochure-item .catalog-btnmain .catalog-btn.w148,
  .page-toolbox .bottom-content .puup-list .brochure-item .catalog-btnmain .catalog-btn.w148 {
    flex: 1 1 0;
    min-width: 0;
    width: auto !important;
    max-width: none;
    margin: 0 !important;
    padding: 0 0.35rem !important;
    height: 3rem !important;
    font-size: 1rem !important;
    line-height: 1.1;
    white-space: nowrap;
    box-sizing: border-box;
  }
  .page-toolbox .bottom-content .card-list .brochure-item .catalog-btnmain .catalog-btn2,
  .page-toolbox .bottom-content .props-list .brochure-item .catalog-btnmain .catalog-btn2,
  .page-toolbox .bottom-content .brochure-list .brochure-item .catalog-btnmain .catalog-btn2,
  .page-toolbox .bottom-content .sell-sheet-list .brochure-item .catalog-btnmain .catalog-btn2,
  .page-toolbox .bottom-content .document-list .brochure-item .catalog-btnmain .catalog-btn2,
  .page-toolbox .bottom-content .hdpi-list .brochure-item .catalog-btnmain .catalog-btn2,
  .page-toolbox .bottom-content .product-videos-list .brochure-item .catalog-btnmain .catalog-btn2,
  .page-toolbox .bottom-content .gifts-fu-list .brochure-item .catalog-btnmain .catalog-btn2,
  .page-toolbox .bottom-content .decals-list .brochure-item .catalog-btnmain .catalog-btn2,
  .page-toolbox .bottom-content .sticker-list .brochure-item .catalog-btnmain .catalog-btn2,
  .page-toolbox .bottom-content .puup-list .brochure-item .catalog-btnmain .catalog-btn2 {
    flex: 1 1 0;
    min-width: 0;
    width: auto !important;
    max-width: none;
    height: 3rem !important;
    min-height: 0 !important;
    margin: 0 !important;
    position: relative;
    overflow: visible;
    align-self: center;
    /* 外层仅占一行高度，避免绝对定位大块压住 View / 购物车 */
  }
  .page-toolbox .bottom-content .card-list .brochure-item .catalog-btnmain .catalog-btn2 > .catalog-btn2-block,
  .page-toolbox .bottom-content .props-list .brochure-item .catalog-btnmain .catalog-btn2 > .catalog-btn2-block,
  .page-toolbox .bottom-content .brochure-list .brochure-item .catalog-btnmain .catalog-btn2 > .catalog-btn2-block,
  .page-toolbox .bottom-content .sell-sheet-list .brochure-item .catalog-btnmain .catalog-btn2 > .catalog-btn2-block,
  .page-toolbox .bottom-content .document-list .brochure-item .catalog-btnmain .catalog-btn2 > .catalog-btn2-block,
  .page-toolbox .bottom-content .hdpi-list .brochure-item .catalog-btnmain .catalog-btn2 > .catalog-btn2-block,
  .page-toolbox .bottom-content .product-videos-list .brochure-item .catalog-btnmain .catalog-btn2 > .catalog-btn2-block,
  .page-toolbox .bottom-content .gifts-fu-list .brochure-item .catalog-btnmain .catalog-btn2 > .catalog-btn2-block,
  .page-toolbox .bottom-content .decals-list .brochure-item .catalog-btnmain .catalog-btn2 > .catalog-btn2-block,
  .page-toolbox .bottom-content .sticker-list .brochure-item .catalog-btnmain .catalog-btn2 > .catalog-btn2-block,
  .page-toolbox .bottom-content .puup-list .brochure-item .catalog-btnmain .catalog-btn2 > .catalog-btn2-block {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    height: 3rem !important;
    margin: 0 !important;
  }
  .page-toolbox .bottom-content .card-list .brochure-item .catalog-btnmain .catalog-btn2 > .catalog-btn2-block > .catalog-btn2-block,
  .page-toolbox .bottom-content .props-list .brochure-item .catalog-btnmain .catalog-btn2 > .catalog-btn2-block > .catalog-btn2-block,
  .page-toolbox .bottom-content .brochure-list .brochure-item .catalog-btnmain .catalog-btn2 > .catalog-btn2-block > .catalog-btn2-block,
  .page-toolbox .bottom-content .sell-sheet-list .brochure-item .catalog-btnmain .catalog-btn2 > .catalog-btn2-block > .catalog-btn2-block,
  .page-toolbox .bottom-content .document-list .brochure-item .catalog-btnmain .catalog-btn2 > .catalog-btn2-block > .catalog-btn2-block,
  .page-toolbox .bottom-content .hdpi-list .brochure-item .catalog-btnmain .catalog-btn2 > .catalog-btn2-block > .catalog-btn2-block,
  .page-toolbox .bottom-content .product-videos-list .brochure-item .catalog-btnmain .catalog-btn2 > .catalog-btn2-block > .catalog-btn2-block,
  .page-toolbox .bottom-content .gifts-fu-list .brochure-item .catalog-btnmain .catalog-btn2 > .catalog-btn2-block > .catalog-btn2-block,
  .page-toolbox .bottom-content .decals-list .brochure-item .catalog-btnmain .catalog-btn2 > .catalog-btn2-block > .catalog-btn2-block,
  .page-toolbox .bottom-content .sticker-list .brochure-item .catalog-btnmain .catalog-btn2 > .catalog-btn2-block > .catalog-btn2-block,
  .page-toolbox .bottom-content .puup-list .brochure-item .catalog-btnmain .catalog-btn2 > .catalog-btn2-block > .catalog-btn2-block {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    z-index: 20;
  }
  .page-toolbox .bottom-content .card-list .brochure-item .catalog-btnmain .catalog-btn2 span,
  .page-toolbox .bottom-content .props-list .brochure-item .catalog-btnmain .catalog-btn2 span,
  .page-toolbox .bottom-content .brochure-list .brochure-item .catalog-btnmain .catalog-btn2 span,
  .page-toolbox .bottom-content .sell-sheet-list .brochure-item .catalog-btnmain .catalog-btn2 span,
  .page-toolbox .bottom-content .document-list .brochure-item .catalog-btnmain .catalog-btn2 span,
  .page-toolbox .bottom-content .hdpi-list .brochure-item .catalog-btnmain .catalog-btn2 span,
  .page-toolbox .bottom-content .product-videos-list .brochure-item .catalog-btnmain .catalog-btn2 span,
  .page-toolbox .bottom-content .gifts-fu-list .brochure-item .catalog-btnmain .catalog-btn2 span,
  .page-toolbox .bottom-content .decals-list .brochure-item .catalog-btnmain .catalog-btn2 span,
  .page-toolbox .bottom-content .sticker-list .brochure-item .catalog-btnmain .catalog-btn2 span,
  .page-toolbox .bottom-content .puup-list .brochure-item .catalog-btnmain .catalog-btn2 span {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    height: 3rem !important;
    font-size: 1rem;
    line-height: 1.1;
    padding: 0 0.25rem;
    margin: 0 !important;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .page-toolbox .bottom-content .card-list .brochure-item .catalog-btnmain .catalog-btn2 .catalog-btn-psd,
  .page-toolbox .bottom-content .props-list .brochure-item .catalog-btnmain .catalog-btn2 .catalog-btn-psd,
  .page-toolbox .bottom-content .brochure-list .brochure-item .catalog-btnmain .catalog-btn2 .catalog-btn-psd,
  .page-toolbox .bottom-content .sell-sheet-list .brochure-item .catalog-btnmain .catalog-btn2 .catalog-btn-psd,
  .page-toolbox .bottom-content .document-list .brochure-item .catalog-btnmain .catalog-btn2 .catalog-btn-psd,
  .page-toolbox .bottom-content .hdpi-list .brochure-item .catalog-btnmain .catalog-btn2 .catalog-btn-psd,
  .page-toolbox .bottom-content .product-videos-list .brochure-item .catalog-btnmain .catalog-btn2 .catalog-btn-psd,
  .page-toolbox .bottom-content .gifts-fu-list .brochure-item .catalog-btnmain .catalog-btn2 .catalog-btn-psd,
  .page-toolbox .bottom-content .decals-list .brochure-item .catalog-btnmain .catalog-btn2 .catalog-btn-psd,
  .page-toolbox .bottom-content .sticker-list .brochure-item .catalog-btnmain .catalog-btn2 .catalog-btn-psd,
  .page-toolbox .bottom-content .puup-list .brochure-item .catalog-btnmain .catalog-btn2 .catalog-btn-psd,
  .page-toolbox .bottom-content .card-list .brochure-item .catalog-btnmain .catalog-btn2 .catalog-btn-pdf,
  .page-toolbox .bottom-content .props-list .brochure-item .catalog-btnmain .catalog-btn2 .catalog-btn-pdf,
  .page-toolbox .bottom-content .brochure-list .brochure-item .catalog-btnmain .catalog-btn2 .catalog-btn-pdf,
  .page-toolbox .bottom-content .sell-sheet-list .brochure-item .catalog-btnmain .catalog-btn2 .catalog-btn-pdf,
  .page-toolbox .bottom-content .document-list .brochure-item .catalog-btnmain .catalog-btn2 .catalog-btn-pdf,
  .page-toolbox .bottom-content .hdpi-list .brochure-item .catalog-btnmain .catalog-btn2 .catalog-btn-pdf,
  .page-toolbox .bottom-content .product-videos-list .brochure-item .catalog-btnmain .catalog-btn2 .catalog-btn-pdf,
  .page-toolbox .bottom-content .gifts-fu-list .brochure-item .catalog-btnmain .catalog-btn2 .catalog-btn-pdf,
  .page-toolbox .bottom-content .decals-list .brochure-item .catalog-btnmain .catalog-btn2 .catalog-btn-pdf,
  .page-toolbox .bottom-content .sticker-list .brochure-item .catalog-btnmain .catalog-btn2 .catalog-btn-pdf,
  .page-toolbox .bottom-content .puup-list .brochure-item .catalog-btnmain .catalog-btn2 .catalog-btn-pdf {
    display: none;
    width: 100% !important;
    height: 3rem !important;
    margin: 0.35rem 0 0 !important;
    font-size: 1rem;
    line-height: 1.1;
    box-sizing: border-box;
  }
  .page-toolbox .bottom-content .card-list .brochure-item .catalog-btnmain .car-btn,
  .page-toolbox .bottom-content .props-list .brochure-item .catalog-btnmain .car-btn,
  .page-toolbox .bottom-content .brochure-list .brochure-item .catalog-btnmain .car-btn,
  .page-toolbox .bottom-content .sell-sheet-list .brochure-item .catalog-btnmain .car-btn,
  .page-toolbox .bottom-content .document-list .brochure-item .catalog-btnmain .car-btn,
  .page-toolbox .bottom-content .hdpi-list .brochure-item .catalog-btnmain .car-btn,
  .page-toolbox .bottom-content .product-videos-list .brochure-item .catalog-btnmain .car-btn,
  .page-toolbox .bottom-content .gifts-fu-list .brochure-item .catalog-btnmain .car-btn,
  .page-toolbox .bottom-content .decals-list .brochure-item .catalog-btnmain .car-btn,
  .page-toolbox .bottom-content .sticker-list .brochure-item .catalog-btnmain .car-btn,
  .page-toolbox .bottom-content .puup-list .brochure-item .catalog-btnmain .car-btn {
    flex: 0 0 2.8rem;
    width: 2.8rem !important;
    height: 2.8rem !important;
    margin: 0 !important;
  }
  .page-toolbox .bottom-content .card-list .brochure-item .catalog-btnmain .car-btn img,
  .page-toolbox .bottom-content .props-list .brochure-item .catalog-btnmain .car-btn img,
  .page-toolbox .bottom-content .brochure-list .brochure-item .catalog-btnmain .car-btn img,
  .page-toolbox .bottom-content .sell-sheet-list .brochure-item .catalog-btnmain .car-btn img,
  .page-toolbox .bottom-content .document-list .brochure-item .catalog-btnmain .car-btn img,
  .page-toolbox .bottom-content .hdpi-list .brochure-item .catalog-btnmain .car-btn img,
  .page-toolbox .bottom-content .product-videos-list .brochure-item .catalog-btnmain .car-btn img,
  .page-toolbox .bottom-content .gifts-fu-list .brochure-item .catalog-btnmain .car-btn img,
  .page-toolbox .bottom-content .decals-list .brochure-item .catalog-btnmain .car-btn img,
  .page-toolbox .bottom-content .sticker-list .brochure-item .catalog-btnmain .car-btn img,
  .page-toolbox .bottom-content .puup-list .brochure-item .catalog-btnmain .car-btn img {
    width: 1.3rem;
    height: 1.3rem;
  }
  .page-toolbox .bottom-content .card-list .catalog-item,
  .page-toolbox .bottom-content .props-list .catalog-item,
  .page-toolbox .bottom-content .brochure-list .catalog-item,
  .page-toolbox .bottom-content .sell-sheet-list .catalog-item,
  .page-toolbox .bottom-content .document-list .catalog-item,
  .page-toolbox .bottom-content .hdpi-list .catalog-item,
  .page-toolbox .bottom-content .product-videos-list .catalog-item,
  .page-toolbox .bottom-content .gifts-fu-list .catalog-item,
  .page-toolbox .bottom-content .decals-list .catalog-item,
  .page-toolbox .bottom-content .sticker-list .catalog-item,
  .page-toolbox .bottom-content .puup-list .catalog-item,
  .page-toolbox .bottom-content .card-list .brochure-item,
  .page-toolbox .bottom-content .props-list .brochure-item,
  .page-toolbox .bottom-content .brochure-list .brochure-item,
  .page-toolbox .bottom-content .sell-sheet-list .brochure-item,
  .page-toolbox .bottom-content .document-list .brochure-item,
  .page-toolbox .bottom-content .hdpi-list .brochure-item,
  .page-toolbox .bottom-content .product-videos-list .brochure-item,
  .page-toolbox .bottom-content .gifts-fu-list .brochure-item,
  .page-toolbox .bottom-content .decals-list .brochure-item,
  .page-toolbox .bottom-content .sticker-list .brochure-item,
  .page-toolbox .bottom-content .puup-list .brochure-item {
    margin-right: 0 !important;
  }
  .page-toolbox .bottom-content .card-list .catalog-item:nth-child(2n),
  .page-toolbox .bottom-content .props-list .catalog-item:nth-child(2n),
  .page-toolbox .bottom-content .brochure-list .catalog-item:nth-child(2n),
  .page-toolbox .bottom-content .sell-sheet-list .catalog-item:nth-child(2n),
  .page-toolbox .bottom-content .document-list .catalog-item:nth-child(2n),
  .page-toolbox .bottom-content .hdpi-list .catalog-item:nth-child(2n),
  .page-toolbox .bottom-content .product-videos-list .catalog-item:nth-child(2n),
  .page-toolbox .bottom-content .gifts-fu-list .catalog-item:nth-child(2n),
  .page-toolbox .bottom-content .decals-list .catalog-item:nth-child(2n),
  .page-toolbox .bottom-content .sticker-list .catalog-item:nth-child(2n),
  .page-toolbox .bottom-content .puup-list .catalog-item:nth-child(2n),
  .page-toolbox .bottom-content .card-list .brochure-item:nth-child(2n),
  .page-toolbox .bottom-content .props-list .brochure-item:nth-child(2n),
  .page-toolbox .bottom-content .brochure-list .brochure-item:nth-child(2n),
  .page-toolbox .bottom-content .sell-sheet-list .brochure-item:nth-child(2n),
  .page-toolbox .bottom-content .document-list .brochure-item:nth-child(2n),
  .page-toolbox .bottom-content .hdpi-list .brochure-item:nth-child(2n),
  .page-toolbox .bottom-content .product-videos-list .brochure-item:nth-child(2n),
  .page-toolbox .bottom-content .gifts-fu-list .brochure-item:nth-child(2n),
  .page-toolbox .bottom-content .decals-list .brochure-item:nth-child(2n),
  .page-toolbox .bottom-content .sticker-list .brochure-item:nth-child(2n),
  .page-toolbox .bottom-content .puup-list .brochure-item:nth-child(2n),
  .page-toolbox .bottom-content .card-list .catalog-item:nth-child(3n),
  .page-toolbox .bottom-content .props-list .catalog-item:nth-child(3n),
  .page-toolbox .bottom-content .brochure-list .catalog-item:nth-child(3n),
  .page-toolbox .bottom-content .sell-sheet-list .catalog-item:nth-child(3n),
  .page-toolbox .bottom-content .document-list .catalog-item:nth-child(3n),
  .page-toolbox .bottom-content .hdpi-list .catalog-item:nth-child(3n),
  .page-toolbox .bottom-content .product-videos-list .catalog-item:nth-child(3n),
  .page-toolbox .bottom-content .gifts-fu-list .catalog-item:nth-child(3n),
  .page-toolbox .bottom-content .decals-list .catalog-item:nth-child(3n),
  .page-toolbox .bottom-content .sticker-list .catalog-item:nth-child(3n),
  .page-toolbox .bottom-content .puup-list .catalog-item:nth-child(3n),
  .page-toolbox .bottom-content .card-list .brochure-item:nth-child(3n),
  .page-toolbox .bottom-content .props-list .brochure-item:nth-child(3n),
  .page-toolbox .bottom-content .brochure-list .brochure-item:nth-child(3n),
  .page-toolbox .bottom-content .sell-sheet-list .brochure-item:nth-child(3n),
  .page-toolbox .bottom-content .document-list .brochure-item:nth-child(3n),
  .page-toolbox .bottom-content .hdpi-list .brochure-item:nth-child(3n),
  .page-toolbox .bottom-content .product-videos-list .brochure-item:nth-child(3n),
  .page-toolbox .bottom-content .gifts-fu-list .brochure-item:nth-child(3n),
  .page-toolbox .bottom-content .decals-list .brochure-item:nth-child(3n),
  .page-toolbox .bottom-content .sticker-list .brochure-item:nth-child(3n),
  .page-toolbox .bottom-content .puup-list .brochure-item:nth-child(3n),
  .page-toolbox .bottom-content .card-list .catalog-item:nth-child(4n),
  .page-toolbox .bottom-content .props-list .catalog-item:nth-child(4n),
  .page-toolbox .bottom-content .brochure-list .catalog-item:nth-child(4n),
  .page-toolbox .bottom-content .sell-sheet-list .catalog-item:nth-child(4n),
  .page-toolbox .bottom-content .document-list .catalog-item:nth-child(4n),
  .page-toolbox .bottom-content .hdpi-list .catalog-item:nth-child(4n),
  .page-toolbox .bottom-content .product-videos-list .catalog-item:nth-child(4n),
  .page-toolbox .bottom-content .gifts-fu-list .catalog-item:nth-child(4n),
  .page-toolbox .bottom-content .decals-list .catalog-item:nth-child(4n),
  .page-toolbox .bottom-content .sticker-list .catalog-item:nth-child(4n),
  .page-toolbox .bottom-content .puup-list .catalog-item:nth-child(4n),
  .page-toolbox .bottom-content .card-list .brochure-item:nth-child(4n),
  .page-toolbox .bottom-content .props-list .brochure-item:nth-child(4n),
  .page-toolbox .bottom-content .brochure-list .brochure-item:nth-child(4n),
  .page-toolbox .bottom-content .sell-sheet-list .brochure-item:nth-child(4n),
  .page-toolbox .bottom-content .document-list .brochure-item:nth-child(4n),
  .page-toolbox .bottom-content .hdpi-list .brochure-item:nth-child(4n),
  .page-toolbox .bottom-content .product-videos-list .brochure-item:nth-child(4n),
  .page-toolbox .bottom-content .gifts-fu-list .brochure-item:nth-child(4n),
  .page-toolbox .bottom-content .decals-list .brochure-item:nth-child(4n),
  .page-toolbox .bottom-content .sticker-list .brochure-item:nth-child(4n),
  .page-toolbox .bottom-content .puup-list .brochure-item:nth-child(4n),
  .page-toolbox .bottom-content .card-list .catalog-item:nth-last-child(1):nth-child(3n+2),
  .page-toolbox .bottom-content .props-list .catalog-item:nth-last-child(1):nth-child(3n+2),
  .page-toolbox .bottom-content .brochure-list .catalog-item:nth-last-child(1):nth-child(3n+2),
  .page-toolbox .bottom-content .sell-sheet-list .catalog-item:nth-last-child(1):nth-child(3n+2),
  .page-toolbox .bottom-content .document-list .catalog-item:nth-last-child(1):nth-child(3n+2),
  .page-toolbox .bottom-content .hdpi-list .catalog-item:nth-last-child(1):nth-child(3n+2),
  .page-toolbox .bottom-content .product-videos-list .catalog-item:nth-last-child(1):nth-child(3n+2),
  .page-toolbox .bottom-content .gifts-fu-list .catalog-item:nth-last-child(1):nth-child(3n+2),
  .page-toolbox .bottom-content .decals-list .catalog-item:nth-last-child(1):nth-child(3n+2),
  .page-toolbox .bottom-content .sticker-list .catalog-item:nth-last-child(1):nth-child(3n+2),
  .page-toolbox .bottom-content .puup-list .catalog-item:nth-last-child(1):nth-child(3n+2),
  .page-toolbox .bottom-content .card-list .brochure-item:nth-last-child(1):nth-child(3n+2),
  .page-toolbox .bottom-content .props-list .brochure-item:nth-last-child(1):nth-child(3n+2),
  .page-toolbox .bottom-content .brochure-list .brochure-item:nth-last-child(1):nth-child(3n+2),
  .page-toolbox .bottom-content .sell-sheet-list .brochure-item:nth-last-child(1):nth-child(3n+2),
  .page-toolbox .bottom-content .document-list .brochure-item:nth-last-child(1):nth-child(3n+2),
  .page-toolbox .bottom-content .hdpi-list .brochure-item:nth-last-child(1):nth-child(3n+2),
  .page-toolbox .bottom-content .product-videos-list .brochure-item:nth-last-child(1):nth-child(3n+2),
  .page-toolbox .bottom-content .gifts-fu-list .brochure-item:nth-last-child(1):nth-child(3n+2),
  .page-toolbox .bottom-content .decals-list .brochure-item:nth-last-child(1):nth-child(3n+2),
  .page-toolbox .bottom-content .sticker-list .brochure-item:nth-last-child(1):nth-child(3n+2),
  .page-toolbox .bottom-content .puup-list .brochure-item:nth-last-child(1):nth-child(3n+2),
  .page-toolbox .bottom-content .card-list .catalog-item:nth-last-child(1):nth-child(4n+2),
  .page-toolbox .bottom-content .props-list .catalog-item:nth-last-child(1):nth-child(4n+2),
  .page-toolbox .bottom-content .brochure-list .catalog-item:nth-last-child(1):nth-child(4n+2),
  .page-toolbox .bottom-content .sell-sheet-list .catalog-item:nth-last-child(1):nth-child(4n+2),
  .page-toolbox .bottom-content .document-list .catalog-item:nth-last-child(1):nth-child(4n+2),
  .page-toolbox .bottom-content .hdpi-list .catalog-item:nth-last-child(1):nth-child(4n+2),
  .page-toolbox .bottom-content .product-videos-list .catalog-item:nth-last-child(1):nth-child(4n+2),
  .page-toolbox .bottom-content .gifts-fu-list .catalog-item:nth-last-child(1):nth-child(4n+2),
  .page-toolbox .bottom-content .decals-list .catalog-item:nth-last-child(1):nth-child(4n+2),
  .page-toolbox .bottom-content .sticker-list .catalog-item:nth-last-child(1):nth-child(4n+2),
  .page-toolbox .bottom-content .puup-list .catalog-item:nth-last-child(1):nth-child(4n+2),
  .page-toolbox .bottom-content .card-list .brochure-item:nth-last-child(1):nth-child(4n+2),
  .page-toolbox .bottom-content .props-list .brochure-item:nth-last-child(1):nth-child(4n+2),
  .page-toolbox .bottom-content .brochure-list .brochure-item:nth-last-child(1):nth-child(4n+2),
  .page-toolbox .bottom-content .sell-sheet-list .brochure-item:nth-last-child(1):nth-child(4n+2),
  .page-toolbox .bottom-content .document-list .brochure-item:nth-last-child(1):nth-child(4n+2),
  .page-toolbox .bottom-content .hdpi-list .brochure-item:nth-last-child(1):nth-child(4n+2),
  .page-toolbox .bottom-content .product-videos-list .brochure-item:nth-last-child(1):nth-child(4n+2),
  .page-toolbox .bottom-content .gifts-fu-list .brochure-item:nth-last-child(1):nth-child(4n+2),
  .page-toolbox .bottom-content .decals-list .brochure-item:nth-last-child(1):nth-child(4n+2),
  .page-toolbox .bottom-content .sticker-list .brochure-item:nth-last-child(1):nth-child(4n+2),
  .page-toolbox .bottom-content .puup-list .brochure-item:nth-last-child(1):nth-child(4n+2),
  .page-toolbox .bottom-content .card-list .catalog-item:nth-last-child(1):nth-child(4n+3),
  .page-toolbox .bottom-content .props-list .catalog-item:nth-last-child(1):nth-child(4n+3),
  .page-toolbox .bottom-content .brochure-list .catalog-item:nth-last-child(1):nth-child(4n+3),
  .page-toolbox .bottom-content .sell-sheet-list .catalog-item:nth-last-child(1):nth-child(4n+3),
  .page-toolbox .bottom-content .document-list .catalog-item:nth-last-child(1):nth-child(4n+3),
  .page-toolbox .bottom-content .hdpi-list .catalog-item:nth-last-child(1):nth-child(4n+3),
  .page-toolbox .bottom-content .product-videos-list .catalog-item:nth-last-child(1):nth-child(4n+3),
  .page-toolbox .bottom-content .gifts-fu-list .catalog-item:nth-last-child(1):nth-child(4n+3),
  .page-toolbox .bottom-content .decals-list .catalog-item:nth-last-child(1):nth-child(4n+3),
  .page-toolbox .bottom-content .sticker-list .catalog-item:nth-last-child(1):nth-child(4n+3),
  .page-toolbox .bottom-content .puup-list .catalog-item:nth-last-child(1):nth-child(4n+3),
  .page-toolbox .bottom-content .card-list .brochure-item:nth-last-child(1):nth-child(4n+3),
  .page-toolbox .bottom-content .props-list .brochure-item:nth-last-child(1):nth-child(4n+3),
  .page-toolbox .bottom-content .brochure-list .brochure-item:nth-last-child(1):nth-child(4n+3),
  .page-toolbox .bottom-content .sell-sheet-list .brochure-item:nth-last-child(1):nth-child(4n+3),
  .page-toolbox .bottom-content .document-list .brochure-item:nth-last-child(1):nth-child(4n+3),
  .page-toolbox .bottom-content .hdpi-list .brochure-item:nth-last-child(1):nth-child(4n+3),
  .page-toolbox .bottom-content .product-videos-list .brochure-item:nth-last-child(1):nth-child(4n+3),
  .page-toolbox .bottom-content .gifts-fu-list .brochure-item:nth-last-child(1):nth-child(4n+3),
  .page-toolbox .bottom-content .decals-list .brochure-item:nth-last-child(1):nth-child(4n+3),
  .page-toolbox .bottom-content .sticker-list .brochure-item:nth-last-child(1):nth-child(4n+3),
  .page-toolbox .bottom-content .puup-list .brochure-item:nth-last-child(1):nth-child(4n+3) {
    margin-right: 0 !important;
  }
  .page-toolbox .bottom-content .card-list .car-btn,
  .page-toolbox .bottom-content .props-list .car-btn,
  .page-toolbox .bottom-content .brochure-list .car-btn,
  .page-toolbox .bottom-content .sell-sheet-list .car-btn,
  .page-toolbox .bottom-content .document-list .car-btn,
  .page-toolbox .bottom-content .hdpi-list .car-btn,
  .page-toolbox .bottom-content .product-videos-list .car-btn,
  .page-toolbox .bottom-content .gifts-fu-list .car-btn,
  .page-toolbox .bottom-content .decals-list .car-btn,
  .page-toolbox .bottom-content .sticker-list .car-btn,
  .page-toolbox .bottom-content .puup-list .car-btn {
    margin-left: 0 !important;
  }
  .page-toolbox .bottom-content .card-list .brochure-item .title .f14,
  .page-toolbox .bottom-content .props-list .brochure-item .title .f14,
  .page-toolbox .bottom-content .brochure-list .brochure-item .title .f14,
  .page-toolbox .bottom-content .sell-sheet-list .brochure-item .title .f14,
  .page-toolbox .bottom-content .document-list .brochure-item .title .f14,
  .page-toolbox .bottom-content .hdpi-list .brochure-item .title .f14,
  .page-toolbox .bottom-content .product-videos-list .brochure-item .title .f14,
  .page-toolbox .bottom-content .gifts-fu-list .brochure-item .title .f14,
  .page-toolbox .bottom-content .decals-list .brochure-item .title .f14,
  .page-toolbox .bottom-content .sticker-list .brochure-item .title .f14,
  .page-toolbox .bottom-content .puup-list .brochure-item .title .f14 {
    display: block;
    margin-top: 0.4rem;
    font-size: 1.3rem;
    line-height: 1.35;
    font-weight: normal;
  }
  .page-toolbox .bottom-content > .card-1:first-child {
    margin-bottom: 2.4rem;
  }
  .page-toolbox .bottom-content .pagination-container {
    margin-top: 2.4rem;
    padding: 0 0.4rem;
  }
  .page-toolbox .bottom-content2 .card-list {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1.2rem 0;
    padding: 0 0.4rem;
    box-sizing: border-box;
    /* search.html 等：两列卡片内 View / Download / 购物车 */
  }
  .page-toolbox .bottom-content2 .card-list .catalog-item,
  .page-toolbox .bottom-content2 .card-list .brochure-item {
    width: calc(50% - 0.6rem);
    max-width: calc(50% - 0.6rem);
    margin: 0 0 2rem 0 !important;
    box-sizing: border-box;
  }
  .page-toolbox .bottom-content2 .card-list .brochure-item .brochure-img {
    width: 100%;
    height: auto;
    aspect-ratio: 258 / 370;
  }
  .page-toolbox .bottom-content2 .card-list .catalog-btnmain {
    flex-wrap: nowrap !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 0.35rem !important;
    width: 100%;
    max-width: 100%;
    margin-top: 1.2rem !important;
    padding: 0;
    box-sizing: border-box;
  }
  .page-toolbox .bottom-content2 .card-list .catalog-btnmain .catalog-btn,
  .page-toolbox .bottom-content2 .card-list .catalog-btnmain .catalog-btn.w148 {
    flex: 1 1 0;
    min-width: 0;
    width: auto !important;
    max-width: none;
    margin: 0 !important;
    padding: 0 0.35rem !important;
    height: 3rem !important;
    font-size: 1rem !important;
    line-height: 1.1;
    white-space: nowrap;
  }
  .page-toolbox .bottom-content2 .card-list .catalog-btnmain {
    flex-wrap: nowrap !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 0.35rem !important;
    width: 100%;
    max-width: 100%;
    margin-top: 1.2rem !important;
    padding: 0;
    box-sizing: border-box;
  }
  .page-toolbox .bottom-content2 .card-list .catalog-btnmain .catalog-btn,
  .page-toolbox .bottom-content2 .card-list .catalog-btnmain .catalog-btn.w148 {
    flex: 1 1 0;
    min-width: 0;
    width: auto !important;
    max-width: none;
    margin: 0 !important;
    padding: 0 0.35rem !important;
    height: 3rem !important;
    font-size: 1rem !important;
    line-height: 1.1;
    white-space: nowrap;
    box-sizing: border-box;
  }
  .page-toolbox .bottom-content2 .card-list .catalog-btnmain .catalog-btn2 {
    flex: 1 1 0;
    min-width: 0;
    width: auto !important;
    max-width: none;
    height: 3rem !important;
    min-height: 0 !important;
    margin: 0 !important;
    position: relative;
    overflow: visible;
    align-self: center;
    /* 外层仅占一行高度，避免绝对定位大块压住 View / 购物车 */
  }
  .page-toolbox .bottom-content2 .card-list .catalog-btnmain .catalog-btn2 > .catalog-btn2-block {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    height: 3rem !important;
    margin: 0 !important;
  }
  .page-toolbox .bottom-content2 .card-list .catalog-btnmain .catalog-btn2 > .catalog-btn2-block > .catalog-btn2-block {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    z-index: 20;
  }
  .page-toolbox .bottom-content2 .card-list .catalog-btnmain .catalog-btn2 span {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    height: 3rem !important;
    font-size: 1rem;
    line-height: 1.1;
    padding: 0 0.25rem;
    margin: 0 !important;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .page-toolbox .bottom-content2 .card-list .catalog-btnmain .catalog-btn2 .catalog-btn-psd,
  .page-toolbox .bottom-content2 .card-list .catalog-btnmain .catalog-btn2 .catalog-btn-pdf {
    display: none;
    width: 100% !important;
    height: 3rem !important;
    margin: 0.35rem 0 0 !important;
    font-size: 1rem;
    line-height: 1.1;
    box-sizing: border-box;
  }
  .page-toolbox .bottom-content2 .card-list .catalog-btnmain .car-btn {
    flex: 0 0 2.8rem;
    width: 2.8rem !important;
    height: 2.8rem !important;
    margin: 0 !important;
  }
  .page-toolbox .bottom-content2 .card-list .catalog-btnmain .car-btn img {
    width: 1.3rem;
    height: 1.3rem;
  }
  .page-toolbox .bottom-content2 .doc-new-list {
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
  }
  .page-toolbox .bottom-content2 .doc-new .download-btn {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 1rem 1.2rem;
    font-size: 1.4rem;
    line-height: 1.4;
    border-radius: 0.8rem;
    border-width: 0.1rem;
  }
  .page-toolbox .bottom-content2 .doc-new .download-btn div {
    flex: 1;
    min-width: 0;
    padding-right: 0.4rem;
  }
  .page-toolbox .bottom-content2 .doc-new .download-btn .down-arrow,
  .page-toolbox .bottom-content2 .doc-new .download-btn .down-arrow2 {
    width: 1.5rem;
    height: 1.5rem;
    flex-shrink: 0;
  }
  .product-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    gap: 1.2rem 0;
    padding: 0 0.4rem;
    box-sizing: border-box;
    position: relative;
  }
  .product-item {
    width: calc(50% - 0.6rem);
    max-width: calc(50% - 0.6rem);
    margin: 0 0 2rem 0 !important;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    height: 100%;
    min-height: 0;
    box-sizing: border-box;
    border: 0.2rem solid #f3f3f3;
    border-radius: 1.6rem;
    background-color: #f3f3f3;
    cursor: pointer;
  }
  .product-item .product-img {
    flex: 0 0 14rem;
    width: 100%;
    height: 14rem;
    min-height: 14rem;
    margin-top: 1.2rem;
    padding: 0 0.6rem;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .product-item .product-img img {
    width: auto;
    max-width: 90%;
    max-height: calc(14rem - 1.2rem);
    height: auto;
    object-fit: contain;
  }
  .product-item .product-title {
    flex: 1 1 auto;
    margin-top: 0.8rem;
  }
  .product-item .product-button {
    flex: 0 0 auto;
    margin-top: auto;
  }
  .product-item .product-title {
    padding: 0 0.8rem;
    text-align: center;
    line-height: 1.3;
    font-size: 1.4rem;
    width: 100%;
    min-height: 3.6rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .product-item .product-button {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
    width: calc(100% - 1rem);
    max-width: none;
    min-height: 3.4rem;
    height: auto;
    line-height: 1.3;
    border-radius: 999px;
    border: 0.15rem solid #0092d8;
    text-align: center;
    color: #0092d8;
    font-size: 1.3rem;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1.9rem 0.5rem 0.5rem;
    box-sizing: border-box;
    white-space: normal;
    word-break: break-word;
  }
  .product-item .product-button .blue-arrow {
    position: absolute;
    top: 50%;
    right: 1.4rem;
    transform: translateY(-50%);
    width: 1rem;
    height: 1.6rem;
  }
  .product-item .product-button .white-arrow {
    display: none;
    position: absolute;
    top: 50%;
    right: 1.4rem;
    transform: translateY(-50%);
    width: 1rem;
    height: 1.6rem;
  }
  .product-item:hover {
    background-color: #fff;
    border: 0.2rem solid #0092d8;
  }
  .product-item:hover .product-button {
    color: #fff;
    background-color: #0092d8;
  }
  .product-item:hover .product-button .blue-arrow {
    display: none;
  }
  .product-item:hover .product-button .white-arrow {
    display: block;
  }
  .search {
    border: 0.2rem solid #0092d8;
    border-radius: 1.4rem;
    padding: 0.6rem 1.4rem;
    align-items: center;
    box-sizing: border-box;
  }
  .search .search-input {
    width: 90%;
    height: 3.6rem;
    line-height: 3.6rem;
    font-size: 1.4rem;
  }
  .search .search-input::placeholder {
    color: #a9a9a9;
    font-size: 1.4rem;
  }
  .search .search-button {
    width: 2.2rem;
    height: 2.2rem;
    flex-shrink: 0;
    background: url("./search-blue.svg") no-repeat center center;
    background-size: 2.2rem 2.2rem;
    cursor: pointer;
  }
  .learn-more-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.6rem;
    width: auto;
    min-width: 12rem;
    max-width: calc(100% - 3.2rem);
    height: 4rem;
    padding: 0 3rem 0 1.4rem;
    line-height: 1;
    border-radius: 999px;
    border: 0.15rem solid #0092d8;
    text-align: center;
    color: #0092d8;
    font-size: 1.5rem;
    background-color: #fff;
    cursor: pointer;
    box-sizing: border-box;
    white-space: nowrap;
  }
  .learn-more-button .blue-arrow {
    position: absolute;
    top: 50%;
    right: 1.4rem;
    transform: translateY(-50%);
    width: 1rem;
    height: 1.6rem;
  }
  .learn-more-button .white-arrow {
    display: none;
    position: absolute;
    top: 50%;
    right: 1.4rem;
    transform: translateY(-50%);
    width: 1rem;
    height: 1.6rem;
  }
  .learn-more-button:hover {
    color: #fff;
    background-color: #0092d8;
  }
  .learn-more-button:hover .blue-arrow {
    display: none;
  }
  .learn-more-button:hover .white-arrow {
    display: block;
  }
  .catalog-item {
    width: calc(50% - 0.9rem);
    max-width: calc(50% - 0.9rem);
    box-sizing: border-box;
  }
  .catalog-item .catalog-img {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 368 / 270;
    border: 0.1rem solid #222;
    border-radius: 2rem;
    overflow: hidden;
  }
  .catalog-item .catalog-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .catalog-item .catalog-img img.videoplay-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 8.8rem;
    height: 8.8rem;
  }
  .catalog-item .title {
    font-size: 1.8rem;
    margin-top: 2rem;
    height: 7.2rem;
    text-align: center;
  }
  .catalog-item .size {
    font-size: 1.8rem;
  }
  .catalog-item .catalog-btnmain {
    margin-top: 2rem;
  }
  .brochure-item {
    width: calc(50% - 0.9rem);
    max-width: calc(50% - 0.9rem);
    box-sizing: border-box;
  }
  .brochure-item:last-child {
    margin-right: 0;
  }
  .brochure-item .brochure-img {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 258 / 370;
    border: 0.1rem solid #222;
    border-radius: 2rem;
    overflow: hidden;
  }
  .brochure-item .brochure-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .brochure-item .brochure-img img.videoplay-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 8.8rem;
    height: 8.8rem;
  }
  .brochure-item .title {
    font-size: 1.4rem;
    margin-top: 2rem;
    height: auto;
    min-height: 4rem;
    text-align: center;
  }
  .brochure-item .catalog-btnmain {
    margin-top: 2rem;
  }
  .car-btn {
    width: 3.4rem;
    height: 3.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0.1rem solid #1d9edc;
    color: #1d9edc;
    border-radius: 999px;
    cursor: pointer;
  }
  .car-btn img {
    width: 1.5rem;
    height: 1.5rem;
  }
  /* View / Download / 购物车：单行均分，覆盖 justify-between / w148 固定宽 */
  .catalog-btnmain {
    flex-wrap: nowrap !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 0.35rem !important;
    width: 100%;
    max-width: 100%;
    margin-top: 1.2rem !important;
    padding: 0;
    box-sizing: border-box;
  }
  .catalog-btnmain .catalog-btn,
  .catalog-btnmain .catalog-btn.w148 {
    flex: 1 1 0;
    min-width: 0;
    width: auto !important;
    max-width: none;
    margin: 0 !important;
    padding: 0 0.35rem !important;
    height: 3rem !important;
    font-size: 1rem !important;
    line-height: 1.1;
    white-space: nowrap;
    box-sizing: border-box;
  }
  .catalog-btnmain .catalog-btn2 {
    flex: 1 1 0;
    min-width: 0;
    width: auto !important;
    max-width: none;
    height: 3rem !important;
    min-height: 0 !important;
    margin: 0 !important;
    position: relative;
    overflow: visible;
    align-self: center;
    /* 外层仅占一行高度，避免绝对定位大块压住 View / 购物车 */
  }
  .catalog-btnmain .catalog-btn2 > .catalog-btn2-block {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    height: 3rem !important;
    margin: 0 !important;
  }
  .catalog-btnmain .catalog-btn2 > .catalog-btn2-block > .catalog-btn2-block {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    z-index: 20;
  }
  .catalog-btnmain .catalog-btn2 span {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    height: 3rem !important;
    font-size: 1rem;
    line-height: 1.1;
    padding: 0 0.25rem;
    margin: 0 !important;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .catalog-btnmain .catalog-btn2 .catalog-btn-psd,
  .catalog-btnmain .catalog-btn2 .catalog-btn-pdf {
    display: none;
    width: 100% !important;
    height: 3rem !important;
    margin: 0.35rem 0 0 !important;
    font-size: 1rem;
    line-height: 1.1;
    box-sizing: border-box;
  }
  .catalog-btnmain .car-btn {
    flex: 0 0 2.8rem;
    width: 2.8rem !important;
    height: 2.8rem !important;
    margin: 0 !important;
  }
  .catalog-btnmain .car-btn img {
    width: 1.3rem;
    height: 1.3rem;
  }
  .card-buttonmain {
    display: flex;
    justify-content: center;
    margin-top: 2.4rem;
    margin-bottom: 0;
    padding: 0 0.4rem;
    box-sizing: border-box;
  }
  /* 悬浮操作钮：统一尺寸与纵向间距（cart 由 forpros-car.less 控制） */
  .goto-top {
    z-index: 99;
    position: fixed;
    right: 1.6rem;
    bottom: calc(7.2rem + env(safe-area-inset-bottom, 0px));
    width: 4.4rem;
    height: 4.4rem;
    border-radius: 50%;
    border: 0.15rem solid #222222;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-sizing: border-box;
    box-shadow: 0 0.2rem 1.2rem rgba(0, 0, 0, 0.1);
  }
  .goto-top .gotop,
  .goto-top .gotop2 {
    width: 2rem;
    height: 2.3rem;
  }
  .goto-top .gotop2 {
    display: none;
  }
  .goto-top:hover {
    background-color: #222222;
  }
  .goto-top:hover .gotop {
    display: none;
  }
  .goto-top:hover .gotop2 {
    display: block;
  }
  .back-top {
    z-index: 99;
    position: fixed;
    right: 1.6rem;
    bottom: calc(2rem + env(safe-area-inset-bottom, 0px));
    width: 4.4rem;
    height: 4.4rem;
    border-radius: 50%;
    border: 0.15rem solid #222222;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-sizing: border-box;
    box-shadow: 0 0.2rem 1.2rem rgba(0, 0, 0, 0.1);
  }
  .back-top .backtop,
  .back-top .backtop2 {
    width: 2rem;
    height: 2.3rem;
  }
  .back-top .backtop2 {
    display: none;
  }
  .back-top:hover {
    background-color: #222222;
  }
  .back-top:hover .backtop {
    display: none;
  }
  .back-top:hover .backtop2 {
    display: block;
  }
  .back-home {
    z-index: 99;
    position: fixed;
    right: 1.6rem;
    bottom: calc(12.400000000000002rem + env(safe-area-inset-bottom, 0px));
    width: 4.4rem;
    height: 4.4rem;
    border-radius: 50%;
    border: 0.15rem solid #222222;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-sizing: border-box;
    box-shadow: 0 0.2rem 1.2rem rgba(0, 0, 0, 0.1);
  }
  .back-home .backhomeimg {
    width: 2.6rem;
    height: 2.6rem;
    object-fit: contain;
  }
  .search-tags {
    position: fixed;
    left: 11rem;
    top: 21rem;
    z-index: 100;
  }
  .tab-btn {
    border: 0.1rem solid #0092d8;
    border-radius: 1rem;
    color: #0092d8;
    font-size: 1.4rem;
    cursor: pointer;
    margin-right: 1.5rem;
    width: 19rem;
    padding-left: 3.5rem;
    height: 5rem;
    line-height: 5rem;
    margin-bottom: 1.2rem;
  }
  .tab-btn.active {
    background-color: #0092d8;
    color: #fff;
    position: relative;
  }
  .tab-btn.active::after {
    content: "";
    position: absolute;
    top: 50%;
    /* 垂直居中 */
    right: -1.4rem;
    /* 距离右边距离 */
    margin-top: -0.8rem;
    /* 微调位置，让视觉更居中 */
    width: 0;
    height: 0;
    border-top: 1rem solid transparent;
    border-bottom: 1rem solid transparent;
    border-left: 1.5rem solid #0092d8;
  }
  .doc-new-list {
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
    padding: 0 0.4rem;
    box-sizing: border-box;
  }
  .download-btn {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 1rem 1.2rem;
    box-sizing: border-box;
    color: #222;
    font-size: 1.4rem;
    line-height: 1.4;
    border-radius: 0.8rem;
    border: 0.1rem solid #222;
  }
  .download-btn div {
    flex: 1;
    min-width: 0;
    padding-right: 0.4rem;
    text-align: left;
    word-break: break-word;
  }
  .download-btn .down-arrow {
    width: 1.5rem;
    height: 1.5rem;
    flex-shrink: 0;
  }
  .download-btn .down-arrow2 {
    display: none;
    width: 1.5rem;
    height: 1.5rem;
    flex-shrink: 0;
  }
  .download-btn:hover {
    background-color: #222;
    color: #fff;
  }
  .download-btn:hover .down-arrow {
    display: none;
  }
  .download-btn:hover .down-arrow2 {
    display: block;
  }
  .download-btn:nth-child(2n) {
    margin-right: 0;
  }
  .mt-20 {
    margin-top: 2rem;
  }
  .sticker-list2 {
    flex-wrap: wrap;
  }
  .sticker-list2 .brochure-item {
    margin-bottom: 3rem;
  }
  .sticker-list2 .brochure-item:nth-last-child(1):nth-child(4n+3) {
    margin-right: 0;
  }
  .sticker-list2 .brochure-item:nth-last-child(1):nth-child(4n+2) {
    margin-right: 0;
  }
  /* 分页手机版：缩小按钮与间距，多页时可折行、居中，不使用横向滚动条 */
  .pagination-container {
    display: flex;
    justify-content: center;
    margin-top: 3.6rem;
    margin-bottom: 0.4rem;
    padding: 0 0.6rem;
    box-sizing: border-box;
  }
  .pagination {
    flex-wrap: wrap !important;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 0.4rem;
    row-gap: 0.6rem;
    padding: 0.8rem 0.4rem;
    max-width: 100%;
  }
  .pagination-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1.1rem;
    min-height: 3rem;
    min-width: 2.8rem;
    padding: 0.5rem 0.6rem;
    border-radius: 0.7rem;
    border-width: 0.1rem;
    box-shadow: 0 0.1rem 0.3rem rgba(25, 96, 137, 0.05);
  }
  .pagination-btn:hover:not(:disabled) {
    box-shadow: 0 0.2rem 0.8rem rgba(17, 149, 200, 0.14);
  }
  .pagination-btn.pagination-btn--nav {
    min-width: 5.4rem;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    font-size: 1.1rem;
    letter-spacing: 0;
  }
  .pagination-btn.pagination-btn--page {
    min-width: 2.8rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .pagination-btn.active,
  .pagination-btn:disabled.active {
    box-shadow: 0 0.2rem 1rem rgba(10, 111, 153, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.18);
  }
  .pagination-ellipsis {
    min-width: 2rem;
    height: 3rem;
    font-size: 1.3rem;
    padding: 0 0.2rem;
  }
  /* promo-items 等列表：见 .bottom-content .toolbox-material-list-mobile() */
  .lightbox-list {
    flex-wrap: wrap;
  }
  .lightbox-list .brochure-item:nth-child(3n) {
    margin-right: 0;
  }
  .lightbox-list .catalog-item {
    margin-bottom: 3rem;
  }
  .shop-content .card-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1.2rem 0;
    min-height: auto;
    padding: 0 0.4rem;
    box-sizing: border-box;
  }
  .shop-content .card-list .catalog-item,
  .shop-content .card-list .brochure-item {
    display: block;
    width: calc(50% - 0.6rem);
    max-width: calc(50% - 0.6rem);
    margin: 0 0 2rem 0 !important;
    box-sizing: border-box;
  }
  .shop-content .card-list .catalog-item .catalog-img {
    width: 100%;
    height: auto;
    aspect-ratio: 368 / 270;
  }
  .shop-content .card-list .brochure-item .brochure-img {
    width: 100%;
    height: auto;
    aspect-ratio: 258 / 370;
  }
  .shop-content .card-list .catalog-item .title,
  .shop-content .card-list .brochure-item .title {
    font-size: 1.4rem;
    height: auto;
    min-height: 4rem;
  }
  .shop-content .card-list .catalog-item .size {
    font-size: 1.3rem;
  }
  .shop-content .card-list .catalog-btnmain {
    flex-wrap: nowrap !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 0.35rem !important;
    width: 100%;
    max-width: 100%;
    margin-top: 1.2rem !important;
    padding: 0;
    box-sizing: border-box;
  }
  .shop-content .card-list .catalog-btnmain .catalog-btn,
  .shop-content .card-list .catalog-btnmain .catalog-btn.w148 {
    flex: 1 1 0;
    min-width: 0;
    width: auto !important;
    max-width: none;
    margin: 0 !important;
    padding: 0 0.35rem !important;
    height: 3rem !important;
    font-size: 1rem !important;
    line-height: 1.1;
    white-space: nowrap;
    box-sizing: border-box;
  }
  .shop-content .card-list .catalog-btnmain .catalog-btn2 {
    flex: 1 1 0;
    min-width: 0;
    width: auto !important;
    max-width: none;
    height: 3rem !important;
    min-height: 0 !important;
    margin: 0 !important;
    position: relative;
    overflow: visible;
    align-self: center;
    /* 外层仅占一行高度，避免绝对定位大块压住 View / 购物车 */
  }
  .shop-content .card-list .catalog-btnmain .catalog-btn2 > .catalog-btn2-block {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    height: 3rem !important;
    margin: 0 !important;
  }
  .shop-content .card-list .catalog-btnmain .catalog-btn2 > .catalog-btn2-block > .catalog-btn2-block {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    z-index: 20;
  }
  .shop-content .card-list .catalog-btnmain .catalog-btn2 span {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    height: 3rem !important;
    font-size: 1rem;
    line-height: 1.1;
    padding: 0 0.25rem;
    margin: 0 !important;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .shop-content .card-list .catalog-btnmain .catalog-btn2 .catalog-btn-psd,
  .shop-content .card-list .catalog-btnmain .catalog-btn2 .catalog-btn-pdf {
    display: none;
    width: 100% !important;
    height: 3rem !important;
    margin: 0.35rem 0 0 !important;
    font-size: 1rem;
    line-height: 1.1;
    box-sizing: border-box;
  }
  .shop-content .card-list .catalog-btnmain .car-btn {
    flex: 0 0 2.8rem;
    width: 2.8rem !important;
    height: 2.8rem !important;
    margin: 0 !important;
  }
  .shop-content .card-list .catalog-btnmain .car-btn img {
    width: 1.3rem;
    height: 1.3rem;
  }
  .shop-content .card-1.mt-50 {
    margin-top: 2.4rem;
  }
  .shop-content .search {
    width: 100%;
    box-sizing: border-box;
  }
  .shop-content .pagination-container {
    width: 100%;
    padding: 0 0.4rem;
    box-sizing: border-box;
  }
  /* Shop page empty / placeholder copy (see shop.js) — smaller type on mobile */
  .shop-content .NoOrdersYet {
    font-size: 1.6rem;
    line-height: 1.45;
    padding-top: 4.8rem;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    box-sizing: border-box;
    text-align: center;
  }
}
.hide {
  display: none;
}
