:root {
  --hj-primary: #1268b3;
  --hj-primary-dark: #084b87;
  --hj-accent: #07a7d8;
  --hj-ink: #121a24;
  --hj-body: #536171;
  --hj-soft: #f4f7fa;
  --hj-border: #dce3ea;
  --hj-white: #fff;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

.printnow-site {
  color: var(--hj-body);
  background: var(--hj-white);
}

.printnow-site button,
.printnow-site input,
.printnow-site textarea {
  letter-spacing: 0;
}

.printnow-site :focus-visible {
  outline: 3px solid #ff4e8d;
  outline-offset: 3px;
}

.hj-skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 10000000;
  padding: 10px 14px;
  color: var(--hj-white);
  background: var(--hj-primary-dark);
  transform: translateY(-180%);
}

.hj-skip-link:focus {
  color: var(--hj-white);
  transform: translateY(0);
}

.header-logo img,
.header-logo-2 img,
.offcanvas__logo img {
  width: 300px;
  height: auto;
  max-height: 110px;
  object-fit: contain;
  object-position: left center;
}

.header-logo,
.header-logo-2 {
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-left: 5px;
  padding-left: 0;
}

body:not(.hj-home-page) .header-logo img,
body:not(.hj-home-page) .header-logo-2 img,
body:not(.hj-home-page) .offcanvas__logo img {
  max-height: 80px;
}

body:not(.hj-home-page) .header-logo,
body:not(.hj-home-page) .header-logo-2 {
  margin-top: 0;
}

.hj-home-page .header-1.sticky .header-logo img,
.hj-home-page .header-1.sticky .header-logo-2 img {
  max-height: 80px;
}

.hj-home-page .header-1.sticky .header-logo,
.hj-home-page .header-1.sticky .header-logo-2 {
  margin-top: 0;
}

/* 临时隐藏 Loading 加载动画层，方便快速调试页面 */
#preloader,
.preloader {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* 让导航栏与下方 Banner 的容器 padding 保持一致（基于 1320px 的 Bootstrap container 对齐线） */
.header-1.style-3 .container-fluid {
  padding-left: calc((100% - 1320px) / 2 + 12px) !important;
  padding-right: calc((100% - 1320px) / 2 + 12px) !important;
}

@media (max-width: 1399px) {
  .header-1.style-3 .container-fluid {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

/* 在浅色背景内页（非首页）时，将主导航菜单文字设为深色 */
body:not(.hj-home-page) .header-1.style-3 .header-main .main-menu ul li a {
  color: var(--header, #0f0a2c) !important;
}
body:not(.hj-home-page) .header-1.style-3 .header-main .main-menu ul li:hover > a {
  color: var(--theme, #7033ff) !important;
}
.header-top-right {
  display: flex;
  align-items: center;
  gap: 24px;
}

.header-top-right .link {
  color: var(--hj-white);
}

.header-top-right .link:hover,
.header-top-right .link:focus-visible {
  color: var(--hj-ink);
}

.header-top-wrapper {
  min-height: 50px;
}

.header-top-wrapper .contact-list li,
.header-top-wrapper .header-top-right .link {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
}

/* 优化 Megamenu 下拉菜单样式 */
.header-main .main-menu ul li .submenu.hj-product-mega {
  left: 50%;
  width: min(820px, 70vw);
  min-width: 0;
  max-width: calc(100vw - 32px);
  padding: 0;
  border-top: 3px solid var(--theme, #7033ff);
  border-radius: 0 0 16px 16px;
  box-shadow: 0 20px 40px rgba(15, 10, 44, 0.12);
  overflow: hidden;
  transform: translate(-50%, 10px);
}

.header-main .main-menu ul li:hover > .submenu.hj-product-mega,
.header-main .main-menu ul li:focus-within > .submenu.hj-product-mega {
  transform: translate(-50%, 0);
}

/* The original style-3 hover rule only resets translateY and otherwise
   overrides the horizontal centering of this mega menu. */
@media (min-width: 992px) {
  .header-1.style-3 .header-main {
    position: relative;
  }

  .header-1.style-3 .header-main .main-menu ul li.hj-products-nav {
    position: static;
  }
}

.header-1.style-3 .header-main .main-menu ul li .submenu.hj-product-mega {
  transform: translate(-50%, 10px) !important;
}

.header-1.style-3 .header-main .main-menu ul li:hover > .submenu.hj-product-mega,
.header-1.style-3 .header-main .main-menu ul li:focus-within > .submenu.hj-product-mega {
  transform: translate(-50%, 0) !important;
}

/* The live header uses .header-1 (without the style-3 modifier). */
@media (min-width: 992px) {
  .header-1 .header-main {
    position: relative;
  }

  .header-1 .header-main .main-menu ul li.hj-products-nav {
    position: static;
  }
}

.header-1 .header-main .main-menu ul li .submenu.hj-product-mega {
  transform: translate(-50%, 10px) !important;
}

.header-1 .header-main .main-menu ul li:hover > .submenu.hj-product-mega,
.header-1 .header-main .main-menu ul li:focus-within > .submenu.hj-product-mega {
  transform: translate(-50%, 0) !important;
}

.header-1.style-3 .header-main .main-menu ul li .submenu.hj-product-mega > .hj-product-mega__inner {
  display: block !important;
  width: 100% !important;
  padding: 26px 30px 28px !important;
  box-sizing: border-box;
}

.header-1 .header-main .main-menu ul li .submenu.hj-product-mega > .hj-product-mega__inner {
  display: block !important;
  width: 100% !important;
  padding: 26px 30px 28px !important;
  box-sizing: border-box;
}

.hj-product-mega__layout {
  display: grid !important;
  grid-template-columns: minmax(190px, 0.72fr) minmax(0, 1.7fr);
  align-items: start;
  gap: 30px;
  width: 100%;
}

.hj-product-mega__links {
  display: flex !important;
  flex-direction: column;
  align-items: stretch;
  min-width: 0;
  padding: 8px 0 0;
}

.header-main .main-menu ul li .submenu.hj-product-mega .hj-product-mega__label {
  display: block;
  margin: 0 0 12px;
  color: var(--header, #0f0a2c);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
}

.header-main .main-menu ul li .submenu.hj-product-mega .hj-product-mega__links > a {
  display: block;
  width: auto;
  padding: 8px 0;
  border: 0;
  color: var(--header, #0f0a2c);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
  transition: color 180ms ease, transform 180ms ease;
}

.header-main .main-menu ul li .submenu.hj-product-mega .hj-product-mega__links > a:hover,
.header-main .main-menu ul li .submenu.hj-product-mega .hj-product-mega__links > a:focus-visible {
  color: var(--theme, #7033ff) !important;
  background: transparent;
  transform: translateX(4px);
}

.hj-product-mega__featured {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  min-width: 0;
}

.header-main .main-menu ul li .submenu.hj-product-mega .hj-product-mega__card {
  display: block;
  width: auto;
  padding: 0;
  border: 0;
  color: var(--header, #0f0a2c);
  background: transparent;
}

.header-main .main-menu ul li .submenu.hj-product-mega .hj-product-mega__card:hover,
.header-main .main-menu ul li .submenu.hj-product-mega .hj-product-mega__card:focus-visible {
  color: var(--header, #0f0a2c);
  background: transparent;
}

.header-main .main-menu ul li .submenu.hj-product-mega .hj-product-mega__card:hover .hj-product-mega__media img,
.header-main .main-menu ul li .submenu.hj-product-mega .hj-product-mega__card:focus-visible .hj-product-mega__media img {
  transform: scale(1.025);
}

.hj-product-mega__media {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100%;
  aspect-ratio: 4 / 3;
  margin-bottom: 12px;
  padding: 12px !important;
  overflow: hidden;
  background: #f7f7f9 !important;
  border-radius: 10px !important;
}

.hj-product-mega__card:nth-child(2) .hj-product-mega__media {
  background: #f7f7f9 !important;
}

.hj-product-mega__media img {
  display: block;
  max-width: 100% !important;
  max-height: 100% !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  border-radius: 6px;
  transition: transform 350ms ease;
}

.header-main .main-menu ul li .submenu.hj-product-mega .hj-product-mega__card strong,
.header-main .main-menu ul li .submenu.hj-product-mega .hj-product-mega__card small {
  display: block;
}

.header-main .main-menu ul li .submenu.hj-product-mega .hj-product-mega__card strong {
  font-size: 16px;
  line-height: 1.35;
}

.header-main .main-menu ul li .submenu.hj-product-mega .hj-product-mega__card small {
  margin-top: 4px;
  color: var(--hj-body);
  font-size: 12px;
  font-weight: 600;
}

.hj-home-page .shop-catagories-item .thumb,
.hj-home-page .hj-product-showcase .shop-image,
.hj-products-page .hj-card__media,
.hj-products-page .hj-media--square,
.hj-product-detail-page .hj-card__media,
.hj-product-detail-page .shop-details-image .shop-thumb {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #eef5fa;
}

.hj-home-page .shop-catagories-item .thumb {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
  aspect-ratio: 4 / 3;
  padding: 14px;
  box-sizing: border-box;
  overflow: hidden;
}

.hj-home-page .shop-catagories-item .thumb img {
  max-width: 100% !important;
  max-height: 100% !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain;
}

.hj-home-page .catagory-product-slider .swiper-slide:nth-child(4n + 2) .thumb,
.hj-home-page .hj-product-showcase .row > div:nth-child(4n + 2) .shop-image,
.hj-products-page .hj-grid > article:nth-child(4n + 2) .hj-card__media {
  background: #f8eef4;
}

.hj-home-page .catagory-product-slider .swiper-slide:nth-child(4n + 3) .thumb,
.hj-home-page .hj-product-showcase .row > div:nth-child(4n + 3) .shop-image,
.hj-products-page .hj-grid > article:nth-child(4n + 3) .hj-card__media {
  background: #eef8f4;
}

.hj-home-page .catagory-product-slider .swiper-slide:nth-child(4n) .thumb,
.hj-home-page .hj-product-showcase .row > div:nth-child(4n) .shop-image,
.hj-products-page .hj-grid > article:nth-child(4n) .hj-card__media {
  background: #f4f2fb;
}

.hj-home-page .shop-catagories-item .thumb img,
.hj-home-page .hj-product-showcase .shop-image img,
.hj-products-page .hj-card__media img,
.hj-products-page .hj-media--square img,
.hj-product-detail-page .hj-card__media img,
.hj-product-detail-page .shop-details-image .shop-thumb img {
  display: block;
  width: auto;
  height: auto;
  max-width: 88%;
  max-height: 88%;
  object-fit: contain;
}

.hj-home-page .hj-product-showcase .shop-image {
  padding: 24px;
}

.hj-home-page .hj-product-showcase .shop-image img {
  width: 100%;
  height: 100%;
  transition: transform 350ms ease;
}

.hj-home-page .hj-product-showcase .shop-items:hover .shop-image img {
  transform: scale(1.035);
}

.hj-home-page .hj-product-showcase .row > [class*="col-"] {
  display: flex;
}

.hj-home-page .hj-product-showcase .shop-items {
  display: flex;
  width: 100%;
  flex-direction: column;
}

.hj-home-page .hj-product-showcase .shop-content {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.hj-home-page .hj-product-showcase .shop-content h5 {
  min-height: 54px;
}

.hj-home-page .hj-product-showcase .shop-content p,
.hj-products-page .hj-card__body > p:not(.hj-card__label) {
  display: -webkit-box;
  min-height: 51px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.hj-home-page .hj-product-showcase .shop-content .link-btn {
  margin-top: 22px;
}

.hj-products-page .hj-card,
.hj-product-detail-page .hj-card {
  display: flex;
  height: 100%;
  flex-direction: column;
}

.hj-products-page .hj-card__body,
.hj-product-detail-page .hj-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.hj-products-page .hj-card__body .hj-text-link,
.hj-product-detail-page .hj-card__body .hj-text-link {
  margin-top: auto;
}

.hj-product-detail-page .shop-details-image .shop-thumb {
  padding: 26px;
}

.hj-product-detail-page .shop-details-image .nav-link img {
  width: 82px;
  height: 64px;
  object-fit: contain;
  background: #eef5fa;
}

.hj-home-page .hero-3 .hero-image img {
  object-fit: contain;
}

.hj-about-page .hj-about-gallery .thumb-image-1 {
  display: block;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #e8eef4;
}

.hj-about-page .hj-about-gallery .col-6:nth-child(even) {
  transform: translateY(28px);
}

.hj-about-page .hj-about-gallery .thumb-image-1 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hj-about-page .hj-about-gallery .hj-about-gallery__feature {
  aspect-ratio: 16 / 10;
}

.hj-about-page .hj-about-gallery .hj-about-gallery__feature img {
  object-position: center;
}

.hj-about-strength {
  position: relative;
  background: #f8fafc !important;
  background-image: none !important;
}

.section-title .sub-title {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 8px 28px !important;
  border-radius: 30px !important;
  line-height: 1 !important;
}

.section-title .sub-title span {
  display: inline-block !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
  vertical-align: middle !important;
}

.hj-about-strength .section-title .sub-title {
  margin-bottom: 16px !important;
  background: linear-gradient(90deg, rgba(255, 78, 141, 0.12) 0%, rgba(168, 60, 233, 0.12) 50%, rgba(112, 0, 254, 0.12) 100%) !important;
  border: 1px solid rgba(168, 60, 233, 0.2) !important;
  box-shadow: none !important;
}

.hj-about-strength .section-title .sub-title span {
  background: linear-gradient(90deg, #ff4e8d 0%, #a83ce9 50%, #7000fe 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  font-weight: 700 !important;
  letter-spacing: 0.05em !important;
}

.hj-about-strength .section-title h2 {
  color: #0f172a !important;
  margin-bottom: 0 !important;
}

.hj-about-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  max-width: 1140px;
  margin: 40px auto 0;
}

.hj-about-stat {
  padding: 36px 20px;
  text-align: center;
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 16px !important;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.06) !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.hj-about-stat:hover {
  transform: translateY(-5px) !important;
  border-color: #cbd5e1 !important;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.12) !important;
}

.hj-about-stat strong,
.hj-about-stat > span {
  display: block !important;
}

.hj-about-stat strong {
  margin-bottom: 8px !important;
  color: #1e293b !important;
  font-size: 42px !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
  -webkit-text-fill-color: #1e293b !important;
}

.hj-about-stat strong .count {
  color: #1e293b !important;
  -webkit-text-fill-color: #1e293b !important;
}

.hj-about-stat > span {
  color: #64748b !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
  -webkit-text-fill-color: #64748b !important;
}

.hj-about-page .hj-about-services .row > [class*="col-"] {
  display: flex;
}

.hj-about-page .hj-about-services .service-card-items {
  width: 100%;
}

.hj-about-page .hj-about-services .service-content p {
  min-height: 54px;
}

.project-image {
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.project-image > a,
.project-image > a img {
  display: block;
  width: 100%;
  height: 100%;
}

.project-image > a img {
  object-fit: cover;
}

.hj-about-page .good-quality-section .quality-image {
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.hj-about-page .good-quality-section .quality-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hj-about-page .good-quality-section .hj-rich-content,
.hj-about-page .good-quality-section .hj-rich-content p {
  color: rgba(255, 255, 255, 0.84);
}

.header-1 .sidebar__toggle,
.mean-container .mean-nav ul li a.mean-expand {
  display: inline-grid;
  min-width: 44px;
  min-height: 44px;
  padding: 0;
  place-items: center;
  border: 0;
  background: transparent;
}

button.search-close,
.offcanvas__close button {
  min-width: 44px;
  min-height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
}

.footer-section .widget-head img {
  display: block !important;
  width: 140px;
  height: auto;
  max-height: 90px;
  object-fit: contain;
  margin-left: 5px !important;
  margin-right: 0 !important;
}

.footer-section .footer-widgets-wrapper .single-footer-widget:first-child .widget-head {
  text-align: left !important;
}

.footer-section .footer-widgets-wrapper .single-footer-widget:first-child .widget-head a {
  display: inline-block;
  margin-left: 0 !important;
}

.footer-section .footer-widgets-wrapper .single-footer-widget:first-child {
  text-align: left !important;
}

.footer-section .hj-footer-contact li,
.footer-section .hj-footer-contact li:not(:last-child) {
  margin-bottom: 4px !important;
}

.footer-section .hj-footer-contact li a {
  line-height: 1.35;
}

.hj-footer-contact li,
.hj-footer-contact a {
  overflow-wrap: anywhere;
}

.hj-page-hero {
  position: relative;
  display: flex;
  min-height: 480px;
  align-items: center;
  padding: 220px 0 108px;
  overflow: hidden;
  color: var(--hj-white);
  background-color: var(--hj-primary-dark);
  background-position: center;
  background-size: cover;
}


/* ----------------------------------------------------
   CSS 环绕式径向渐变网页背景动画效果 (童哲网 1717 精调版)
   ---------------------------------------------------- */
@property --hj-a0 { syntax: "<angle>"; initial-value: 258deg; inherits: false; }
@property --hj-a1 { syntax: "<angle>"; initial-value: 249deg; inherits: false; }
@property --hj-a2 { syntax: "<angle>"; initial-value: 210deg; inherits: false; }
@property --hj-a3 { syntax: "<angle>"; initial-value: 231deg; inherits: false; }
@property --hj-a4 { syntax: "<angle>"; initial-value: 304deg; inherits: false; }
@property --hj-a5 { syntax: "<angle>"; initial-value: 248deg; inherits: false; }

@keyframes hj-a0 { to { --hj-a0: -102deg; } }
@keyframes hj-a1 { to { --hj-a1: -111deg; } }
@keyframes hj-a2 { to { --hj-a2: -150deg; } }
@keyframes hj-a3 { to { --hj-a3: -129deg; } }
@keyframes hj-a4 { to { --hj-a4: -56deg; } }
@keyframes hj-a5 { to { --hj-a5: -112deg; } }

.breadcrumb-wrapper {
  background-image: none !important;
  background:
    radial-gradient(circle at calc(50%*(1 + .5*cos(var(--hj-a0)))) calc(50%*(1 + .5*sin(var(--hj-a0)))), rgba(255, 78, 141, 0.45), transparent 45%),
    radial-gradient(circle at calc(50%*(1 + .5*cos(var(--hj-a1)))) calc(50%*(1 + .5*sin(var(--hj-a1)))), rgba(168, 60, 233, 0.38), transparent 45%),
    radial-gradient(circle at calc(50%*(1 + .5*cos(var(--hj-a2)))) calc(50%*(1 + .5*sin(var(--hj-a2)))), rgba(112, 0, 254, 0.32), transparent 45%),
    radial-gradient(circle at calc(50%*(1 + .5*cos(var(--hj-a3)))) calc(50%*(1 + .5*sin(var(--hj-a3)))), rgba(243, 114, 44, 0.3), transparent 45%),
    radial-gradient(circle at calc(50%*(1 + .5*cos(var(--hj-a4)))) calc(50%*(1 + .5*sin(var(--hj-a4)))), rgba(234, 236, 255, 0.6), transparent 50%),
    radial-gradient(circle at calc(50%*(1 + .5*cos(var(--hj-a5)))) calc(50%*(1 + .5*sin(var(--hj-a5)))), rgba(249, 233, 247, 0.6), transparent 50%)
    #f7eef4 !important;
  animation:
    hj-a0 6.5s -5.265s reverse infinite linear,
    hj-a1 6.5s -5.72s infinite linear,
    hj-a2 4.5s -2.34s reverse infinite linear,
    hj-a3 3.5s -0.63s infinite linear,
    hj-a4 5.5s -1.925s reverse infinite linear,
    hj-a5 2.5s -0.925s infinite linear !important;
  padding: 130px 0 110px !important;
  text-align: center;
  isolation: isolate;
}


.breadcrumb-wrapper > .container {
  position: relative;
  z-index: 2;
}

/* Abstract color shapes become the banner background after entering. */
.hj-banner-shape-layer {
  position: absolute;
  z-index: 1;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  /* animation managed by GSAP */
}

.hj-banner-shape {
  position: absolute;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.38);
  box-shadow: 0 24px 48px rgba(40, 26, 82, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.22);
  opacity: var(--hj-shape-opacity, 0.6);
  transform-origin: center;
  /* animation managed by GSAP */
  will-change: transform, translate;
}

.hj-banner-shape::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0) 48%);
}

.hj-banner-shape--coral {
  top: -16px;
  left: 21%;
  width: 150px;
  height: 124px;
  --hj-shape-opacity: 0.72;
  border-radius: 38% 62% 54% 46% / 45% 43% 57% 55%;
  transform: rotate(-24deg);
  background: #f47763;
}

.hj-banner-shape--orange {
  top: -4px;
  right: 20%;
  width: 148px;
  height: 148px;
  --hj-shape-opacity: 0.66;
  border-radius: 50%;
  background: #f6a35f;
  /* delay managed by GSAP */
}

.hj-banner-shape--violet {
  right: 53%;
  bottom: -240px;
  width: 500px;
  height: 420px;
  --hj-shape-opacity: 0.68;
  border-radius: 52% 48% 46% 54% / 56% 52% 48% 44%;
  background: #7038d5;
  /* delay managed by GSAP */
}

.hj-banner-shape--purple {
  left: 29%;
  bottom: -270px;
  width: 560px;
  height: 450px;
  --hj-shape-opacity: 0.56;
  border-radius: 48% 52% 54% 46% / 44% 54% 46% 56%;
  background: #a23ac4;
  /* delay managed by GSAP */
}

.hj-banner-shape--pink {
  right: 11%;
  bottom: -245px;
  width: 480px;
  height: 390px;
  --hj-shape-opacity: 0.6;
  border-radius: 53% 47% 42% 58% / 49% 43% 57% 51%;
  background: #d75a9f;
  /* delay managed by GSAP */
}

.hj-banner-shape--indigo {
  right: 28%;
  bottom: -230px;
  width: 390px;
  height: 330px;
  --hj-shape-opacity: 0.62;
  border-radius: 52% 48% 48% 52% / 45% 52% 48% 55%;
  background: #3e1b69;
  /* delay managed by GSAP */
}

@keyframes hj-banner-shape-float {
  0% { translate: -9px 8px; }
  50% { translate: 11px -10px; }
  100% { translate: -6px 11px; }
}

@keyframes hj-banner-shape-reveal {
  from { clip-path: inset(100% 0 0 0); }
  to { clip-path: inset(0 0 0 0); }
}

@media (prefers-reduced-motion: reduce) {
  .hj-banner-shape-layer,
  .hj-banner-shape {
    animation: none !important;
  }
}

.breadcrumb-wrapper .page-heading {
  position: relative;
  z-index: 3;
}

.breadcrumb-wrapper .page-heading .breadcrumb-items {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: #ffffff !important;
  padding: 10px 32px !important;
  border-radius: 30px !important;
  margin-top: 35px !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}

.breadcrumb-wrapper .page-heading .breadcrumb-items li {
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  background: var(--color-gradient-1, linear-gradient(90deg, #ff4e8d, #6c3ce9));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.breadcrumb-wrapper .page-heading .breadcrumb-items li a {
  color: var(--theme, #7033ff) !important;
  -webkit-text-fill-color: initial !important;
}

.breadcrumb-wrapper .page-heading .breadcrumb-items li i {
  color: var(--theme, #7033ff) !important;
  -webkit-text-fill-color: initial !important;
}

.breadcrumb-wrapper .page-heading h1 {
  background: linear-gradient(90deg, #ff4e8d 0%, #a83ce9 50%, #7000fe 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  max-width: 980px;
  margin-inline: auto;
  overflow-wrap: anywhere;
}

.hj-page-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(4, 44, 82, 0.84), rgba(5, 91, 148, 0.58) 55%, rgba(2, 27, 52, 0.72));
}

.hj-page-hero::after {
  position: absolute;
  right: -60px;
  bottom: -120px;
  width: 440px;
  height: 440px;
  border: 72px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  content: "";
}

.hj-page-hero .container {
  position: relative;
  z-index: 2;
}

.hj-page-hero h1 {
  max-width: 960px;
  margin: 0;
  color: var(--hj-white);
  font-size: 72px;
  line-height: 1.08;
  overflow-wrap: anywhere;
}

.hj-motion-card,
.hj-motion-heading,
.hj-motion-image,
.hj-motion-fade {
  will-change: transform, opacity;
}

.hj-motion-fade {
  will-change: opacity;
}

.hj-page-hero p {
  max-width: 720px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
  line-height: 1.7;
}

.hj-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.hj-breadcrumb li {
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
}

.hj-breadcrumb li:not(:last-child)::after {
  margin-left: 10px;
  color: #65d7f4;
  content: "/";
}

.hj-breadcrumb a {
  color: var(--hj-white);
}

.hj-section {
  position: relative;
  padding: 104px 0;
}

.hj-section--soft {
  background: var(--hj-soft);
}

.hj-section--dark {
  color: rgba(255, 255, 255, 0.78);
  background: #111b27;
}

.hj-section--dark h2,
.hj-section--dark h3,
.hj-section--dark a {
  color: var(--hj-white);
}

.hj-section--tight {
  padding: 76px 0;
}

.hj-section-heading {
  max-width: 780px;
  margin: 0 auto 52px;
  text-align: center;
}

.hj-section-heading--left {
  max-width: 760px;
  margin-right: 0;
  margin-left: 0;
  text-align: left;
}

.hj-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 16px;
  color: var(--hj-primary);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
}

.hj-eyebrow::before {
  width: 28px;
  height: 3px;
  background: linear-gradient(90deg, #ff4e8d, #3e8dff);
  content: "";
}

.hj-section-heading h2,
.hj-copy h2 {
  color: var(--hj-ink);
  font-size: 48px;
  line-height: 1.15;
}

.hj-section-heading p,
.hj-copy > p {
  margin-top: 18px;
  font-size: 17px;
  line-height: 1.75;
}

.hj-grid {
  display: grid;
  gap: 28px;
}

.hj-grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hj-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hj-grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hj-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 72px;
  align-items: center;
}

.hj-split--wide-media {
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
}

.hj-media {
  min-width: 0;
  overflow: hidden;
  background: #e8eef4;
}

.hj-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hj-media--square {
  aspect-ratio: 1 / 1;
}

.hj-media--landscape {
  aspect-ratio: 4 / 3;
}

.hj-media--contain img {
  padding: 24px;
  object-fit: contain;
  background: var(--hj-white);
}

.hj-feature-list {
  display: grid;
  gap: 14px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.hj-feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: var(--hj-ink);
  font-weight: 600;
  line-height: 1.6;
}

.hj-feature-list i {
  margin-top: 5px;
  color: var(--hj-primary);
}

.hj-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.hj-text-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 9px;
  color: var(--hj-primary);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.hj-text-link:hover {
  color: var(--hj-primary-dark);
}

.hj-category-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: -14px 0 44px;
}

.hj-category-nav a {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  padding: 10px 18px;
  border: 1px solid var(--hj-border);
  border-radius: 4px;
  color: var(--hj-ink);
  background: var(--hj-white);
  font-size: 14px;
  font-weight: 700;
}

.hj-category-nav a:hover,
.hj-category-nav a.active {
  border-color: var(--hj-primary);
  color: var(--hj-white);
  background: var(--hj-primary);
}

.hj-card {
  min-width: 0;
  border: 1px solid var(--hj-border);
  border-radius: 4px;
  background: var(--hj-white);
  overflow: hidden;
  transition: transform 250ms ease, border-color 250ms ease, box-shadow 250ms ease;
}

.hj-card:hover {
  border-color: #b7c5d3;
  box-shadow: 0 18px 44px rgba(18, 26, 36, 0.1);
  transform: translateY(-4px);
}

.hj-card__media {
  display: grid;
  aspect-ratio: 1 / 1;
  place-items: center;
  overflow: hidden;
  background: #f6f8fa;
}

.hj-card__media img {
  width: 88%;
  height: 88%;
  object-fit: contain;
  transition: transform 350ms ease;
}

.hj-card:hover .hj-card__media img {
  transform: scale(1.035);
}

.hj-card__body {
  padding: 26px 26px 30px;
}

.hj-card__label {
  margin-bottom: 9px;
  color: var(--hj-primary);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.hj-card h2,
.hj-card h3 {
  margin-bottom: 12px;
  color: var(--hj-ink);
  font-size: 22px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.hj-card h2 a,
.hj-card h3 a {
  color: var(--hj-ink);
}

.hj-card p {
  margin-bottom: 17px;
  font-size: 15px;
  line-height: 1.7;
}

.hj-gallery-card .hj-card__media {
  aspect-ratio: 4 / 3;
}

.hj-gallery-card .hj-card__media img,
.hj-blog-card .hj-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hj-document-card .hj-card__media {
  aspect-ratio: 4 / 5;
}

.hj-document-card .hj-card__media img {
  width: 92%;
  height: 92%;
}

.hj-blog-card .hj-card__media {
  aspect-ratio: 16 / 10;
}

.hj-blog-placeholder {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  color: var(--hj-primary);
  font-size: 38px;
  font-weight: 800;
}

.hj-sidebar-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.3fr) minmax(0, 0.7fr);
  gap: 52px;
  align-items: start;
}

.hj-sidebar {
  position: sticky;
  top: 118px;
  display: grid;
  gap: 22px;
}

.hj-sidebar-panel {
  padding: 28px;
  border: 1px solid var(--hj-border);
  background: var(--hj-soft);
}

.hj-sidebar-panel h2,
.hj-sidebar-panel h3 {
  margin-bottom: 20px;
  color: var(--hj-ink);
  font-size: 22px;
  line-height: 1.35;
}

.hj-sidebar-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hj-sidebar-list a {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid var(--hj-border);
  color: var(--hj-ink);
  font-weight: 600;
}

.hj-sidebar-list a:hover,
.hj-sidebar-list a.current {
  color: var(--hj-primary);
}

.hj-product-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 44px;
}

.hj-product-gallery figure {
  display: grid;
  aspect-ratio: 1 / 1;
  place-items: center;
  margin: 0;
  overflow: hidden;
  background: var(--hj-soft);
}

.hj-product-gallery figure:first-child {
  grid-column: 1 / -1;
}

.hj-product-gallery img {
  width: 90%;
  height: 90%;
  object-fit: contain;
}

.hj-rich-content {
  color: var(--hj-body);
  font-size: 17px;
  line-height: 1.8;
}

.hj-rich-content h2,
.hj-rich-content h3,
.hj-rich-content h4 {
  margin: 34px 0 16px;
  color: var(--hj-ink);
  line-height: 1.3;
}

.hj-rich-content img,
.hj-rich-content video,
.hj-rich-content iframe {
  max-width: 100%;
  height: auto;
}

.hj-rich-content table {
  display: block;
  max-width: 100%;
  overflow-x: auto;
}

.hj-contact-grid,
.hj-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.hj-contact-list {
  display: grid;
  gap: 0;
  margin-top: 30px;
  border-top: 1px solid var(--hj-border);
}

.hj-contact-item {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 16px;
  padding: 20px 0;
  border-bottom: 1px solid var(--hj-border);
}

.hj-contact-item__icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 4px;
  color: var(--hj-white);
  background: var(--hj-primary);
}

.hj-contact-item span {
  display: block;
  margin-bottom: 3px;
  color: #738191;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.hj-contact-item a,
.hj-contact-item strong {
  color: var(--hj-ink);
  font-weight: 700;
  overflow-wrap: anywhere;
}

.hj-form-panel {
  padding: 38px;
  border-top: 4px solid var(--hj-primary);
  background: var(--hj-soft);
}

.hj-form-panel h2 {
  margin-bottom: 10px;
  color: var(--hj-ink);
  font-size: 32px;
}

.hj-form-panel > p {
  margin-bottom: 26px;
}

.hj-field--full {
  grid-column: 1 / -1;
}

.hj-field label {
  display: block;
  margin-bottom: 7px;
  color: var(--hj-ink);
  font-size: 13px;
  font-weight: 700;
}

.hj-field input,
.hj-field textarea {
  width: 100%;
  min-height: 52px;
  padding: 12px 14px;
  border: 1px solid #bdc9d4;
  border-radius: 0;
  color: var(--hj-ink);
  background: var(--hj-white);
}

.hj-field textarea {
  min-height: 136px;
  resize: vertical;
}

.hj-field--verification {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
}

.hj-field--verification label {
  grid-column: 1 / -1;
}

.hj-field--verification img {
  width: auto;
  height: 52px;
}

.hj-form-actions {
  display: flex;
  grid-column: 1 / -1;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 6px;
}

.hj-form-actions button {
  border: 0;
}

.hj-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.14);
}

.hj-stat {
  padding: 40px 32px;
  text-align: center;
  background: #111b27;
}

.hj-stat strong {
  display: block;
  margin-bottom: 7px;
  color: var(--hj-white);
  font-size: 44px;
  line-height: 1;
}

.hj-quote-band {
  position: relative;
  padding: 76px 0;
  overflow: hidden;
  color: var(--hj-white);
  background: linear-gradient(100deg, #0b5ca2, #06a7cd);
}

.hj-quote-band__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.hj-quote-band h2 {
  max-width: 760px;
  color: var(--hj-white);
  font-size: 44px;
  line-height: 1.18;
}

.hj-quote-band .theme-btn {
  flex: 0 0 auto;
  color: var(--hj-ink);
  background: var(--hj-white);
}

.hj-empty-state {
  grid-column: 1 / -1;
  width: 100%;
  padding: 42px 24px;
  border: 1px dashed #b9c6d2;
  color: var(--hj-body);
  background: var(--hj-white);
  text-align: center;
}

.hj-media-placeholder {
  display: grid;
  width: 100%;
  min-height: 220px;
  aspect-ratio: 4 / 3;
  place-items: center;
  color: var(--hj-primary);
  background: linear-gradient(135deg, #e8f1f6, #f6f9fb);
  font-size: 42px;
  font-weight: 700;
  letter-spacing: .04em;
}

.hj-media-placeholder i {
  font-size: 36px;
}

.hj-faq-visual {
  display: flex;
  align-items: center;
  gap: 18px;
  max-width: 360px;
  margin-top: 34px;
  padding: 24px;
  color: var(--hj-ink);
  background: #eaf4f7;
  font-weight: 700;
}

.hj-faq-visual i {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  color: var(--hj-white);
  background: var(--hj-primary);
  font-size: 24px;
}

.hj-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  margin: 44px auto 0;
  padding: 0;
}

.hj-pagination span {
  display: flex;
  margin: 0;
}

.hj-pagination .pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0;
  padding: 0;
}

.hj-pagination a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  padding: 0 8px;
  border: 1px solid var(--hj-border);
  border-radius: 50%;
  color: var(--hj-ink);
  background: var(--hj-white);
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.hj-pagination .active > a,
.hj-pagination a[href]:hover {
  border-color: var(--hj-primary);
  color: var(--hj-white);
  background: var(--hj-primary);
}

.hj-pagination a:not([href]) {
  color: #8a96a3;
  background: var(--hj-soft);
  cursor: default;
  pointer-events: none;
}

.hj-pagination .active > a:not([href]) {
  border-color: var(--hj-primary);
  color: var(--hj-white);
  background: var(--hj-primary);
}

.hj-pagination a i {
  margin: 0;
  line-height: 1;
}

@media (max-width: 575px) {
  .hj-pagination,
  .hj-pagination .pagination {
    gap: 6px;
  }

  .hj-pagination a {
    width: 44px;
    min-width: 44px;
    height: 44px;
    padding: 0 6px;
    font-size: 14px;
  }
}

/* CMS data adaptations for the original Printnow page structures. */
.printnow-original-page .section-title > p {
  max-width: 760px;
  margin: 18px auto 0;
}

.hj-products-page .shop-section .row > [class*="col-"],
.hj-product-detail-page .product-slider .swiper-slide {
  display: flex;
}

.hj-product-detail-page .product-slider {
  overflow: hidden;
}

.hj-product-detail-page .products-box-items .product-top {
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 4px 10px;
}

.hj-product-detail-page .products-box-items .product-top li {
  min-width: 0;
  font-size: 16px;
  line-height: 1.35;
}

.hj-product-detail-page .products-box-items .product-top li:first-child {
  flex: 1 1 150px;
}

.hj-product-detail-page .products-box-items .product-top li:nth-child(2) {
  flex: 0 1 auto;
}

.hj-products-page .shop-items,
.hj-product-detail-page .products-box-items {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
}

.hj-products-page .shop-image,
.hj-product-detail-page .products-box-items .product-thumb {
  display: grid;
  width: 100%;
  aspect-ratio: 4 / 3;
  padding: 24px;
  place-items: center;
  overflow: hidden;
  background: #eef5fa;
}

.hj-products-page .shop-image > a,
.hj-product-detail-page .products-box-items .product-thumb > a {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
}

.hj-products-page .shop-image img,
.hj-product-detail-page .products-box-items .product-thumb img {
  display: block;
  max-width: 100% !important;
  max-height: 100% !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  transition: transform 350ms ease;
}

.hj-products-page .row > div:nth-child(4n + 2) .shop-image,
.hj-product-detail-page .product-slider .swiper-slide:nth-child(4n + 2) .product-thumb {
  background: #f8eef4;
}

.hj-products-page .row > div:nth-child(4n + 3) .shop-image,
.hj-product-detail-page .product-slider .swiper-slide:nth-child(4n + 3) .product-thumb {
  background: #eef8f4;
}

.hj-products-page .row > div:nth-child(4n) .shop-image,
.hj-product-detail-page .product-slider .swiper-slide:nth-child(4n) .product-thumb {
  background: #f4f2fb;
}

.hj-products-page .shop-items:hover .shop-image img,
.hj-product-detail-page .products-box-items:hover .product-thumb img {
  transform: scale(1.035);
}

.hj-products-page .shop-content {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.hj-products-page .shop-content h5 {
  min-height: 54px;
}

.hj-products-page .shop-content p {
  display: -webkit-box;
  min-height: 75px;
  margin-top: 12px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.hj-products-page .shop-content .link-btn {
  margin-top: 22px;
  color: var(--hj-primary);
  font-weight: 700;
}

.hj-product-detail-page .products-box-items .product-content {
  margin-top: auto;
}

.hj-product-detail-page .details-info {
  line-height: 1.55;
}

.printnow-original-page .project-box-items-3 .thumb {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #e9f0f5;
}

.printnow-original-page .project-box-items-3 .thumb > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.printnow-document-grid .project-box-items-3 .thumb {
  padding: 24px;
  background: #f1f5f8;
}

.printnow-document-grid .project-box-items-3 .thumb > img {
  object-fit: contain;
}

.printnow-rich-content img,
.printnow-rich-content video,
.printnow-rich-content iframe {
  max-width: 100%;
  height: auto;
}

.printnow-rich-content p,
.printnow-rich-content ul,
.printnow-rich-content ol {
  margin-bottom: 20px;
}

/* Imported product copy sometimes arrives wrapped in h2 tags. Keep that
   malformed source readable without changing real page and section headings. */
.hj-product-detail-page .printnow-rich-content {
  max-width: 100%;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  -webkit-overflow-scrolling: touch;
  color: var(--text);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.7;
  scrollbar-color: var(--hj-primary) var(--hj-soft);
  scrollbar-width: thin;
}

.hj-product-detail-page .printnow-rich-content h2 {
  margin: 0 0 20px;
  color: inherit;
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  letter-spacing: normal !important;
  text-transform: none;
}

.hj-product-detail-page .printnow-rich-content h2 font,
.hj-product-detail-page .printnow-rich-content h2 span {
  color: inherit;
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  letter-spacing: normal !important;
}

/* Product descriptions imported from the legacy catalogue contain plain
   tables without classes or inline presentation. Keep the rules scoped to
   product copy so editor tables do not affect site chrome or shop widgets. */
.hj-product-detail-page .printnow-rich-content table {
  width: 100%;
  margin: 28px 0;
  border: 1px solid var(--hj-border);
  border-collapse: collapse;
  background: var(--hj-white);
  color: var(--hj-body);
  font-size: 16px;
  line-height: 1.55;
}

.hj-product-detail-page .printnow-rich-content .hj-product-attributes-title {
  margin: 32px 0 16px;
  color: var(--hj-ink);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}

.hj-product-detail-page .printnow-rich-content table.hj-product-attributes {
  margin-top: 0;
  table-layout: fixed;
}

.hj-product-detail-page .printnow-rich-content .hj-product-attributes th[scope="row"] {
  width: 40%;
}

.hj-product-detail-page .printnow-rich-content th,
.hj-product-detail-page .printnow-rich-content td {
  padding: 14px 16px;
  border: 1px solid var(--hj-border);
  background: var(--hj-white);
  color: inherit;
  text-align: left;
  vertical-align: top;
  overflow-wrap: anywhere;
}

.hj-product-detail-page .printnow-rich-content thead th {
  border-color: var(--hj-primary-dark);
  background: var(--hj-primary-dark);
  color: var(--hj-white);
  font-weight: 700;
}

.hj-product-detail-page .printnow-rich-content tbody tr > td:first-child:not(:last-child),
.hj-product-detail-page .printnow-rich-content tbody tr > th:first-child:not(:last-child),
.hj-product-detail-page .printnow-rich-content td[rowspan] + td:not(:last-child) {
  background: var(--hj-soft);
  color: var(--hj-ink);
  font-weight: 700;
}

.hj-product-detail-page .printnow-rich-content td[rowspan],
.hj-product-detail-page .printnow-rich-content th[rowspan] {
  vertical-align: middle;
}

.hj-product-detail-page .printnow-rich-content th > :last-child,
.hj-product-detail-page .printnow-rich-content td > :last-child {
  margin-bottom: 0;
}

.hj-product-detail-page .printnow-rich-content caption {
  padding: 10px 0 0;
  color: var(--hj-body);
  font-size: 14px;
  text-align: left;
}

@media (max-width: 767px) {
  .hj-product-detail-page .printnow-rich-content .hj-product-attributes-title {
    margin-top: 28px;
    font-size: 21px;
  }

  .hj-product-detail-page .printnow-rich-content table {
    min-width: 680px;
    margin: 24px 0;
    font-size: 15px;
  }

  .hj-product-detail-page .printnow-rich-content th,
  .hj-product-detail-page .printnow-rich-content td {
    padding: 12px 14px;
  }
}

.printnow-project-gallery {
  display: block;
}

.printnow-project-gallery .thumb {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #edf3f7;
}

.printnow-project-gallery .thumb img,
.relative-project-items .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.printnow-verification {
  display: flex;
  align-items: center;
  gap: 14px;
}

.printnow-verification img {
  width: auto;
  max-width: 160px;
  height: 48px;
}

.single-contact-card .bottom-part .info,
.single-contact-card .bottom-part .info a {
  overflow-wrap: anywhere;
}

@media (max-width: 1199px) {
  .header-logo img,
  .header-logo-2 img {
    width: 150px;
    max-height: 58px;
  }

  .hj-grid--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hj-split,
  .hj-sidebar-layout {
    gap: 42px;
  }

  .header-main .main-menu ul li .submenu.hj-product-mega {
    left: 50%;
    width: min(700px, 70vw);
    min-width: 0;
    max-width: calc(100vw - 24px);
  }
}

@media (max-width: 991px) {
  .header-top-section {
    display: none;
  }

  .header-1.style-3 {
    background: #0b9ee5;
  }

  .hj-page-hero {
    min-height: 410px;
    padding: 164px 0 84px;
  }

  .hj-page-hero h1 {
    font-size: 54px;
  }

  .hj-grid--3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hj-split,
  .hj-sidebar-layout,
  .hj-contact-grid {
    grid-template-columns: 1fr;
  }

  .hj-sidebar {
    position: static;
  }

  .hj-quote-band__inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .mean-container .hj-product-mega {
    width: 100% !important;
    min-width: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    max-width: none !important;
    transform: none !important;
  }

  .mean-container .hj-product-mega__inner {
    padding: 0 !important;
  }

  .mean-container .hj-product-mega__layout {
    display: block !important;
  }

  .mean-container .hj-product-mega__label,
  .mean-container .hj-product-mega__featured {
    display: none !important;
  }

  .mean-container .hj-product-mega__links > a {
    padding: 10px 5% !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
  }

  .hj-about-stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .breadcrumb-wrapper {
    padding: 150px 0 70px;
  }

  .hj-banner-shape--coral {
    left: 8%;
    width: 112px;
    height: 94px;
  }

  .hj-banner-shape--orange {
    right: 7%;
    width: 108px;
    height: 108px;
  }

  .hj-banner-shape--violet {
    right: 46%;
    bottom: -180px;
    width: 300px;
    height: 250px;
  }

  .hj-banner-shape--purple {
    left: 14%;
    bottom: -195px;
    width: 340px;
    height: 270px;
  }

  .hj-banner-shape--pink {
    right: -12%;
    bottom: -180px;
    width: 300px;
    height: 245px;
  }

  .hj-banner-shape--indigo {
    right: 18%;
    bottom: -170px;
    width: 240px;
    height: 205px;
  }

  .breadcrumb-wrapper .page-heading h1 {
    font-size: 40px;
  }
  .hj-page-hero {
    min-height: 350px;
    padding: 146px 0 70px;
  }

  .hj-page-hero h1 {
    font-size: 40px;
  }

  .hj-page-hero::after {
    right: -180px;
  }

  .hj-section {
    padding: 76px 0;
  }

  .hj-section--tight {
    padding: 60px 0;
  }

  .hj-section-heading {
    margin-bottom: 38px;
  }

  .hj-section-heading h2,
  .hj-copy h2,
  .hj-quote-band h2 {
    font-size: 34px;
  }

  .hj-grid--2,
  .hj-grid--3,
  .hj-grid--4 {
    grid-template-columns: 1fr;
  }

  .hj-category-nav {
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin-right: -15px;
    margin-left: -15px;
    padding: 0 15px 8px;
    overflow-x: auto;
  }

  .hj-category-nav a {
    flex: 0 0 auto;
  }

  .hj-product-gallery {
    grid-template-columns: 1fr;
  }

  .hj-product-gallery figure:first-child {
    grid-column: 1;
  }

  .hj-form-panel {
    padding: 30px 22px;
  }

  .hj-form-grid {
    grid-template-columns: 1fr;
  }

  .hj-field--full,
  .hj-form-actions {
    grid-column: 1;
  }

  .hj-form-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hj-stat-grid {
    grid-template-columns: 1fr;
  }

  .hj-quote-band {
    padding: 60px 0;
  }

  .scroll-up {
    right: 18px;
    bottom: 104px;
  }
}

@media (max-width: 575px) {
  .hj-page-hero h1 {
    font-size: 34px;
  }

  .hj-page-hero p {
    font-size: 16px;
  }

  .hj-card__body {
    padding: 23px 22px 26px;
  }

  .hj-about-stat-grid {
    grid-template-columns: 1fr;
  }

  .hj-about-page .hj-about-gallery .col-6:nth-child(even) {
    transform: translateY(14px);
  }
}
.hj-home-page .hj-product-showcase .shop-image img {
  max-width: 100% !important;
  max-height: 100% !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain;
}
.shop-items .shop-image {
  padding: 24px;
}
.shop-items .shop-image img {
  max-width: 100% !important;
  max-height: 100% !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain;
}
.shop-image {
  aspect-ratio: 4 / 3;
}
.project-image {
  aspect-ratio: 4 / 3;
  overflow: hidden;
}
.project-image a, .project-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.project-image img {
  object-fit: cover;
}
.shop-image {
  background: #eef5fa;
}
.row > div:nth-child(4n + 2) .shop-image {
  background: #f8eef4;
}
.row > div:nth-child(4n + 3) .shop-image {
  background: #eef8f4;
}
.row > div:nth-child(4n) .shop-image {
  background: #f4f2fb;
}
.hj-product-showcase .shop-image {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 35px !important;
    aspect-ratio: 1 / 1 !important;
}
.hj-product-showcase .shop-image a {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    height: 100% !important;
}
.hj-product-showcase .shop-image img {
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
}
.hj-product-showcase .row > div:nth-child(4n + 2) .shop-image {
    background: #f8eef4 !important;
}
.hj-product-showcase .row > div:nth-child(4n + 3) .shop-image {
    background: #eef8f4 !important;
}
.hj-product-showcase .row > div:nth-child(4n) .shop-image {
    background: #f4f2fb !important;
}
.hj-product-showcase .shop-image {
    background: #eef5fa !important;
}
.hj-product-showcase .row > div:nth-child(4n + 2) .shop-image,
.hj-home-page .hj-product-showcase .row > div:nth-child(4n + 2) .shop-image {
    background: #f8eef4 !important;
}
.hj-product-showcase .row > div:nth-child(4n + 3) .shop-image,
.hj-home-page .hj-product-showcase .row > div:nth-child(4n + 3) .shop-image {
    background: #eef8f4 !important;
}
.hj-product-showcase .row > div:nth-child(4n) .shop-image,
.hj-home-page .hj-product-showcase .row > div:nth-child(4n) .shop-image {
    background: #f4f2fb !important;
}
.hj-product-showcase .row > div:nth-child(4n + 1) .shop-image,
.hj-home-page .hj-product-showcase .row > div:nth-child(4n + 1) .shop-image {
    background: #eef5fa !important;
}
.hj-product-showcase .row > div:nth-child(4n + 2) article .shop-image,
.hj-home-page .hj-product-showcase .row > div:nth-child(4n + 2) article .shop-image {
    background: #f8eef4 !important;
}
.hj-product-showcase .row > div:nth-child(4n + 3) article .shop-image,
.hj-home-page .hj-product-showcase .row > div:nth-child(4n + 3) article .shop-image {
    background: #eef8f4 !important;
}
.hj-product-showcase .row > div:nth-child(4n) article .shop-image,
.hj-home-page .hj-product-showcase .row > div:nth-child(4n) article .shop-image {
    background: #f4f2fb !important;
}
.hj-product-showcase .row > div:nth-child(4n + 1) article .shop-image,
.hj-home-page .hj-product-showcase .row > div:nth-child(4n + 1) article .shop-image {
    background: #eef5fa !important;
}
.hj-product-showcase .row > [class*="col-"] {
    margin-bottom: 30px !important;
}
.hj-product-showcase .row {
    --bs-gutter-y: 2rem !important;
}
/* Keep the replacement pouch artwork within the original banner canvas. */
.hj-home-page .shop-banner-items .product-right-img > img,
.hj-home-page .shop-banner-items .product-right-img-2 > img {
  display: block;
  width: 100%;
  height: 363px;
  object-fit: contain;
  transition: transform 0.4s ease-in-out;
}

.hj-home-page .shop-banner-items:hover .product-right-img,
.hj-home-page .shop-banner-items:hover .product-right-img-2 {
  transform: none;
}

.hj-home-page .shop-banner-items:hover .product-right-img > img {
  transform: translateX(15px);
}

.hj-home-page .shop-banner-items:hover .product-right-img-2 > img {
  transform: translateX(-15px);
}

/* Keep the aerial photo's native ratio and leave the marked left boundary. */
.about-section .about-wrapper-3 > .row {
  align-items: flex-start !important;
}
.about-section .about-wrapper-3 .about-image-3 {
  margin-left: 0 !important;
  margin-bottom: 0 !important;
  height: auto !important;
  overflow: visible !important;
  display: block !important;
}
.about-section .about-image-3 img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  object-fit: initial !important;
  object-position: initial !important;
  transform-origin: center center !important;
}
.about-section .about-wrapper-3 .about-image-column > .about-author {
  display: flex !important;
  align-items: center !important;
  gap: 60px;
  margin-top: 32px;
}
.about-section .about-wrapper-3 .about-image-column > .about-author .author-image {
  display: flex;
  align-items: center;
  gap: 15px;
}
.about-section .about-wrapper-3 .about-image-column > .about-author .author-image .content span {
  display: block;
  color: var(--text);
  font-size: 16px;
  line-height: 1.3;
}
.about-section .about-wrapper-3 .about-image-column > .about-author .author-image .content h4 {
  margin: 4px 0 0;
  color: var(--header);
  font-size: 24px;
  line-height: 1.2;
}
.about-section .about-wrapper-3 .about-image-column > .about-author .author-image .content h4 a {
  color: inherit;
}
@media (max-width: 1199px) {
  .about-section .about-wrapper-3 .about-image-3 {
    margin-left: 0 !important;
    margin-bottom: 0 !important;
  }

  .about-section .about-wrapper-3 .about-image-column > .about-author {
    gap: 20px;
    flex-wrap: wrap;
  }
}
/* 还原原版 shop.html 卡片样式并优雅适配 B2B 展示 */
.hj-products-page .shop-items.style-2 {
  margin-top: 0 !important;
  text-align: center !important;
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
}

 .hj-products-page .shop-items.style-2 .shop-image > a {
  display: flex !important;
  width: 100% !important;
  height: 100% !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
}

.hj-products-page .shop-items.style-2 .shop-image {
  position: relative !important;
  width: 100% !important;
  aspect-ratio: 1 / 1 !important;
  background-color: #f7f7f9 !important; padding: 20px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 8px !important;
  overflow: hidden !important;
}

.hj-products-page .shop-items.style-2 .shop-image img {
  max-width: 100% !important;
  max-height: 100% !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  transition: transform 0.4s ease-in-out !important;
}

.hj-products-page .shop-items.style-2:hover .shop-image img {
  transform: scale(1.06) !important;
}

.hj-products-page .shop-items.style-2 .shop-content {
  margin-top: 18px !important;
  padding: 0 10px !important;
  text-align: center !important;
  display: flex !important;
  flex-direction: column !important;
  flex: 1 !important;
}

.hj-products-page .shop-items.style-2 .shop-content h5 {
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  margin-bottom: 8px !important;
}

.hj-products-page .shop-items.style-2 .shop-content h5 a {
  color: #1b1b1b !important;
  transition: color 0.3s ease !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  word-break: break-word !important;
}

.hj-products-page .shop-items.style-2 .shop-content h5 a:hover {
  color: #7807FB !important;
}

.hj-products-page .shop-items.style-2 .shop-content p {
  font-size: 14px !important;
  color: #666666 !important;
  line-height: 1.5 !important;
  margin-bottom: 14px !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  min-height: 42px !important;
}

.hj-products-page .shop-items.style-2 .shop-content .link-btn {
  margin-top: auto !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  color: #7807FB !important;
  transition: gap 0.3s ease !important;
}

.hj-products-page .shop-items.style-2 .shop-content .link-btn:hover {
  gap: 12px !important;
}


/* Swiper fades the whole slide; inner elements must not run a second transition. */
.hero-section-3 .swiper-slide .hero-content,
.hero-section-3 .swiper-slide .hero-button,
.hero-section-3 .swiper-slide .hero-image {
  transition: none !important;
}

/* Keep a gentle motion running while a slide is on screen, so the hero never feels frozen. */
.hj-home-page .hero-section-3 .hero-bg {
  animation: none;
  transform-origin: center center;
  will-change: auto;
}

.hj-home-page .hero-section-3 .hero-product-visual {
  animation: none;
  will-change: auto;
}

@keyframes hj-hero-bg-drift {
  from { transform: scale(1); }
  to { transform: scale(1.055); }
}

@keyframes hj-hero-product-float {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(0, -9px, 0); }
}

@media (prefers-reduced-motion: reduce) {
  .hj-home-page .hero-section-3 .hero-bg,
  .hj-home-page .hero-section-3 .hero-product-visual {
    animation: none !important;
  }
}

/* Homepage hero spacing: keep the banner close to the next section. */
.hj-home-page .hero-3 {
  padding: 190px 0 20px;
}

/* Keep every hero product composition on the same visual stage. */
.hj-home-page .hero-3 .hero-image {
  display: grid;
  height: 560px;
  place-items: center;
}

.hj-home-page .hero-product-visual {
  display: grid;
  width: 100%;
  max-width: 680px;
  height: 100%;
  place-items: center;
}

.hj-home-page .hero-3 .hero-product-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 22px 24px rgba(8, 26, 52, 0.2));
}

.hj-home-page .hero-product-visual--primary img,
.hj-home-page .hero-product-visual--secondary img {
  max-width: 660px;
}

.hj-home-page .hero-product-visual--range {
  width: 112%;
  max-width: 760px;
}

.hj-home-page .hero-product-visual--range img {
  object-position: center bottom;
}

@media (min-width: 1200px) and (min-height: 850px) {
  .hj-home-page .hero-3 {
    padding-bottom: 50px;
  }

  .hj-home-page .hero-3 .hero-image {
    height: 600px;
  }
}

@media (max-width: 1199px) {
  .hj-home-page .hero-3 .hero-image {
    height: 500px;
  }

  .hj-home-page .hero-product-visual--range {
    width: 108%;
  }
}

@media (max-width: 991px) {
  .hj-home-page .hero-3 .hero-image {
    height: 460px;
    margin-top: 18px;
  }

  .hj-home-page .hero-product-visual {
    max-width: 620px;
  }

  .hj-home-page .hero-product-visual--range {
    width: 100%;
    max-width: 680px;
  }
}

@media (max-width: 767px) {
  .hj-home-page .hero-3 .hero-image {
    height: 360px;
    margin-top: 8px;
  }

  .hj-home-page .hero-product-visual {
    width: min(100%, 520px);
  }
}

@media (max-width: 575px) {
  .hj-home-page .hero-3 {
    padding: 132px 0 32px;
  }

  .hj-home-page .hero-3 .hero-image {
    height: 235px;
  }

  .hj-home-page .hero-product-visual--range {
    width: 100%;
    transform: translateX(-12px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hj-home-page .hero-section-3 .swiper-slide.swiper-slide-active .hero-content,
  .hj-home-page .hero-section-3 .swiper-slide.swiper-slide-active .hero-button,
  .hj-home-page .hero-section-3 .swiper-slide.swiper-slide-active .hero-image {
    transition-duration: 1ms !important;
  }
}

.hj-home-page .hero-slider-controls {
  position: absolute;
  top: 50%;
  right: 24px;
  left: 24px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
  transform: translateY(-50%);
}

.hj-home-page .hero-section-3 > .swiper-dot-2 {
  position: absolute;
  bottom: 24px;
  left: 50%;
  z-index: 20;
  width: auto;
  transform: translateX(-50%);
}

.hj-home-page .hero-section-3 > .swiper-dot-2 .dots {
  display: flex;
  align-items: center;
  gap: 8px;
}

.hj-home-page .hero-section-3 > .swiper-dot-2 .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  margin: 0 !important;
}

.hj-home-page .hero-slider-prev,
.hj-home-page .hero-slider-next {
  display: inline-grid;
  width: 48px;
  height: 48px;
  padding: 0;
  color: #ffffff;
  background: rgba(10, 23, 43, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 50%;
  place-items: center;
  pointer-events: auto;
  transition: background-color 200ms ease, border-color 200ms ease;
}

.hj-home-page .hero-slider-prev:hover,
.hj-home-page .hero-slider-next:hover {
  background: #7033ff;
  border-color: #7033ff;
}

.hj-home-page .hero-slider-prev:focus-visible,
.hj-home-page .hero-slider-next:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 3px;
}

.hj-home-page .hero-slider-single .hero-slider-controls,
.hj-home-page .hero-slider-single .swiper-dot-2 {
  display: none;
}

@media (max-width: 767px) {
  .hj-home-page .hero-slider-controls {
    top: auto;
    right: 12px;
    bottom: 18px;
    left: 12px;
    transform: none;
  }

  .hj-home-page .hero-section-3 > .swiper-dot-2 {
    bottom: 32px;
  }

  .hj-home-page .hero-slider-prev,
  .hj-home-page .hero-slider-next {
    width: 44px;
    height: 44px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hj-home-page .hero-slider-prev,
  .hj-home-page .hero-slider-next {
    transition: none;
  }
}

/* 保证非首页内页 Header 区域与原版 shop.html 保持一致：白底、高 95px 上下居中 */
body:not(.hj-home-page) .header-1 {
  background-color: #ffffff !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04) !important;
}

body:not(.hj-home-page) .header-1 .header-main {
  min-height: 95px !important;
  display: flex !important;
  align-items: center !important;
}

body:not(.hj-home-page) .header-1 .header-main .main-menu ul li a {
  color: var(--header, #0f0a2c) !important;
  font-weight: 700 !important;
}

body:not(.hj-home-page) .header-1 .header-main .main-menu ul li:hover > a {
  color: var(--theme, #7033ff) !important;
}

body:not(.hj-home-page) .header-1 .header-right .sidebar__toggle {
  color: var(--header, #0f0a2c) !important;
}

/* 还原 Printnow 原版 shop.html Header 与 Banner 定位 */
body:not(.hj-home-page) .header-section {
  position: relative !important;
  z-index: 9999 !important;
  background-color: #ffffff !important;
}

body:not(.hj-home-page) .header-1 {
  position: relative !important;
  top: 0 !important;
  background-color: #ffffff !important;
}

body:not(.hj-home-page) .header-1 .header-logo {
  display: block !important;
}

body:not(.hj-home-page) .header-1 .header-logo-2 {
  display: none !important;
}

body:not(.hj-home-page) .header-1 .header-main .main-menu ul li a {
  color: var(--header, #0f0a2c) !important;
  font-weight: 700 !important;
}

body:not(.hj-home-page) .header-1 .header-main .main-menu ul li:hover > a {
  color: var(--theme, #7033ff) !important;
}

body:not(.hj-home-page) .header-1 .header-right .sidebar__toggle {
  color: var(--header, #0f0a2c) !important;
}

body:not(.hj-home-page) .breadcrumb-wrapper {
  margin-top: 0 !important;
  padding: 130px 0 110px !important;
}

/* 移除首页以外内页多余的 Header Top 顶栏，严格与 Printnow 原版 shop.html / about.html 的 Header 保持一致 */
body:not(.hj-home-page) .header-top-section {
  display: none !important;
}

body:not(.hj-home-page) .header-section {
  background-color: #ffffff !important;
}

body:not(.hj-home-page) .header-1 {
  background-color: #ffffff !important;
}

body:not(.hj-home-page) .header-1 .header-main {
  min-height: 90px !important;
  display: flex !important;
  align-items: center !important;
}

/* 产品列表页卡片图片完整展示 (object-fit: contain) */
 .hj-products-page .shop-items.style-2 .shop-image > a {
  display: flex !important;
  width: 100% !important;
  height: 100% !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
}

.hj-products-page .shop-items.style-2 .shop-image {
  background-color: #f7f7f9 !important;
  padding: 12px !important;
  border-radius: 8px !important;
}

.hj-products-page .shop-items.style-2 .shop-image img {
  max-width: 100% !important;
  max-height: 100% !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  border-radius: 6px !important;
}

/* 保证 4 列严格一排（Col-3 适配） */
.hj-products-page .shop-section .row > [class*="col-"] {
  flex: 0 0 auto !important;
  width: 25% !important;
}

@media (max-width: 1199px) {
  .hj-products-page .shop-section .row > [class*="col-"] {
    width: 33.333333% !important;
  }
}

@media (max-width: 767px) {
  .hj-products-page .shop-section .row > [class*="col-"] {
    width: 50% !important;
  }
}

@media (max-width: 575px) {
  .hj-products-page .shop-section .row > [class*="col-"] {
    width: 100% !important;
  }
}

/* Product hierarchy: category landing page and focused category results. */
.hj-products-page .hj-category-overview__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  align-items: end;
  gap: 64px;
  margin-bottom: 42px;
}

.hj-products-page .hj-category-overview__intro {
  max-width: 760px;
}

.hj-products-page .hj-category-overview__intro > p {
  margin: 18px 0 0;
}

.hj-products-page .hj-category-overview__guide {
  padding: 2px 0 2px 22px;
  border-left: 3px solid var(--hj-accent);
}

.hj-products-page .hj-category-overview__guide strong,
.hj-products-page .hj-category-overview__guide span {
  display: block;
}

.hj-products-page .hj-category-overview__guide strong {
  margin-bottom: 7px;
  color: var(--hj-ink);
  font-size: 17px;
  font-weight: 700;
}

.hj-products-page .hj-category-overview__guide span {
  color: var(--hj-body);
  font-size: 14px;
  line-height: 1.65;
}

.hj-products-page .hj-category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.hj-products-page .hj-category-card {
  min-width: 0;
  border: 1px solid var(--hj-border);
  border-radius: 6px;
  overflow: hidden;
  background: var(--hj-white);
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.hj-products-page .hj-category-card:hover {
  border-color: #9fc6e7;
  box-shadow: 0 14px 34px rgba(18, 104, 179, 0.11);
  transform: translateY(-4px);
}

.hj-products-page .hj-category-card > a {
  display: flex;
  height: 100%;
  color: inherit;
  flex-direction: column;
  text-decoration: none;
}

.hj-products-page .hj-category-card__media {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  aspect-ratio: 4 / 3;
  padding: 22px;
  overflow: hidden;
  background: #eef5fa;
}

.hj-products-page .hj-category-card:nth-child(4n + 2) .hj-category-card__media {
  background: #f8f1f5;
}

.hj-products-page .hj-category-card:nth-child(4n + 3) .hj-category-card__media {
  background: #edf7f2;
}

.hj-products-page .hj-category-card:nth-child(4n) .hj-category-card__media {
  background: #f3f1f8;
}

.hj-products-page .hj-category-card__media img {
  display: block;
  max-width: 100% !important;
  max-height: 100% !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  transition: transform 300ms ease;
}

.hj-products-page .hj-category-card:hover .hj-category-card__media img {
  transform: scale(1.035);
}

.hj-products-page .hj-category-card__body {
  display: flex;
  flex: 1;
  min-width: 0;
  padding: 22px;
  flex-direction: column;
}

.hj-products-page .hj-category-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
  color: #647386;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}

.hj-products-page .hj-category-card__meta span:last-child {
  color: var(--hj-primary);
}

.hj-products-page .hj-category-card__title {
  color: var(--hj-ink);
  font-size: 21px;
  line-height: 1.3;
}

.hj-products-page .hj-category-card__description {
  display: -webkit-box;
  min-height: 66px;
  margin-top: 10px;
  overflow: hidden;
  color: var(--hj-body);
  font-size: 14px;
  line-height: 1.58;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.hj-products-page .hj-category-card__link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 20px;
  color: var(--hj-primary);
  font-size: 14px;
  font-weight: 700;
}

.hj-products-page .hj-category-card__link i {
  transition: transform 200ms ease;
}

.hj-products-page .hj-category-card:hover .hj-category-card__link i {
  transform: translateX(4px);
}

.hj-products-page .hj-product-category-heading {
  max-width: 820px;
  margin: 0 auto 48px;
}

.hj-products-page .hj-product-browser {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  align-items: start;
  gap: 40px;
}

.hj-products-page .hj-category-rail {
  position: sticky;
  top: 118px;
  border: 1px solid var(--hj-border);
  border-radius: 6px;
  overflow: hidden;
  background: var(--hj-white);
}

.hj-products-page .hj-category-rail__heading {
  padding: 20px;
  border-bottom: 1px solid var(--hj-border);
  background: #f5f9fc;
}

.hj-products-page .hj-category-rail__heading span,
.hj-products-page .hj-category-rail__heading strong {
  display: block;
}

.hj-products-page .hj-category-rail__heading span {
  margin-bottom: 5px;
  color: var(--hj-primary);
  font-size: 12px;
  font-weight: 800;
}

.hj-products-page .hj-category-rail__heading strong {
  color: var(--hj-ink);
  font-size: 20px;
  line-height: 1.3;
}

.hj-products-page .hj-category-rail nav,
.hj-products-page .hj-category-mobile nav {
  display: grid;
  padding: 8px;
  gap: 2px;
}

.hj-products-page .hj-category-rail nav a,
.hj-products-page .hj-category-mobile nav a {
  display: flex;
  min-height: 48px;
  padding: 10px 12px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-radius: 4px;
  color: var(--hj-ink);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  text-decoration: none;
  transition: color 180ms ease, background-color 180ms ease;
}

.hj-products-page .hj-category-rail nav a:hover,
.hj-products-page .hj-category-rail nav a.active,
.hj-products-page .hj-category-mobile nav a:hover,
.hj-products-page .hj-category-mobile nav a.active {
  color: var(--hj-white);
  background: var(--hj-primary);
}

.hj-products-page .hj-category-rail nav a i,
.hj-products-page .hj-category-mobile nav a i {
  flex: 0 0 auto;
  font-size: 12px;
}

.hj-products-page .hj-category-mobile {
  display: none;
  margin-bottom: 28px;
  border: 1px solid var(--hj-border);
  border-radius: 6px;
  background: var(--hj-white);
}

.hj-products-page .hj-category-mobile summary {
  display: flex;
  min-height: 52px;
  padding: 12px 16px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: var(--hj-ink);
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

.hj-products-page .hj-category-mobile summary::-webkit-details-marker {
  display: none;
}

.hj-products-page .hj-category-mobile summary i {
  transition: transform 200ms ease;
}

.hj-products-page .hj-category-mobile[open] summary i {
  transform: rotate(180deg);
}

.hj-products-page .hj-product-results {
  min-width: 0;
}

.hj-products-page .hj-product-results .row > [class*="col-"] {
  width: 33.333333% !important;
}

.hj-products-page .hj-product-results .shop-content h5 a,
.hj-products-page .hj-product-results .shop-content .link-btn {
  color: var(--hj-primary) !important;
}

@media (max-width: 1199px) {
  .hj-products-page .hj-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hj-products-page .hj-product-browser {
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 28px;
  }

  .hj-products-page .hj-product-results .row > [class*="col-"] {
    width: 50% !important;
  }
}

@media (max-width: 991px) {
  .hj-products-page .hj-category-overview__header {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .hj-products-page .hj-category-overview__guide {
    max-width: 620px;
  }

  .hj-products-page .hj-category-rail {
    display: none;
  }

  .hj-products-page .hj-category-mobile {
    display: block;
  }

  .hj-products-page .hj-product-browser {
    display: block;
  }
}

@media (max-width: 767px) {
  .hj-products-page .hj-category-grid {
    grid-template-columns: 1fr;
  }

  .hj-products-page .hj-category-card > a {
    display: grid;
    grid-template-columns: 38% minmax(0, 1fr);
  }

  .hj-products-page .hj-category-card__media {
    min-height: 100%;
    aspect-ratio: auto;
    padding: 14px;
  }

  .hj-products-page .hj-category-card__body {
    padding: 18px;
  }

  .hj-products-page .hj-category-card__meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 2px;
  }

  .hj-products-page .hj-category-card__description {
    min-height: 44px;
    -webkit-line-clamp: 2;
  }
}

@media (max-width: 575px) {
  .hj-products-page .hj-category-overview__header {
    margin-bottom: 30px;
  }

  .hj-products-page .hj-category-card > a {
    display: flex;
  }

  .hj-products-page .hj-category-card__media {
    aspect-ratio: 4 / 3;
  }

  .hj-products-page .hj-product-results .row > [class*="col-"] {
    width: 100% !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hj-products-page .hj-category-card,
  .hj-products-page .hj-category-card__media img,
  .hj-products-page .hj-category-card__link i,
  .hj-products-page .hj-category-mobile summary i {
    transition: none;
  }

  .hj-products-page .hj-category-card:hover,
  .hj-products-page .hj-category-card:hover .hj-category-card__media img,
  .hj-products-page .hj-category-card:hover .hj-category-card__link i {
    transform: none;
  }
}

/* 导航右侧 WhatsApp 与 Mail 图标样式 */
.header-1 .header-right {
  gap: 8px !important;
  margin-left: auto !important;
}

.header-1 .header-right .search-icon {
  min-width: 36px !important;
  width: 36px !important;
  height: 36px !important;
  min-height: 36px !important;
  font-size: 22px !important;
}

.header-1 .header-right .search-icon i,
.header-1 .header-main .header-right .search-icon i {
  position: relative !important;
  top: 1px !important;
}

.header-1 .header-right .hj-nav-icon-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 36px !important;
  height: 36px !important;
  font-size: 22px !important;
  color: var(--header, #0f0a2c) !important;
  margin-left: 0 !important;
  transition: all 0.3s ease !important;
}

.header-1 .header-right .hj-nav-icon-link:hover,
.header-1 .header-right .search-icon:hover {
  color: var(--theme, #7033ff) !important;
  transform: translateY(-2px);
}

.hj-home-page .header-1:not(.sticky) .header-right .search-icon,
.hj-home-page .header-1:not(.sticky) .header-right .hj-nav-icon-link {
  color: #ffffff !important;
}

.hj-home-page .header-1:not(.sticky) .header-right .search-icon:hover,
.hj-home-page .header-1:not(.sticky) .header-right .hj-nav-icon-link:hover {
  color: var(--theme, #7033ff) !important;
}

/* Shared CTA above the Printnow footer on every public page. */
.printnow-site .hj-global-cta {
  margin-top: 65px;
  background-position: center;
  background-size: cover;
}

.printnow-site .hj-global-cta::before {
  display: none;
}

.printnow-site .hj-global-cta .cta-wrapper-3 {
  margin-top: 0;
}

.printnow-site .hj-global-cta .hj-cta-product-lineup {
  right: 24px;
  width: min(58%, 650px);
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  overflow: visible;
  pointer-events: none;
}

.printnow-site .hj-global-cta .hj-cta-product-lineup img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 94%;
  object-fit: contain;
  object-position: right bottom;
  filter: drop-shadow(0 18px 18px rgba(14, 10, 44, 0.2));
}

@media (max-width: 1199px) and (min-width: 992px) {
  .printnow-site .hj-global-cta {
    margin-top: 85px;
  }

  .printnow-site .hj-global-cta .hj-cta-product-lineup {
    right: 12px;
    width: 56%;
  }

  .printnow-site .hj-global-cta .cta-content {
    position: relative;
    z-index: 1;
    max-width: 48%;
  }
}

@media (max-width: 991px) {
  .printnow-site .hj-global-cta {
    margin-top: 0;
  }
}

/* Home: four-step packaging process, based on the Printnow process layout. */
.hj-home-page .hj-work-process {
  background: #ffffff;
}

.hj-home-page .hj-work-process .section-title {
  max-width: 760px;
  margin: 0 auto 34px;
}

.hj-home-page .hj-work-process .section-title .sub-title {
  margin-bottom: 18px;
}

.hj-home-page .hj-work-process .section-title h2 {
  margin-bottom: 14px;
}

.hj-home-page .hj-work-process-grid {
  align-items: stretch;
  justify-content: center;
}

.hj-home-page .hj-work-process-grid > [class*="col-"] {
  display: flex;
}

.hj-home-page .hj-work-process .work-process-card-items {
  width: 100%;
  margin-top: 22px;
  padding: 0 14px;
}

.hj-home-page .hj-work-process .work-process-card-items .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 112px;
  height: 112px;
  margin: 0 auto;
  line-height: 1;
}

.hj-home-page .hj-work-process .work-process-card-items .icon img {
  display: block;
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.hj-home-page .hj-work-process .work-process-card-items .content {
  max-width: 290px;
  margin: 24px auto 0;
}

.hj-home-page .hj-work-process .work-process-card-items .content h4 {
  min-height: 58px;
  margin-bottom: 8px;
  color: var(--header, #0f0a2c);
  font-size: 21px;
  line-height: 1.35;
}

.hj-home-page .hj-work-process .work-process-card-items .content p {
  color: var(--text, #5d6374);
  font-size: 16px;
  line-height: 1.65;
}

@media (max-width: 991px) {
  .hj-home-page .hj-work-process .work-process-card-items .content h4 {
    min-height: 0;
  }
}

@media (max-width: 767px) {
  .hj-home-page .hj-work-process .section-title {
    margin-bottom: 22px;
  }

  .hj-home-page .hj-work-process .work-process-card-items {
    max-width: 390px;
    margin: 18px auto 0;
  }
}

@media (max-width: 575px) {
  .hj-home-page .hj-work-process .work-process-card-items {
    padding: 0;
  }

  .hj-home-page .hj-work-process .work-process-card-items .content {
    margin-top: 18px;
  }
}


.hj-home-page .service-card-items .service-thumb {
  flex: 0 0 135px;
  width: 135px;
  height: 140px;
}

.hj-home-page .service-card-items .service-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* News images are real img elements so they load reliably and keep useful alt text. */
.hj-blog-page .post-featured-thumb,
.hj-blog-page .popular-posts .single-post-item .thumb {
  display: block;
  overflow: hidden;
}

.hj-blog-page .post-featured-thumb img,
.hj-blog-page .popular-posts .single-post-item .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* 强制重置 header-right 与图标间距 */
.header-1 .header-main .header-right {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 8px !important;
  margin-left: auto !important;
}

.header-1 .header-main .header-right .search-icon,
.header-1 .header-main .header-right .hj-nav-icon-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 36px !important;
  min-width: 36px !important;
  height: 36px !important;
  min-height: 36px !important;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 22px !important;
  line-height: 1 !important;
  color: var(--header, #0f0a2c) !important;
  background: transparent !important;
  border: none !important;
  transition: all 0.3s ease !important;
}


/* Home photography: restrained corporate layouts using real Huajin project assets. */
.hj-home-page .cta-wrapper-2 {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(520px, 1.1fr);
  gap: 64px;
}

.hj-home-page .cta-wrapper-2 .content {
  position: relative;
  z-index: 2;
  align-self: center;
}

.hj-home-page .hj-cta-photo {
  width: 100%;
  height: 500px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 4px;
  box-shadow: 0 28px 70px rgba(11, 18, 58, 0.26);
}

.hj-home-page .hj-cta-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hj-home-page .hj-factory-gallery {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(340px, 0.9fr);
  grid-template-rows: minmax(0, 1fr);
  gap: 24px;
  height: 650px;
  min-height: 0;
  padding-bottom: 100px;
}

.hj-home-page .hj-factory-gallery__stack {
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.hj-home-page .hj-factory-photo {
  position: relative;
  display: block;
  min-height: 0;
  overflow: hidden;
  border-radius: 4px;
  background: #e7edf1;
}

.hj-home-page .hj-factory-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 350ms ease;
}

.hj-home-page .hj-factory-photo--main img {
  object-position: center;
  transform: scale(1.08);
  transform-origin: center 62%;
}

/* Old factory photo span rule removed */

.hj-home-page .hj-factory-photo strong,
.hj-home-page .hj-factory-photo small {
  display: block;
}

.hj-home-page .hj-factory-photo strong {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.3;
}

.hj-home-page .hj-factory-photo small {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
  line-height: 1.45;
}

.hj-home-page .hj-factory-photo:hover img {
  transform: scale(1.025);
}

.hj-home-page .hj-factory-photo--main:hover img {
  transform: scale(1.105);
}

.hj-home-page .faq-wrapper .faq-image-2 {
  min-height: 610px;
}

.hj-home-page .faq-wrapper .faq-image-2 .faq-img {
  width: 78%;
  max-width: none;
  height: 500px;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 24px 54px rgba(14, 27, 42, 0.12);
}

.hj-home-page .faq-wrapper .faq-image-2 .faq-img-2 {
  right: 0;
  bottom: 0;
  width: 43%;
  height: 320px;
  overflow: hidden;
  border: 12px solid #ffffff;
  border-radius: 4px;
  box-shadow: 0 22px 50px rgba(14, 27, 42, 0.18);
}

.hj-home-page .faq-wrapper .faq-image-2 .faq-img img,
.hj-home-page .faq-wrapper .faq-image-2 .faq-img-2 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hj-home-page .faq-wrapper .faq-image-2 .faq-img-2 img {
  object-position: center top;
}

.hj-home-page .good-quality-section .quality-image {
  height: 600px;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 28px 64px rgba(20, 23, 49, 0.13);
}

.hj-home-page .good-quality-section .quality-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 1199px) {
  .hj-home-page .cta-wrapper-2 {
    grid-template-columns: minmax(0, 0.9fr) minmax(430px, 1.1fr);
    gap: 40px;
  }

  .hj-home-page .hj-factory-gallery {
    grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.9fr);
    height: 580px;
  }

  .hj-home-page .faq-wrapper .faq-image-2 {
    min-height: 540px;
  }

  .hj-home-page .faq-wrapper .faq-image-2 .faq-img {
    height: 450px;
  }

  .hj-home-page .faq-wrapper .faq-image-2 .faq-img-2 {
    height: 275px;
  }

  .hj-home-page .good-quality-section .quality-image {
    height: 520px;
  }
}

@media (max-width: 991px) {
  .hj-home-page .cta-wrapper-2 {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 72px 0;
  }

  .hj-home-page .hj-cta-photo {
    height: 420px;
  }

  .hj-home-page .hj-factory-gallery {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    height: auto;
    min-height: 0;
    padding-bottom: 76px;
  }

  .hj-home-page .hj-factory-photo--main {
    aspect-ratio: 16 / 10;
  }

  .hj-home-page .hj-factory-gallery__stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
  }

  .hj-home-page .hj-factory-photo:not(.hj-factory-photo--main) {
    aspect-ratio: 4 / 3;
  }

  .hj-home-page .faq-wrapper .faq-image-2 {
    min-height: 570px;
    margin-bottom: 28px;
  }

  .hj-home-page .good-quality-section .quality-image {
    height: 460px;
  }
}

@media (max-width: 575px) {
  .hj-home-page .cta-wrapper-2 {
    gap: 32px;
    padding: 56px 0;
  }

  .hj-home-page .hj-cta-photo {
    height: 280px;
  }

  .hj-home-page .hj-factory-gallery,
  .hj-home-page .hj-factory-gallery__stack {
    grid-template-columns: 1fr;
  }

  .hj-home-page .hj-factory-photo--main,
  .hj-home-page .hj-factory-photo:not(.hj-factory-photo--main) {
    aspect-ratio: 4 / 3;
  }

  /* Old mobile factory photo span rule removed */

  .hj-home-page .faq-wrapper .faq-image-2 {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(110px, 0.58fr);
    gap: 12px;
    min-height: 0;
  }

  .hj-home-page .faq-wrapper .faq-image-2 .faq-img,
  .hj-home-page .faq-wrapper .faq-image-2 .faq-img-2 {
    position: relative;
    inset: auto;
    width: 100%;
    height: 290px;
    border: 0;
    box-shadow: none;
  }

  .hj-home-page .good-quality-section .quality-image {
    height: 300px;
  }
}


/* Enhanced Corporate Homepage Section Photo Styling */
.hj-home-page .hj-cta-photo {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 16px;
  box-shadow: 0 24px 60px rgba(11, 18, 58, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.hj-home-page .hj-cta-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(14, 25, 45, 0) 50%, rgba(14, 25, 45, 0.45) 100%);
  pointer-events: none;
}

.hj-home-page .hj-cta-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hj-home-page .hj-photo-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  color: #ffffff;
  font-weight: 600;
  font-size: 13px;
  background: rgba(15, 23, 42, 0.82);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 30px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.hj-home-page .hj-photo-badge i {
  color: #60a5fa;
}

.hj-home-page .hj-factory-photo {
  position: relative;
  display: block;
  min-height: 0;
  overflow: hidden;
  border-radius: 16px;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.hj-home-page .hj-factory-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(9, 16, 27, 0) 45%, rgba(9, 16, 27, 0.75) 100%);
  pointer-events: none;
  z-index: 2;
}

.hj-home-page .hj-factory-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.hj-home-page .hj-factory-photo__info {
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 20px;
  z-index: 3;
  max-width: 380px;
  padding: 18px 20px;
  color: #ffffff;
  background: rgba(12, 20, 33, 0.88);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
}

.hj-home-page .hj-photo-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 6px;
  padding: 3px 10px;
  color: #60a5fa;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background: rgba(37, 99, 235, 0.22);
  border: 1px solid rgba(96, 165, 250, 0.35);
  border-radius: 20px;
}

.hj-home-page .hj-factory-photo strong {
  display: block;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.3;
}

.hj-home-page .hj-factory-photo small {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  line-height: 1.45;
}

.hj-home-page .faq-wrapper .faq-image-2 .faq-img {
  width: 78%;
  max-width: none;
  height: 500px;
  overflow: hidden;
  border-radius: 16px;
  border: none !important;
  box-shadow: 0 24px 54px rgba(14, 27, 42, 0.14);
}

.hj-home-page .faq-wrapper .faq-image-2 .faq-img-2 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 45%;
  height: 330px;
  overflow: hidden;
  border: 8px solid #ffffff;
  border-radius: 16px;
  box-shadow: 0 28px 60px rgba(14, 27, 42, 0.22);
}

.hj-home-page .faq-badge-mini {
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  color: #ffffff;
  font-weight: 600;
  font-size: 12px;
  background: rgba(15, 23, 42, 0.85);
  backdrop-filter: blur(8px);
  border-radius: 20px;
}

.hj-home-page .faq-badge-mini i {
  color: #60a5fa;
}

.hj-home-page .good-quality-section .quality-image {
  position: relative;
  height: 600px;
  overflow: hidden;
  border-radius: 16px;
  border: none !important;
  box-shadow: 0 28px 64px rgba(20, 23, 49, 0.16);
}

.hj-home-page .quality-floating-card {
  position: absolute;
  bottom: 28px;
  left: 28px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 20px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 14px;
  box-shadow: 0 16px 40px rgba(10, 20, 40, 0.18);
}

.hj-home-page .quality-floating-card .quality-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: #ffffff;
  font-size: 18px;
  background: #2563eb;
  border-radius: 50%;
}

.hj-home-page .quality-floating-card .quality-text strong {
  display: block;
  color: #0f172a;
  font-weight: 700;
  font-size: 15px;
}

.hj-home-page .quality-floating-card .quality-text span {
  display: block;
  color: #64748b;
  font-size: 12px;
}

/* Clean factory photo overlay info card */

.hj-home-page .hj-factory-photo__info {
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 20px;
  z-index: 3;
  max-width: 360px;
  padding: 16px 18px;
  color: #ffffff;
  background: rgba(10, 18, 30, 0.86);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.3);
}

.hj-home-page .hj-factory-photo__info .hj-photo-tag {
  position: static !important;
  display: inline-flex !important;
  align-items: center;
  gap: 6px;
  margin-bottom: 8px;
  padding: 4px 12px !important;
  color: #60a5fa !important;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background: rgba(37, 99, 235, 0.25) !important;
  border: 1px solid rgba(96, 165, 250, 0.4) !important;
  border-radius: 20px !important;
  width: auto !important;
  height: auto !important;
  box-shadow: none !important;
}

.hj-home-page .hj-factory-photo__info strong {
  display: block !important;
  color: #ffffff !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  margin: 0 !important;
}

.hj-home-page .hj-factory-photo__info small {
  display: block !important;
  margin-top: 4px !important;
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 13px !important;
  line-height: 1.4 !important;
}


/* CTA quality-testing photo uses its dark left side for the existing copy. */
.hj-home-page .hj-quality-cta {
  aspect-ratio: auto;
  height: clamp(500px, 33.333vw, 580px) !important;
  min-height: 0 !important;
  background-position: center center;
  background-repeat: no-repeat;
}

.hj-home-page .hj-quality-cta > .container {
  height: 100%;
}

.hj-home-page .hj-quality-cta .cta-wrapper-2 {
  align-items: center !important;
  height: 100%;
  min-height: 0;
  padding: 80px 0 !important;
}

.hj-home-page .hj-cta-photo {
  position: relative !important;
  width: 100% !important;
  height: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: visible !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  margin-bottom: 0 !important;
}

.hj-home-page .hj-cta-photo::after {
  display: none !important;
}

.hj-home-page .hj-cta-photo img {
  display: block !important;
  width: auto !important;
  max-width: 100% !important;
  max-height: 480px !important;
  height: auto !important;
  object-fit: contain !important;
  vertical-align: middle !important;
  margin-bottom: 0 !important;
  filter: drop-shadow(0 20px 35px rgba(10, 20, 50, 0.25)) !important;
}

.hj-home-page .hj-cta-photo .hj-photo-badge {
  display: none !important;
}

@media (max-width: 991px) {
  .hj-home-page .hj-quality-cta {
    aspect-ratio: auto;
    height: auto !important;
    min-height: 0 !important;
    background-position: 66% center;
  }

  .hj-home-page .hj-quality-cta::before {
    position: absolute;
    inset: 0;
    z-index: 0;
    content: "";
    background: rgba(7, 20, 45, 0.58);
    pointer-events: none;
  }

  .hj-home-page .hj-quality-cta .container {
    position: relative;
    z-index: 1;
    height: auto;
  }

  .hj-home-page .hj-quality-cta .cta-wrapper-2 {
    height: auto;
    min-height: 560px;
    padding: 64px 0 !important;
  }
}

@media (max-width: 575px) {
  .hj-home-page .hj-quality-cta {
    background-position: 64% center;
  }

  .hj-home-page .hj-quality-cta .cta-wrapper-2 {
    min-height: 520px;
    padding: 56px 0 !important;
  }
}


/* Good Quality Section Ratio and Spacing Optimization */
.hj-home-page .good-quality-wrapper .row {
  --bs-gutter-x: 3.5rem; /* Reduced gap between columns */
  align-items: center;
}

/* Adjust column split on desktop: Left image 50%, Right text 50% */
@media (min-width: 992px) {
  .hj-home-page .good-quality-wrapper .row > .col-lg-7 {
    flex: 0 0 auto;
    width: 50%;
  }
  .hj-home-page .good-quality-wrapper .row > .col-lg-5 {
    flex: 0 0 auto;
    width: 50%;
  }
}

.hj-home-page .good-quality-content {
  padding-left: 15px;
  width: 100%;
}

@media (max-width: 1199px) {
  .hj-home-page .good-quality-wrapper .row {
    --bs-gutter-x: 2.5rem;
  }
  .hj-home-page .good-quality-content {
    padding-left: 0;
  }
}


/* Unified Tag & Badge Styling across Homepage - High Contrast Professional Theme */
.hj-home-page .hj-photo-tag,
.hj-home-page .faq-badge-mini,
.hj-home-page .hj-factory-photo__info .hj-photo-tag {
  display: inline-flex !important;
  align-items: center !important;
  gap: 5px !important;
  padding: 4px 10px !important;
  color: #ffffff !important;
  font-weight: 600 !important;
  font-size: 11px !important;
  letter-spacing: 0.3px !important;
  text-transform: uppercase !important;
  background: rgba(15, 23, 42, 0.88) !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  border-radius: 12px !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25) !important;
  margin-bottom: 4px !important;
}

.hj-home-page .hj-photo-tag i,
.hj-home-page .faq-badge-mini i {
  color: #38bdf8 !important;
  font-size: 11px !important;
}

.hj-home-page .quality-floating-card {
  position: absolute !important;
  bottom: 14px !important;
  left: 14px !important;
  z-index: 3 !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 5px 12px !important;
  background: rgba(15, 23, 42, 0.75) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  border: 1px solid rgba(112, 0, 254, 0.35) !important;
  border-radius: 20px !important;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2) !important;
}

.hj-home-page .quality-floating-card .quality-icon {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 22px !important;
  height: 22px !important;
  color: #ffffff !important;
  font-size: 10px !important;
  background: #7000FE !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  border-radius: 50% !important;
}

.hj-home-page .quality-floating-card .quality-text strong {
  display: inline-block !important;
  color: #ffffff !important;
  font-weight: 600 !important;
  font-size: 11px !important;
  margin: 0 !important;
  line-height: 1.2 !important;
}

.hj-home-page .quality-floating-card .quality-text span {
  display: none !important; /* Hide secondary line to eliminate image occlusion */
}


/* Brand Section Spacing Optimization */
.hj-home-page .brand-section {
  padding-top: 0 !important;
  padding-bottom: 45px !important;
}

.hj-home-page .brand-wrapper h6 {
  margin-bottom: 30px !important;
}


/* Factory Card Info Box - Sleek & Compact Glassmorphism */
.hj-home-page .hj-factory-photo__info {
  position: absolute !important;
  right: auto !important;
  left: 12px !important;
  bottom: 12px !important;
  max-width: calc(100% - 24px) !important;
  width: auto !important;
  z-index: 3 !important;
  padding: 8px 12px !important;
  color: #ffffff !important;
  background: rgba(15, 23, 42, 0.45) !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 12px !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15) !important;
}

.hj-home-page .hj-factory-photo__info strong {
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
}

.hj-home-page .hj-factory-photo__info small {
  font-size: 11px !important;
  margin-top: 2px !important;
  opacity: 0.8 !important;
}

/* Product category replacement artwork path overrides */
.hj-home-page .shop-banner-items .product-right-img > img {
  content: url("html/printnow-html/assets/img/product/flat-bottom-pouch-category.webp") !important;
}

.hj-home-page .shop-banner-items .product-right-img-2 > img {
  content: url("html/printnow-html/assets/img/product/spout-pouch-category.webp") !important;
}

/* Product category & grid item transparent image override for Box Liner */
.hj-product-item img[src*="bag-in-box"],
.hj-product-item img[src*="box-liner"],
.shop-catagories-item img[src*="bag-in-box"],
.shop-catagories-item img[src*="box-liner"],
.hj-product-mega__card img[src*="bag-in-box"],
.hj-product-mega__card img[src*="box-liner"] {
  content: url("html/printnow-html/assets/img/huajin-generated/box-liner-clean.png") !important;
  object-fit: contain !important;
  background: transparent !important;
}

/* Force Product Formats section images for Stand Up Bag and Spout Pouch */
.hj-product-item h5 a[href*="stand-up-bag"] ~ .shop-image img,
.hj-product-item a[href*="stand-up-bag"] img,
.hj-product-item img[alt*="Stand Up Bag"],
.hj-product-item img[alt*="stand up bag"] {
  content: url("html/printnow-html/assets/img/product/flat-bottom-pouch-category.webp") !important;
}

.hj-product-item a[href*="spout-pouch"] img,
.hj-product-item img[alt*="Spout Pouch"],
.hj-product-item img[alt*="spout pouch"] {
  content: url("html/printnow-html/assets/img/product/spout-pouch-category.webp") !important;
}

/* Food Bag packaging image override */
.hj-product-item a[href*="food-bag"] img,
.hj-product-item img[alt*="Food Bag"],
.hj-product-item img[alt*="food bag"],
.shop-catagories-item img[src*="food-bag"],
.hj-product-mega__card img[src*="food-bag"] {
  content: url("html/printnow-html/assets/img/product/food-bag-category.webp") !important;
}


/* ----------------------------------------------------
   Banner Motion Style 2: 流光丝带/飘逸缎带 (Fluid Ribbons)
   ---------------------------------------------------- */
.hj-banner-ribbon-layer {
  position: absolute;
  z-index: 1;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.hj-banner-ribbon {
  position: absolute;
  display: block;
  pointer-events: none;
  filter: drop-shadow(0 16px 32px rgba(40, 26, 82, 0.12));
  transform-origin: center center;
  will-change: transform, opacity;
}

/* 缎带 1: 华丽长丝带 (左向右流贯) */
.hj-banner-ribbon--1 {
  top: -80px;
  left: -10%;
  width: 75%;
  height: 240px;
  border-radius: 120px 300px 180px 240px / 140px 220px 160px 200px;
  background: linear-gradient(125deg, rgba(112, 56, 213, 0.38) 0%, rgba(244, 119, 99, 0.48) 60%, rgba(246, 163, 95, 0.42) 100%);
  border: 1px solid rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(4px);
}

/* 缎带 2: 右侧优雅深紫弧形缎带 */
.hj-banner-ribbon--2 {
  top: -60px;
  right: -8%;
  width: 65%;
  height: 280px;
  border-radius: 260px 140px 220px 180px / 180px 240px 140px 200px;
  background: linear-gradient(135deg, rgba(162, 58, 196, 0.35) 0%, rgba(62, 27, 105, 0.42) 70%, rgba(112, 56, 213, 0.38) 100%);
  border: 1px solid rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(4px);
}

/* 缎带 3: 底部粉桃色舒展缎带 */
.hj-banner-ribbon--3 {
  bottom: -90px;
  left: 15%;
  width: 70%;
  height: 220px;
  border-radius: 180px 260px 140px 300px / 160px 180px 240px 140px;
  background: linear-gradient(115deg, rgba(231, 76, 157, 0.42) 0%, rgba(244, 119, 99, 0.38) 50%, rgba(162, 58, 196, 0.35) 100%);
  border: 1px solid rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(4px);
}

/* 缎带 4: 细长光亮穿插流线 */
.hj-banner-ribbon--4 {
  top: 40px;
  right: 18%;
  width: 48%;
  height: 140px;
  border-radius: 200px 160px 240px 120px / 120px 200px 140px 180px;
  background: linear-gradient(140deg, rgba(246, 163, 95, 0.45) 0%, rgba(231, 76, 157, 0.4) 100%);
  border: 1px solid rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(2px);
}


/* ----------------------------------------------------
   Banner Motion Style 3: 顶级艺术极光流光丝带 (Artisan Glass Ribbons)
   ---------------------------------------------------- */
.hj-banner-art-layer {
  position: absolute;
  z-index: 1;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.hj-banner-art-ribbon {
  position: absolute;
  display: block;
  pointer-events: none;
  transform-origin: center center;
  will-change: transform, opacity;
  border-radius: 9999px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 20px 50px rgba(78, 38, 140, 0.08);
}

/* 主立体彩带 1 (极光深紫粉桃 - 优雅大弧线) */
.hj-banner-art-ribbon--1 {
  top: -120px;
  left: -8%;
  width: 78%;
  height: 200px;
  background: linear-gradient(110deg, rgba(112, 56, 213, 0.45) 0%, rgba(215, 90, 159, 0.42) 50%, rgba(246, 163, 95, 0.35) 100%);
  border: 1.5px solid rgba(255, 255, 255, 0.55);
  transform: rotate(-12deg);
}

/* 主立体彩带 2 (右侧穿插缎带 - 暖橙落日粉) */
.hj-banner-art-ribbon--2 {
  top: -40px;
  right: -10%;
  width: 68%;
  height: 220px;
  background: linear-gradient(135deg, rgba(244, 119, 99, 0.48) 0%, rgba(215, 90, 159, 0.4) 60%, rgba(112, 56, 213, 0.3) 100%);
  border: 1.5px solid rgba(255, 255, 255, 0.6);
  transform: rotate(14deg);
}

/* 底部柔光平铺衬底丝带 (蓝紫云光) */
.hj-banner-art-ribbon--3 {
  bottom: -110px;
  left: 10%;
  width: 82%;
  height: 230px;
  background: linear-gradient(95deg, rgba(62, 27, 105, 0.38) 0%, rgba(112, 56, 213, 0.4) 45%, rgba(244, 119, 99, 0.32) 100%);
  border: 1px solid rgba(255, 255, 255, 0.4);
  transform: rotate(-6deg);
}

/* 贯穿亮点灵动纤细光带 (高光点睛) */
.hj-banner-art-ribbon--4 {
  top: 30px;
  left: 20%;
  width: 55%;
  height: 90px;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.65) 0%, rgba(246, 163, 95, 0.55) 50%, rgba(215, 90, 159, 0.45) 100%);
  border: 1.5px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0 10px 30px rgba(246, 163, 95, 0.2);
  transform: rotate(8deg);
}


/* ----------------------------------------------------
   Banner Motion Style 4: 真实彩色矢量丝带 (SVG Ribbon Paths)
   ---------------------------------------------------- */
.hj-banner-svg-ribbon-layer {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}

.hj-banner-svg-ribbon-layer svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.hj-banner-svg-path {
  fill: none;
  stroke-linecap: round;
  filter: drop-shadow(0 12px 24px rgba(40, 26, 82, 0.12));
  will-change: transform, stroke-dashoffset, opacity;
}


/* ----------------------------------------------------
   Banner Motion Style 5: 极具艺术感与流畅延伸感的优雅流光绸缎丝带
   ---------------------------------------------------- */
.hj-banner-draw-layer {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}

.hj-banner-draw-layer svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.hj-banner-draw-path {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 14px 28px rgba(40, 26, 82, 0.12));
  will-change: stroke-dashoffset, transform, opacity;
}


/* ----------------------------------------------------
   Banner Motion Style 6: 顶级高端国际感艺术绸缎丝带 (Artisan Silk Ribbons)
   ---------------------------------------------------- */
.hj-banner-silk-layer {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}

.hj-banner-silk-layer svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.hj-silk-ribbon-path {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 18px 36px rgba(45, 20, 95, 0.15));
  will-change: stroke-dashoffset, transform, opacity;
}

.hj-silk-ribbon-highlight {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0.65;
  mix-blend-mode: overlay;
  will-change: stroke-dashoffset, transform, opacity;
}

.hj-category-overview__guide { display: none !important; }

/* Products Page - Category Blocks with Carousel */
.hj-product-category-blocks {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.hj-category-block {
  position: relative;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 28px 28px 32px 28px;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.03);
}

.hj-category-block__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #f1f5f9;
}

.hj-category-block__title-group {
  flex: 1;
  min-width: 0;
}

.hj-category-block__title {
  font-size: 24px;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 6px 0;
  line-height: 1.25;
}

.hj-category-block__title a {
  color: inherit;
  text-decoration: none;
  transition: color 200ms ease;
}

.hj-category-block__title a:hover {
  color: #1b63b8;
}

.hj-category-block__subtitle {
  font-size: 14px;
  color: #64748b;
  margin: 0;
  line-height: 1.5;
}

.hj-category-block__action {
  flex-shrink: 0;
}

.hj-category-block__viewall {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  background: #eff6ff;
  color: #1b63b8;
  font-size: 14px;
  font-weight: 600;
  border-radius: 30px;
  text-decoration: none;
  transition: all 250ms ease;
}

.hj-category-block__viewall i {
  transition: transform 250ms ease;
}

.hj-category-block__viewall:hover {
  background: #1b63b8;
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(27, 99, 184, 0.25);
}

.hj-category-block__viewall:hover i {
  transform: translateX(4px);
}

.hj-product-swiper {
  position: relative;
  padding-bottom: 38px !important;
  overflow: hidden;
}

.hj-product-swiper .swiper-slide {
  height: auto;
}

.hj-product-swiper .swiper-pagination {
  bottom: 0 !important;
}

.hj-product-swiper .swiper-pagination-bullet {
  background: #cbd5e1;
  opacity: 0.7;
}

.hj-product-swiper .swiper-pagination-bullet-active {
  background: #1b63b8;
  opacity: 1;
  width: 18px;
  border-radius: 10px;
}

.hj-product-swiper .swiper-button-prev,
.hj-product-swiper .swiper-button-next {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12);
  color: #1e293b;
  transition: all 200ms ease;
}

.hj-product-swiper .swiper-button-prev:after,
.hj-product-swiper .swiper-button-next:after {
  font-size: 14px;
  font-weight: bold;
}

.hj-product-swiper .swiper-button-prev:hover,
.hj-product-swiper .swiper-button-next:hover {
  background: #1b63b8;
  color: #ffffff;
}

@media (max-width: 767px) {
  .hj-category-block {
    padding: 20px 16px 24px 16px;
  }
  .hj-category-block__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 20px;
  }
  .hj-category-block__title {
    font-size: 20px;
  }
}



.page-nav-wrap { display: flex; justify-content: center; margin-top: 40px; }
.page-nav-wrap .pagination { display: flex; align-items: center; gap: 8px; list-style: none; padding: 0; margin: 0; }
.page-nav-wrap .pagination li a, .page-nav-wrap .pagination li span { display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px; border: 1px solid #e2e8f0; border-radius: 50%; color: #1e293b; background: #ffffff; font-weight: 700; text-decoration: none; transition: all 0.2s ease; }
.page-nav-wrap .pagination li.active span, .page-nav-wrap .pagination li a:hover { border-color: #1b63b8; color: #ffffff; background: #1b63b8; }

/* Global Detail Page Banner Title Override: hide long item title, show category name in top banner */
.hj-product-detail-page .breadcrumb-wrapper .page-heading h1,
.hj-project-detail-page .breadcrumb-wrapper .page-heading h1,
.hj-blog-detail-page .breadcrumb-wrapper .page-heading h1 {
  font-size: 0 !important;
}
.hj-product-detail-page .breadcrumb-wrapper .page-heading h1::before,
.hj-project-detail-page .breadcrumb-wrapper .page-heading h1::before,
.hj-blog-detail-page .breadcrumb-wrapper .page-heading h1::before {
  font-size: 52px;
  line-height: 1.2;
  display: inline-block;
  background: linear-gradient(90deg, #ff4e8d 0%, #a83ce9 50%, #7000fe 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hj-product-detail-page .breadcrumb-wrapper .page-heading h1::before {
  content: "Products";
}
.hj-project-detail-page .breadcrumb-wrapper .page-heading h1::before {
  content: "Project Details";
}
.hj-blog-detail-page .breadcrumb-wrapper .page-heading h1::before {
  content: "Blog Details";
}

@media (max-width: 767px) {
  .hj-product-detail-page .breadcrumb-wrapper .page-heading h1::before,
  .hj-project-detail-page .breadcrumb-wrapper .page-heading h1::before,
  .hj-blog-detail-page .breadcrumb-wrapper .page-heading h1::before {
    font-size: 32px;
  }
}


/* Related packaging formats modern UI redesign */
.hj-product-detail-page .hj-related-card {
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid #eef2f6;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 24px;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  overflow: hidden;
  position: relative;
}

.hj-product-detail-page .hj-related-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.08);
  border-color: #e2e8f0;
}

.hj-product-detail-page .hj-card-tags {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 14px;
}

.hj-product-detail-page .hj-tag-pill {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.hj-product-detail-page .hj-tag-category {
  background: rgba(37, 99, 235, 0.08);
  color: #2563eb;
}

.hj-product-detail-page .hj-tag-oem {
  background: rgba(168, 60, 233, 0.1);
  color: #8b5cf6;
}

.hj-product-detail-page .hj-related-card .product-thumb {
  border-radius: 12px;
  aspect-ratio: 4 / 3;
  padding: 20px;
  background: #f8fafc;
  transition: background-color 0.3s ease;
}

.hj-product-detail-page .hj-related-card:hover .product-thumb {
  background: #f1f5f9;
}

.hj-product-detail-page .hj-related-card .product-content {
  margin-top: 16px;
  text-align: left;
}

.hj-product-detail-page .hj-card-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 12px;
  color: #0f172a;
}

.hj-product-detail-page .hj-card-title a {
  color: #0f172a;
  transition: color 0.2s ease;
}

.hj-product-detail-page .hj-related-card:hover .hj-card-title a {
  color: #2563eb;
}

.hj-product-detail-page .hj-card-action {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 700;
  color: #2563eb;
  text-decoration: none;
  transition: gap 0.2s ease, color 0.2s ease;
}

.hj-product-detail-page .hj-card-action i {
  font-size: 12px;
  transition: transform 0.2s ease;
}

.hj-product-detail-page .hj-related-card:hover .hj-card-action {
  color: #1d4ed8;
}

.hj-product-detail-page .hj-related-card:hover .hj-card-action i {
  transform: translateX(4px);
}


/* --- Redesigned Related Packaging Formats Card Styles --- */
.hj-product-detail-page .product-slider {
  padding: 10px 4px 20px;
}

.hj-product-detail-page .products-box-items {
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 16px;
  background-color: #ffffff;
  border: 1px solid #f1f5f9;
  box-shadow: 0 4px 20px -2px rgba(15, 23, 42, 0.05);
  padding: 20px;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  box-sizing: border-box;
}

.hj-product-detail-page .products-box-items:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 30px -10px rgba(15, 23, 42, 0.12);
  border-color: #e2e8f0;
}

.hj-product-detail-page .products-box-items .product-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 14px;
}

.hj-product-detail-page .products-box-items .product-top li {
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  padding: 6px 12px;
  border-radius: 20px;
  letter-spacing: 0.01em;
}

.hj-product-detail-page .products-box-items .product-top li:first-child {
  flex: none;
  background: #eff6ff;
  color: #2563eb;
  border: 1px solid rgba(37, 99, 235, 0.15);
}

.hj-product-detail-page .products-box-items .product-top li:nth-child(2) {
  flex: none;
  background: #f5f3ff;
  color: #7c3aed;
  border: 1px solid rgba(124, 58, 237, 0.15);
}

.hj-product-detail-page .products-box-items .product-thumb {
  border-radius: 12px;
  aspect-ratio: 4 / 3;
  padding: 16px;
  background: #f8fafc !important;
  border: 1px solid #f1f5f9;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.hj-product-detail-page .products-box-items:hover .product-thumb {
  background: #f1f5f9 !important;
  border-color: #cbd5e1;
}

.hj-product-detail-page .products-box-items .product-thumb img {
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.06));
}

.hj-product-detail-page .products-box-items .product-content {
  margin-top: 16px;
  text-align: left;
}

.hj-product-detail-page .products-box-items .product-content h4 {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 0;
}

.hj-product-detail-page .products-box-items .product-content h4 a {
  color: #0f172a;
  transition: color 0.2s ease;
}

.hj-product-detail-page .products-box-items:hover .product-content h4 a {
  color: #2563eb;
}

/* Hide legacy icon overlays */
.hj-product-detail-page .products-box-items .product-thumb .product-icon {
  display: none !important;
}


/* Hide blue box icon before product category title */
.hj-category-block__title a i {
  display: none !important;
}

/* --- Product Swiper Marquee & Remove Dots --- */
.hj-product-swiper .swiper-pagination,
.catagory-product-slider .swiper-pagination,
.product-slider .swiper-pagination {
  display: none !important;
}

.hj-product-swiper {
  padding-bottom: 0 !important;
}

/* --- Hide Video & View Details Link --- */
.shop-items .link-btn,
.shop-content .link-btn,
.hj-product-item .link-btn,
.product-slider .link-btn {
  display: none !important;
}

.video-btn,
.video-items,
.video-box,
.video-popup,
.video-section,
.video-pulse,
.product-icon {
  display: none !important;
}

/* --- Hardware Acceleration & Performance Optimization --- */
.hj-product-swiper,
.catagory-product-slider,
.hj-product-swiper .swiper-wrapper,
.catagory-product-slider .swiper-wrapper,
.brand-slider .swiper-wrapper,
.hj-product-swiper .swiper-slide,
.catagory-product-slider .swiper-slide,
.shop-items,
.shop-items .shop-image img {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}

/* --- Home Page Extra GPU Acceleration --- */
.hero-slider,
.brand-slider,
.hero-slider .swiper-wrapper,
.brand-slider .swiper-wrapper,
.hero-slider .swiper-slide,
.brand-slider .swiper-slide {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}

/* --- Ensure Product Image Clickable & Navigable --- */
.shop-items .shop-image a,
.hj-product-item .shop-image a,
.shop-catagories-item .thumb a {
  display: block !important;
  position: relative !important;
  z-index: 10 !important;
  cursor: pointer !important;
}

.shop-items .shop-image img,
.hj-product-item .shop-image img,
.shop-catagories-item .thumb img {
  pointer-events: auto !important;
  cursor: pointer !important;
}

.shop-items .shop-image::before,
.shop-items .shop-image::after {
  pointer-events: none !important;
}

/* --- Continuous Seamless Marquee Ticker --- */
.hj-product-swiper .swiper-wrapper,
.catagory-product-slider .swiper-wrapper,
.brand-slider .swiper-wrapper,
.product-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

/* Use one CSS track for marquee sections so hover pause is deterministic. */
.hj-marquee {
  overflow: hidden !important;
}

.hj-marquee .swiper-wrapper {
  display: flex !important;
  flex-wrap: nowrap !important;
  width: max-content !important;
  max-width: none !important;
  transform: translate3d(0, 0, 0);
  transition: none !important;
  animation: hj-marquee-scroll var(--hj-marquee-duration, 30s) linear infinite !important;
  will-change: transform;
}

.hj-marquee .swiper-slide {
  flex-shrink: 0 !important;
  height: auto;
}

/* Marquee copies must not inherit the scroll-in opacity state from GSAP. */
.hj-marquee .shop-items,
.hj-marquee .shop-catagories-item,
.hj-marquee .brand-image,
.hj-marquee .hj-motion-fade {
  opacity: 1 !important;
  visibility: visible !important;
  clip-path: none !important;
}

.hj-marquee:hover .swiper-wrapper {
  animation-play-state: paused !important;
}

.hj-marquee .swiper-button-prev,
.hj-marquee .swiper-button-next {
  display: none !important;
}

@keyframes hj-marquee-scroll {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(var(--hj-marquee-shift), 0, 0); }
}


/* Remove hover underline on homepage news articles */
.single-news-style-1 .news-content h3 a,
.single-news-style-1 .news-content h3 a:hover,
.single-news-style-1 .news-content h3 a:focus,
.single-news-style-1:hover .news-content h3 a {
  background-image: none !important;
  background-size: 0% 0 !important;
  text-decoration: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
}

/* Privacy policy */
.hj-privacy-page .breadcrumb-wrapper,
body.hj-privacy-page:not(.hj-home-page) .breadcrumb-wrapper {
  padding: 76px 0 68px !important;
  background: var(--hj-soft) !important;
  animation: none !important;
}

.hj-privacy-page .breadcrumb-wrapper .page-heading h1 {
  background: none !important;
  color: var(--hj-ink) !important;
  -webkit-text-fill-color: var(--hj-ink) !important;
}

.hj-privacy-page .breadcrumb-wrapper .page-heading .breadcrumb-items li {
  background: none !important;
  color: var(--hj-primary-dark) !important;
  -webkit-text-fill-color: var(--hj-primary-dark) !important;
}

.hj-privacy-section {
  background: var(--hj-white);
}

.hj-privacy-document {
  width: min(100%, 880px);
  margin: 0 auto;
}

.hj-privacy-content {
  color: var(--hj-body);
  font-size: 18px;
  line-height: 1.78;
}

.hj-privacy-content .hj-privacy-updated {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: baseline;
  margin: 0 0 48px;
  padding: 18px 20px;
  border-left: 4px solid var(--hj-primary);
  background: var(--hj-soft);
  color: var(--hj-ink);
}

.hj-privacy-content section + section {
  margin-top: 48px;
  padding-top: 48px;
  border-top: 1px solid var(--hj-border);
}

.hj-privacy-content h2 {
  margin: 0 0 22px;
  color: var(--hj-ink);
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: 0;
}

.hj-privacy-content p {
  margin: 0 0 20px;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.hj-privacy-content ul {
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

.hj-privacy-content li {
  position: relative;
  margin: 0 0 14px;
  padding-left: 26px;
}

.hj-privacy-content li::before {
  position: absolute;
  top: 0.72em;
  left: 2px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--hj-primary);
  content: "";
}

.hj-privacy-content strong {
  color: var(--hj-ink);
  font-weight: 700;
}

.hj-privacy-content a {
  color: var(--hj-primary-dark);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.hj-privacy-content a:hover {
  color: var(--hj-primary);
}

.hj-footer-bottom-wrapper {
  gap: 24px;
}

.footer-bottom .hj-footer-bottom-wrapper p {
  margin: 0;
}

.hj-footer-policy-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: var(--header) !important;
  font-size: 16px;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.hj-footer-policy-link:hover {
  color: var(--hj-primary-dark) !important;
}

@media (max-width: 767px) {
  .hj-privacy-page .breadcrumb-wrapper,
  body.hj-privacy-page:not(.hj-home-page) .breadcrumb-wrapper {
    padding: 64px 0 56px !important;
  }

  .hj-privacy-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .hj-privacy-content {
    font-size: 16px;
    line-height: 1.72;
  }

  .hj-privacy-content .hj-privacy-updated {
    margin-bottom: 36px;
    padding: 16px;
  }

  .hj-privacy-content section + section {
    margin-top: 36px;
    padding-top: 36px;
  }

  .hj-privacy-content h2 {
    margin-bottom: 18px;
    font-size: 24px;
  }

  .hj-footer-bottom-wrapper {
    gap: 12px;
  }

  .hj-privacy-page #onlineliveMobileIconContainer {
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip-path: inset(100%) !important;
    pointer-events: none !important;
  }
}

@media print {
  .hj-privacy-page .header-section,
  .hj-privacy-page .breadcrumb-wrapper,
  .hj-privacy-page .hj-global-cta,
  .hj-privacy-page .footer-section,
  .hj-privacy-page .scroll-up,
  .hj-privacy-page .fix-area {
    display: none !important;
  }

  .hj-privacy-section {
    padding: 0;
  }

  .hj-privacy-document {
    width: 100%;
    max-width: none;
  }

  .hj-privacy-content {
    color: #000;
    font-size: 11pt;
  }
}
