:root {
  --np-ink: #262229;
  --np-muted: #746b72;
  --np-stage: #e9fbf8;
  --np-stage-soft: #d9f6f2;
  --np-nav: rgba(255, 255, 255, 0.78);
  --np-paper: #ffffff;
  --np-soft: #f2fffe;
  --np-line: #b6ebe5;
  --np-rose: #e9a1b2;
  --np-rose-dark: #bf637b;
  --np-sage: #76b7ad;
  --np-mint: #238f89;
  --np-gold: #c8a261;
  --np-shadow: 0 18px 42px rgba(42, 126, 119, 0.14);
}

body.ninept-shop-front {
  position: relative;
  min-height: 100vh;
  overflow-x: hidden;
  background: #f7fbfa !important;
}

body.ninept-shop-front .article,
body.ninept-shop-front .content-wrap {
  background: transparent;
  border: 0;
  box-shadow: none;
}

body.ninept-shop-front .article-header {
  display: none;
}

body.ninept-shop-front .article-content {
  padding-top: 0;
}

body.ninept-shop-front main.container.page-id-1427 .content-layout > .zib-widget-wrap {
  display: none !important;
}

body.ninept-shop-front main.container.page-id-1427 .content-layout > .article.page-article {
  margin-top: 0 !important;
}

body.ninept-shop-front .header,
body.ninept-shop-front .header.show-slide,
body.ninept-shop-front .header.header-layout-2 {
  background: var(--np-nav) !important;
  background-image: none !important;
  box-shadow: 0 10px 28px rgba(22, 22, 22, 0.08);
  backdrop-filter: blur(18px);
}

body.ninept-shop-front .container,
body.ninept-shop-front .site-layout,
body.ninept-shop-front .site-content,
body.ninept-shop-front .content-layout,
body.ninept-shop-front .fluid-widget-wrap,
body.ninept-shop-front .zib-widget-wrap,
body.ninept-shop-front .article,
body.ninept-shop-front .content-wrap,
body.ninept-shop-front .footer {
  position: relative;
  z-index: 1;
}

html.ninept-shop-front-html {
  overflow-x: hidden;
}

.ninept-shop-home,
.ninept-shop-home * {
  box-sizing: border-box;
}

.ninept-shop-home {
  max-width: 1120px;
  margin: 0 auto;
  padding: 24px 0 56px;
  color: var(--np-ink);
}

.ninept-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(300px, 0.96fr);
  gap: clamp(24px, 4vw, 54px);
  align-items: center;
  min-height: 500px;
  padding: clamp(30px, 5vw, 62px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 8px;
  background:
    linear-gradient(100deg, rgba(255, 255, 255, 0.98) 0%, rgba(236, 255, 252, 0.96) 48%, rgba(129, 216, 207, 0.68) 100%),
    repeating-linear-gradient(0deg, rgba(35, 143, 137, 0.10) 0 1px, transparent 1px 18px);
  box-shadow: 0 28px 70px rgba(42, 126, 119, 0.16);
}

.ninept-hero::before {
  content: "";
  position: absolute;
  inset: 26px;
  pointer-events: none;
  border-top: 1px solid rgba(35, 143, 137, 0.14);
  border-bottom: 1px solid rgba(35, 143, 137, 0.12);
}

.ninept-hero::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -70px;
  width: 360px;
  height: 260px;
  pointer-events: none;
  opacity: 0.14;
  background: repeating-linear-gradient(90deg, #238f89 0 18px, #ffffff 18px 34px);
  transform: rotate(-9deg);
}

.ninept-hero-copy,
.ninept-hero-board {
  position: relative;
  z-index: 1;
}

.ninept-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 10px;
  border: 1px solid rgba(129, 216, 207, 0.58);
  border-radius: 999px;
  color: var(--np-rose-dark);
  background: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  font-weight: 800;
}

.ninept-hero h1 {
  max-width: 620px;
  margin: 18px 0 12px;
  color: var(--np-ink);
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.05;
  font-weight: 850;
  letter-spacing: 0;
}

.ninept-hero p {
  max-width: 630px;
  margin: 0;
  color: #536a68;
  font-size: 17px;
  line-height: 1.8;
}

.ninept-hero-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  max-width: 680px;
  margin: 24px 0 16px;
  padding: 8px;
  border: 1px solid rgba(129, 216, 207, 0.54);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(42, 126, 119, 0.11);
}

.ninept-hero-search input[type="search"] {
  min-width: 0;
  width: 100%;
  height: 46px;
  border: 0;
  outline: 0;
  padding: 0 12px;
  color: var(--np-ink);
  background: transparent;
  font-size: 15px;
}

.ninept-hero-search button,
.ninept-note-band > a,
.ninept-card-foot a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border: 0;
  border-radius: 8px;
  color: #fff;
  background: var(--np-rose-dark);
  font-weight: 850;
  text-decoration: none;
  transition: transform 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease;
}

.ninept-hero-search button {
  padding: 0 20px;
}

.ninept-hero-search button:hover,
.ninept-note-band > a:hover,
.ninept-card-foot a:hover {
  color: #fff;
  background: #9d4d61;
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(184, 95, 117, 0.22);
}

.ninept-hero-actions,
.ninept-hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ninept-hero-actions a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 13px;
  border: 1px solid rgba(129, 216, 207, 0.54);
  border-radius: 999px;
  color: #238f89;
  background: rgba(255, 255, 255, 0.74);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.ninept-hero-actions a:hover {
  color: #fff;
  background: var(--np-mint);
}

.ninept-hero-stats {
  margin-top: 26px;
}

.ninept-hero-stats div {
  min-width: 120px;
  padding: 12px 14px;
  border-left: 3px solid var(--np-gold);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 10px 24px rgba(42, 126, 119, 0.10);
}

.ninept-hero-stats strong,
.ninept-hero-stats span {
  display: block;
}

.ninept-hero-stats strong {
  color: var(--np-ink);
  font-size: 24px;
  line-height: 1.1;
}

.ninept-hero-stats span {
  margin-top: 4px;
  color: var(--np-muted);
  font-size: 13px;
}

.ninept-hero-board {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  transform: rotate(-1.5deg);
}

.ninept-hero-card {
  display: block;
  min-width: 0;
  padding: 9px;
  border: 1px solid rgba(129, 216, 207, 0.42);
  border-radius: 8px;
  color: var(--np-ink);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--np-shadow);
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ninept-hero-card:nth-child(even) {
  transform: translateY(22px) rotate(3deg);
}

.ninept-hero-card:hover {
  color: var(--np-ink);
  box-shadow: 0 20px 44px rgba(42, 126, 119, 0.18);
  transform: translateY(-3px) rotate(0deg);
}

.ninept-hero-card img,
.ninept-card-media img,
.ninept-generated-cover {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 6px;
  background: var(--np-paper);
}

.ninept-hero-card > span:not(.ninept-generated-cover) {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 42px;
  margin-top: 10px;
  overflow: hidden;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.5;
}

.ninept-generated-cover {
  position: relative;
  min-height: 180px;
  padding: 18px;
  overflow: hidden;
  color: var(--np-ink);
  border: 1px solid rgba(129, 216, 207, 0.34);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(235, 255, 252, 0.94)),
    repeating-linear-gradient(0deg, transparent 0 18px, rgba(35, 143, 137, 0.10) 18px 19px);
}

.ninept-generated-cover::after {
  content: "♪";
  position: absolute;
  right: 16px;
  bottom: 10px;
  color: rgba(217, 134, 154, 0.28);
  font-size: 54px;
  line-height: 1;
}

.ninept-generated-cover span,
.ninept-generated-cover strong,
.ninept-generated-cover em {
  position: relative;
  z-index: 1;
  display: block;
}

.ninept-generated-cover span {
  color: var(--np-rose-dark);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.ninept-generated-cover strong {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-top: 20px;
  overflow: hidden;
  font-size: 18px;
  line-height: 1.45;
}

.ninept-generated-cover em {
  margin-top: 16px;
  color: var(--np-rose-dark);
  font-size: 13px;
  font-style: normal;
  font-weight: 850;
}

.ninept-service-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 26px 0 26px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 8px;
  background: rgba(129, 216, 207, 0.36);
  box-shadow: 0 18px 44px rgba(42, 126, 119, 0.13);
}

.ninept-service-strip div {
  min-width: 0;
  padding: 18px 20px;
  background: #ffffff;
}

.ninept-service-strip div + div {
  border-left: 1px solid var(--np-line);
}

.ninept-service-strip strong,
.ninept-service-strip span {
  display: block;
}

.ninept-service-strip strong {
  color: var(--np-ink);
  font-size: 16px;
}

.ninept-service-strip span {
  margin-top: 5px;
  color: var(--np-muted);
  font-size: 13px;
}

.ninept-category-rail {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 42px;
}

.ninept-category-rail a {
  min-width: 0;
  padding: 17px 12px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  color: var(--np-ink);
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(42, 126, 119, 0.12);
  text-align: center;
  text-decoration: none;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.ninept-category-rail a:hover {
  color: var(--np-ink);
  border-color: rgba(129, 216, 207, 0.74);
  background: #f6fffd;
  box-shadow: 0 16px 34px rgba(42, 126, 119, 0.16);
  transform: translateY(-2px);
}

.ninept-category-rail strong,
.ninept-category-rail span {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ninept-category-rail strong {
  color: var(--np-mint);
  font-size: 15px;
}

.ninept-category-rail span {
  margin-top: 5px;
  color: var(--np-muted);
  font-size: 12px;
}

.ninept-section {
  margin-top: 48px;
}

.ninept-section-muted {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.70);
  border-radius: 8px;
  background: var(--np-stage-soft);
}

.ninept-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.ninept-section-head span {
  display: block;
  color: var(--np-mint);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.ninept-section-head h2 {
  margin: 4px 0 0;
  color: var(--np-ink);
  font-size: clamp(23px, 3vw, 34px);
  line-height: 1.2;
  letter-spacing: 0;
}

.ninept-section-head > a {
  flex: 0 0 auto;
  color: var(--np-mint);
  font-size: 14px;
  font-weight: 850;
  text-decoration: none;
}

.ninept-section-head > a:hover {
  color: var(--np-rose-dark);
}

.ninept-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

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

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

.ninept-product-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.70);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(42, 126, 119, 0.12);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.ninept-product-card:hover {
  border-color: rgba(217, 134, 154, 0.52);
  box-shadow: 0 20px 42px rgba(42, 126, 119, 0.18);
  transform: translateY(-3px);
}

.ninept-card-media {
  position: relative;
  display: block;
  padding: 10px 10px 0;
  color: inherit;
  text-decoration: none;
}

.ninept-card-badge {
  position: absolute;
  top: 18px;
  left: 18px;
  max-width: calc(100% - 36px);
  padding: 5px 8px;
  overflow: hidden;
  border-radius: 999px;
  color: #fff;
  background: rgba(184, 95, 117, 0.88);
  font-size: 12px;
  font-weight: 850;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ninept-card-body {
  min-width: 0;
  padding: 13px 14px 14px;
}

.ninept-card-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 48px;
  overflow: hidden;
  color: var(--np-ink);
  font-size: 15px;
  font-weight: 850;
  line-height: 1.58;
  text-decoration: none;
}

.ninept-card-title:hover {
  color: var(--np-rose-dark);
}

.ninept-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  min-height: 27px;
  margin-top: 10px;
}

.ninept-card-meta span {
  max-width: 100%;
  padding: 3px 8px;
  overflow: hidden;
  border-radius: 999px;
  color: #786c72;
  background: #f1fffd;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ninept-card-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 12px;
}

.ninept-card-foot strong {
  min-width: 0;
  color: var(--np-rose-dark);
  font-size: 20px;
  line-height: 1;
}

.ninept-card-foot a {
  min-height: 34px;
  padding: 0 14px;
  font-size: 13px;
}

.ninept-empty {
  padding: 30px;
  border: 1px dashed var(--np-line);
  border-radius: 8px;
  color: var(--np-muted);
  background: #ffffff;
  text-align: center;
}

.ninept-note-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 42px;
  padding: 20px 22px;
  border: 1px solid rgba(255, 255, 255, 0.64);
  border-radius: 8px;
  background: linear-gradient(90deg, #ffffff, #e9fbf8);
  box-shadow: 0 16px 36px rgba(42, 126, 119, 0.13);
}

.ninept-note-band strong,
.ninept-note-band span {
  display: block;
}

.ninept-note-band strong {
  color: var(--np-ink);
  font-size: 18px;
}

.ninept-note-band span {
  margin-top: 5px;
  color: var(--np-muted);
  line-height: 1.7;
}

.ninept-note-band > a {
  flex: 0 0 auto;
  padding: 0 18px;
}

.ninept-preview-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  margin: 6px 0;
  padding: 0 14px;
  border-radius: 8px;
  color: #fff !important;
  background: var(--np-rose-dark);
  font-weight: 850;
  text-decoration: none !important;
}

.ninept-preview-link:hover {
  color: #fff !important;
  background: #9d4d61;
}

body.single-shop_product .article-content img,
body.single.shop .article-content img {
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(42, 126, 119, 0.08);
}

body.single-shop_product .article-content p,
body.single.shop .article-content p {
  line-height: 1.85;
}

body.single-shop_product .article-title,
body.single-shop_product h1,
body.single.shop .article-title,
body.single.shop h1 {
  line-height: 1.32;
  letter-spacing: 0;
}

.ninept-login-helper {
  margin: 8px 0 0;
  color: var(--np-muted);
  font-size: 13px;
  line-height: 1.6;
  text-align: center;
}

.ninept-mobile-buy {
  position: fixed;
  right: 10px;
  bottom: 10px;
  left: 10px;
  z-index: 999;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px;
  border: 1px solid rgba(217, 134, 154, 0.32);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 34px rgba(42, 126, 119, 0.16);
  backdrop-filter: blur(10px);
}

.ninept-mobile-buy strong {
  color: var(--np-rose-dark);
  font-size: 18px;
}

.ninept-mobile-buy span {
  display: block;
  color: var(--np-muted);
  font-size: 12px;
}

.ninept-mobile-buy button {
  flex: 0 0 auto;
  min-height: 40px;
  padding: 0 18px;
  border: 0;
  border-radius: 8px;
  color: #fff;
  background: var(--np-rose-dark);
  font-weight: 900;
}

.ninept-mobile-buy button:active {
  transform: translateY(1px);
}

.ninept-shop-home a:focus-visible,
.ninept-shop-home button:focus-visible,
.ninept-shop-home input:focus-visible,
.ninept-preview-link:focus-visible,
.ninept-mobile-buy button:focus-visible {
  outline: 3px solid rgba(217, 134, 154, 0.34);
  outline-offset: 2px;
}

body.shop .product-item,
body.post-type-archive-shop_product .product-item,
body.tax-shop_cat .product-item {
  border: 1px solid rgba(182, 235, 229, 0.78);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 30px rgba(42, 126, 119, 0.10);
}

body.shop .product-item img,
body.post-type-archive-shop_product .product-item img,
body.tax-shop_cat .product-item img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

body.shop .product-item .item-price,
body.post-type-archive-shop_product .product-item .item-price,
body.tax-shop_cat .product-item .item-price {
  color: var(--np-rose-dark) !important;
}

body.page-id-3098 {
  color: #233b3a;
  background:
    linear-gradient(180deg, #f7fbfa 0%, #f3fbf9 34%, #fff9f8 72%, #f7fbfa 100%) !important;
}

body.page-id-3098 .header,
body.page-id-3098 .header.show-slide,
body.page-id-3098 .header.header-layout-2 {
  background: var(--np-nav) !important;
  background-image: none !important;
  box-shadow: 0 10px 28px rgba(22, 22, 22, 0.08);
  backdrop-filter: blur(18px);
}

body.page-id-3098 .header a,
body.page-id-3098 .header .navbar-top,
body.page-id-3098 .header .navbar-button,
body.page-id-3098 .header .iconfont,
body.page-id-3098 .header .fa {
  color: #183f3b !important;
}

body.page-id-3098 .header .navbar-search,
body.page-id-3098 .header .search-input {
  color: #24534f !important;
  background: rgba(255, 255, 255, 0.42) !important;
}

body.page-id-3098 .header .toggle-radius,
body.page-id-3098 .header .toggle-theme,
body.page-id-3098 .header .navbar-button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  color: #274f4d !important;
  background: rgba(35, 55, 70, 0.06) !important;
  opacity: 1 !important;
}

body.page-id-3098 .header .toggle-radius svg.icon,
body.page-id-3098 .header .toggle-radius i,
body.page-id-3098 .header .toggle-theme i,
body.page-id-3098 .header .navbar-button svg,
body.page-id-3098 .header .navbar-button i {
  width: 16px;
  height: 16px;
  color: #274f4d !important;
  fill: currentColor !important;
  opacity: 1 !important;
}

body.page-id-3098 .header .toggle-radius svg.icon use,
body.page-id-3098 .header .navbar-button svg use {
  fill: currentColor !important;
}

body.page-id-3098 .header .cart,
body.page-id-3098 .header .cart-icon,
body.page-id-3098 .header .navbar-cart,
body.page-id-3098 .header .shop-cart,
body.page-id-3098 .header [class*="shopping"],
body.page-id-3098 .header [class*="cart"],
body.page-id-3098 .header a[href*="cart"],
body.page-id-3098 .header a[href*="checkout"] {
  display: none !important;
}

body.page-id-3098 .float-right a[href*="cart"],
body.page-id-3098 .float-right a[href*="checkout"],
body.page-id-3098 .float-right [class*="cart"],
body.page-id-3098 .float-right [class*="shopping"] {
  display: none !important;
}

body.page-id-3098 .header-slider-container {
  display: none !important;
}

body.page-id-3098 .main-search.fixed-body {
  position: fixed;
}

body.page-id-3098 .float-right {
  position: fixed;
}

body.page-id-3098 .fluid-widget-wrap {
  overflow: hidden;
  padding-top: 22px;
  padding-bottom: 42px;
  background:
    repeating-linear-gradient(90deg, rgba(28, 186, 188, 0.035) 0 1px, transparent 1px 38px),
    transparent;
}

body.page-id-3098 .alert.jb-yellow,
body.page-id-3098 .wp-block-zibllblock-alert .alert.jb-yellow {
  max-width: 1120px;
  min-height: 0;
  margin: 0 auto 22px;
  padding: 18px 22px !important;
  border: 1px solid rgba(129, 216, 207, 0.56);
  border-left: 4px solid #81d8cf;
  border-radius: 8px;
  color: #4d444a;
  background: #ffffff !important;
  background-image: none !important;
  box-shadow: 0 16px 36px rgba(42, 126, 119, 0.12);
}

body.page-id-3098 .alert.jb-yellow .close,
body.page-id-3098 .wp-block-zibllblock-alert .alert.jb-yellow .close {
  color: var(--np-rose-dark);
  opacity: 0.82;
}

body.page-id-3098 .zib-widget-wrap {
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
}

body.page-id-3098 .fluid-widget-wrap > .zib-widget-wrap:first-child {
  position: relative;
  overflow: hidden;
  margin-top: 10px;
  padding: 54px 36px 122px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 8px;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.98) 0%, rgba(229, 250, 247, 0.94) 52%, rgba(255, 237, 241, 0.86) 100%),
    repeating-linear-gradient(0deg, rgba(28, 186, 188, 0.07) 0 1px, transparent 1px 18px);
  box-shadow: 0 26px 68px rgba(53, 133, 129, 0.14);
}

body.page-id-3098 .fluid-widget-wrap > .zib-widget-wrap:first-child::before {
  content: "";
  position: absolute;
  inset: 18px;
  pointer-events: none;
  border: 1px solid rgba(28, 186, 188, 0.12);
  border-radius: 6px;
}

body.page-id-3098 .fluid-widget-wrap > .zib-widget-wrap:first-child::after {
  content: "PDF / EMAIL / PIANO";
  position: absolute;
  right: 34px;
  bottom: 28px;
  color: rgba(28, 186, 188, 0.22);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.24em;
}

body.page-id-3098 .fluid-widget-wrap > .zib-widget-wrap:first-child .widget-text-title {
  position: relative;
  z-index: 1;
  max-width: 790px;
  margin: 0 auto;
}

body.page-id-3098 .fluid-widget-wrap > .zib-widget-wrap:first-child .text-title-inner {
  color: #143f3e;
  font-size: clamp(34px, 5vw, 58px);
  font-weight: 900;
  line-height: 1.08;
}

body.page-id-3098 .fluid-widget-wrap > .zib-widget-wrap:first-child .text-desc-inner {
  max-width: 720px;
  color: #55716e;
  font-size: 17px;
  line-height: 1.85;
}

body.page-id-3098 .fluid-widget-wrap > .zib-widget-wrap:nth-child(2) {
  position: relative;
  z-index: 2;
  max-width: 780px;
  margin-top: -92px;
}

body.page-id-3098 .fluid-widget-wrap > .widget-container {
  position: relative;
  z-index: 2;
  max-width: 780px;
  margin: -92px auto 0;
}

body.page-id-3098 .fluid-widget-wrap > .zib-widget-wrap:nth-child(2) .theme-box,
body.page-id-3098 .fluid-widget-wrap > .widget-container .theme-box {
  overflow: hidden;
  border: 1px solid rgba(28, 186, 188, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94) !important;
  box-shadow: 0 18px 42px rgba(53, 133, 129, 0.16);
}

body.page-id-3098 .widget-search .line-form {
  min-height: 58px;
  border: 0;
  border-radius: 8px;
  background: #ffffff !important;
}

body.page-id-3098 .widget-search,
body.page-id-3098 .widget-search .search-input,
body.page-id-3098 .widget-search form.search-form {
  background: transparent !important;
}

body.page-id-3098 .widget-search .search-input {
  padding: 8px;
  border-radius: 8px;
}

body.page-id-3098 .widget-search .line-form-input {
  color: #173d3b;
  font-size: 16px;
}

body.page-id-3098 .widget-search .scale-placeholder {
  color: #7f9995;
}

body.page-id-3098 .widget-search button[type="submit"] {
  color: #ffffff;
  min-width: 46px;
  min-height: 46px;
  margin-right: 2px;
  border-radius: 8px;
  background: #1cbabc;
}

body.page-id-3098 .fluid-widget-wrap > .zib-widget-wrap:nth-child(3) {
  margin-top: 18px;
}

body.page-id-3098 .icon-cover-card {
  min-height: 94px;
  border: 1px solid rgba(28, 186, 188, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88) !important;
  box-shadow: 0 14px 34px rgba(53, 133, 129, 0.09);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

body.page-id-3098 .icon-cover-card:hover {
  border-color: rgba(191, 99, 123, 0.34);
  box-shadow: 0 18px 40px rgba(53, 133, 129, 0.14);
  transform: translateY(-2px);
}

body.page-id-3098 .icon-cover-card .icon-cover-desc .font-bold {
  color: #163f3e;
}

body.page-id-3098 .icon-cover-card .muted-color {
  color: #6e827f !important;
}

body.page-id-3098 .fluid-widget-wrap > .zib-widget-wrap:nth-child(4) {
  margin-top: 24px;
}

body.page-id-3098 .zib-widget-wrap > .title-theme,
body.page-id-3098 .zib-widget-wrap .box-header,
body.page-id-3098 .zib-widget-wrap .title-h-left {
  color: var(--np-ink);
}

body.page-id-3098 .zib-widget-wrap > .title-theme::before,
body.page-id-3098 .zib-widget-wrap .title-h-left::before {
  background: var(--np-mint) !important;
}

body.page-id-3098 .product-item {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.70) !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  box-shadow: 0 16px 34px rgba(37, 118, 111, 0.12) !important;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

body.page-id-3098 .product-item:hover {
  border-color: rgba(217, 134, 154, 0.52) !important;
  box-shadow: 0 20px 42px rgba(37, 118, 111, 0.18) !important;
  transform: translateY(-3px);
}

body.page-id-3098 .product-item img.fit-cover,
body.page-id-3098 .product-item .item-thumbnail img,
body.page-id-3098 .product-item .item-thumbnail {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

body.page-id-3098 .product-item .item-heading,
body.page-id-3098 .product-item .item-heading a {
  color: var(--np-ink) !important;
  font-weight: 850;
  line-height: 1.55;
}

body.page-id-3098 .product-item .item-price,
body.page-id-3098 .product-item .show-price-box,
body.page-id-3098 .product-item .pay-mark {
  color: var(--np-rose-dark) !important;
}

body.page-id-3098 .product-item .badg.b-red,
body.page-id-3098 .product-item .badg.badg-sm.b-red {
  background: var(--np-rose-dark) !important;
}

body.page-id-3098 .widget-graphic-cover {
  overflow: hidden;
  border: 1px solid rgba(129, 216, 207, 0.46);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(37, 118, 111, 0.14);
}

body.page-id-3098 .widget-graphic-cover .graphic {
  border-radius: 8px;
}

body.page-id-3098 .widget-graphic-cover .graphic img {
  filter: saturate(0.96) contrast(0.98);
  transition: transform 0.28s ease, filter 0.28s ease;
}

body.page-id-3098 .widget-graphic-cover .graphic:hover img {
  filter: saturate(1.08) contrast(1.02);
  transform: scale(1.035);
}

body.page-id-3098 .np-cover-title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  max-width: 92%;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 999px;
  color: #ffffff;
  background: rgba(17, 52, 51, 0.42);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(8px);
}

body.page-id-3098 .np-cover-title b {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.page-id-3098 .np-cover-title span {
  flex: 0 0 auto;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-weight: 700;
}

body.page-id-3098 .fluid-widget-wrap > .zib-widget-wrap:nth-child(n+5) {
  margin-top: 26px;
}

body.page-id-3098 .fluid-widget-wrap > .zib-widget-wrap:nth-child(n+5) > .title-theme {
  margin-bottom: 18px;
  font-size: 22px;
  font-weight: 900;
}

body.page-id-3098 .swiper-scroll {
  max-width: 100%;
  overflow: hidden !important;
}

body.page-id-3098 .swiper-wrapper-product-lists > .swiper-slide {
  width: calc((100% - 48px) / 4) !important;
  margin-right: 16px !important;
}

body.page-id-3098 .swiper-button-prev,
body.page-id-3098 .swiper-button-next {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(28, 186, 188, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 8px 18px rgba(53, 133, 129, 0.12);
}

body.page-id-3098 .widget-tab-product {
  padding: 18px;
  border: 1px solid rgba(28, 186, 188, 0.15);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 18px 42px rgba(53, 133, 129, 0.09);
}

body.page-id-3098 .widget-tab-product .index-tab {
  margin-bottom: 18px !important;
}

body.page-id-3098 .widget-tab-product .index-tab a {
  border-radius: 999px;
  color: #50706d;
}

body.page-id-3098 .widget-tab-product .index-tab .active a {
  color: #ffffff !important;
  background: #1cbabc !important;
  box-shadow: 0 10px 22px rgba(28, 186, 188, 0.22);
}

body.page-id-3098.np-pay-home-mounted {
  background:
    linear-gradient(180deg, #f8fbff 0%, #fff8fb 48%, #f2fffd 100%) !important;
}

body.page-id-3098.np-pay-home-mounted.nav-fixed {
  padding-top: 68px !important;
}

body.page-id-3098.np-pay-home-mounted .fluid-widget-wrap {
  padding: 0 0 64px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(28, 186, 188, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(28, 186, 188, 0.035) 1px, transparent 1px);
  background-size: 42px 42px;
}

.np-pay-page,
.np-pay-page * {
  box-sizing: border-box;
}

.np-pay-page {
  --np-home-ink: #252835;
  --np-home-muted: #68727f;
  --np-home-blue: #2486ff;
  --np-home-cyan: #1cbabc;
  --np-home-tiffany: #81d8cf;
  --np-home-pink: #ff4d8d;
  --np-home-purple: #a45df6;
  --np-home-green: #22c88a;
  --np-home-orange: #ff9f43;
  --np-home-line: rgba(38, 70, 88, 0.10);
  --np-home-shadow: 0 22px 58px rgba(48, 75, 112, 0.12);
  width: 100%;
  color: var(--np-home-ink);
}

.np-pay-page a {
  color: inherit;
  text-decoration: none;
}

.np-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(500px, 1.1fr);
  gap: 44px;
  width: 100%;
  min-height: 780px;
  align-items: center;
  max-width: none;
  margin: 0;
  overflow: hidden;
  padding: 88px max(36px, calc((100vw - 1280px) / 2 + 36px)) 84px;
}

.np-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 189, 213, 0.55), transparent 28%),
    radial-gradient(circle at 82% 14%, rgba(190, 231, 255, 0.78), transparent 30%),
    linear-gradient(118deg, rgba(255, 223, 235, 0.78) 0%, rgba(255, 255, 255, 0.86) 42%, rgba(205, 245, 255, 0.82) 100%);
  z-index: 0;
}

.np-hero::after {
  content: "";
  position: absolute;
  right: 82px;
  top: 34px;
  width: 160px;
  height: 160px;
  pointer-events: none;
  opacity: 0.35;
  background-image: radial-gradient(circle, rgba(28, 186, 188, 0.55) 1.5px, transparent 1.5px);
  background-size: 16px 16px;
  z-index: 0;
}

.np-hero-copy,
.np-hero-visual,
.np-section,
.np-feature-row {
  position: relative;
  z-index: 1;
}

.np-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  color: #246de8;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 12px 28px rgba(63, 118, 180, 0.10);
  font-size: 13px;
  font-weight: 850;
}

.np-hero h1 {
  max-width: 620px;
  margin: 24px 0 18px;
  color: #202229;
  font-size: 58px;
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: 0;
}

.np-hero h1 mark {
  display: block;
  color: transparent;
  background: linear-gradient(90deg, #ff6f7c, #ff38a6 54%, #a45df6);
  -webkit-background-clip: text;
  background-clip: text;
}

.np-hero p {
  max-width: 660px;
  margin: 0;
  color: #66717d;
  font-size: 17px;
  line-height: 1.9;
}

.np-hero-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 118px;
  gap: 10px;
  max-width: 640px;
  margin: 28px 0 16px;
  padding: 9px;
  border: 1px solid rgba(28, 186, 188, 0.24);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 40px rgba(33, 119, 145, 0.12);
  backdrop-filter: blur(14px);
}

.np-hero-search input[type="search"] {
  min-width: 0;
  width: 100%;
  height: 46px;
  border: 0;
  outline: 0;
  padding: 0 12px;
  color: #25333d;
  background: transparent;
  font-size: 15px;
}

.np-hero-search button,
.np-plan-card > a,
.np-product-foot a,
.np-feature-copy a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border: 0;
  border-radius: 8px;
  color: #ffffff;
  background: linear-gradient(90deg, #ff806f, #ff4d8d);
  font-weight: 850;
  text-decoration: none;
  box-shadow: 0 14px 28px rgba(255, 77, 141, 0.20);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.np-hero-search button:hover,
.np-plan-card > a:hover,
.np-product-foot a:hover,
.np-feature-copy a:hover {
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 18px 32px rgba(255, 77, 141, 0.26);
}

.np-hero-actions,
.np-hero-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.np-hero-actions a {
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  color: #54616f;
  background: rgba(255, 255, 255, 0.78);
  font-weight: 800;
}

.np-hero-actions a:hover {
  color: #ffffff;
  background: var(--np-home-cyan);
}

.np-hero-price {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-top: 30px;
}

.np-hero-price span,
.np-hero-price em {
  color: var(--np-home-muted);
  font-style: normal;
  font-weight: 800;
}

.np-hero-price strong {
  color: #ff6d7d;
  font-size: 48px;
  line-height: 1;
  font-weight: 950;
}

.np-hero-notes {
  margin-top: 20px;
  color: #586572;
  font-size: 14px;
}

.np-hero-notes span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.np-hero-notes span::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--np-home-blue);
}

.np-hero-visual {
  position: relative;
  min-height: 540px;
  perspective: 1400px;
}

.np-browser-window {
  position: absolute;
  top: 54px;
  right: 8px;
  width: 640px;
  max-width: 100%;
  padding: 46px 20px 24px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 30px 80px rgba(56, 85, 122, 0.18);
  backdrop-filter: blur(12px);
}

.np-window-bar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  gap: 7px;
  height: 34px;
  padding: 0 14px;
  border-bottom: 1px solid rgba(28, 50, 70, 0.08);
}

.np-window-bar i {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #ff5f57;
}

.np-window-bar i:nth-child(2) {
  background: #ffbd2e;
}

.np-window-bar i:nth-child(3) {
  background: #28c840;
}

.np-window-bar span {
  margin-left: auto;
  color: #98a2ad;
  font-size: 12px;
  font-weight: 800;
}

.np-hero-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.np-hero-mini-card,
.np-product-card {
  overflow: hidden;
  border: 1px solid rgba(35, 120, 140, 0.12);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--np-home-shadow);
}

.np-hero-mini-card {
  display: block;
  padding: 10px;
  color: #20242c;
  transform: rotate(-1deg);
}

.np-hero-mini-card:nth-child(even) {
  transform: translateY(18px) rotate(1.3deg);
}

.np-hero-mini-card img,
.np-generated-cover {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 6px;
}

.np-hero-mini-card > img,
.np-hero-mini-card > .np-generated-cover {
  aspect-ratio: 16 / 10;
  min-height: 0;
}

.np-hero-mini-card > span:not(.np-generated-cover) {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 42px;
  margin-top: 10px;
  overflow: hidden;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.5;
}

.np-generated-cover {
  position: relative;
  min-height: 160px;
  padding: 18px;
  color: #26313d;
  background:
    linear-gradient(145deg, #ffffff 0%, #eafffd 48%, #ffeaf2 100%),
    repeating-linear-gradient(0deg, rgba(28, 186, 188, 0.11) 0 1px, transparent 1px 18px);
}

.np-generated-cover::after {
  content: "P";
  position: absolute;
  right: 14px;
  bottom: 0;
  color: rgba(255, 77, 141, 0.16);
  font-size: 84px;
  font-weight: 950;
  line-height: 1;
}

.np-generated-cover span,
.np-generated-cover strong,
.np-generated-cover em {
  position: relative;
  z-index: 1;
  display: block;
}

.np-generated-cover span {
  color: #1b9fa4;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.np-generated-cover strong {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-top: 18px;
  overflow: hidden;
  font-size: 18px;
  line-height: 1.45;
}

.np-generated-cover em {
  margin-top: 14px;
  color: #ff4d8d;
  font-size: 12px;
  font-style: normal;
  font-weight: 850;
}

.np-phone-card {
  position: absolute;
  right: 0;
  bottom: 10px;
  width: 220px;
  padding: 22px 18px;
  border: 10px solid #222733;
  border-radius: 28px;
  color: #ffffff;
  background:
    linear-gradient(180deg, rgba(24, 33, 45, 0.68), rgba(24, 33, 45, 0.92)),
    linear-gradient(135deg, #1cbabc, #ff4d8d);
  box-shadow: 0 28px 70px rgba(28, 38, 55, 0.28);
}

.np-phone-card span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  font-weight: 900;
}

.np-phone-card strong {
  display: block;
  margin-top: 68px;
  font-size: 22px;
  line-height: 1.32;
}

.np-phone-card p {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  line-height: 1.7;
}

.np-zibll-3d-stage {
  position: absolute;
  inset: 0;
  transform-style: preserve-3d;
}

.np-zibll-3d-stage::before {
  content: "";
  position: absolute;
  right: 18%;
  bottom: -18px;
  width: 54%;
  height: 60px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(55, 80, 116, 0.20), transparent 68%);
  filter: blur(10px);
}

.np-device {
  color: #242936;
  text-decoration: none;
  transform-style: preserve-3d;
  will-change: transform;
}

.np-device-back {
  position: absolute;
  top: 22px;
  right: 30px;
  width: min(620px, 92%);
  min-height: 382px;
  padding: 50px 20px 22px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 30px 88px rgba(60, 88, 126, 0.20);
  backdrop-filter: blur(14px);
  transform: rotateY(-11deg) rotateX(3deg) translateZ(-18px);
  animation: npFloatBack 7s ease-in-out infinite;
}

.np-device-tablet {
  position: absolute;
  left: 8px;
  bottom: 30px;
  z-index: 3;
  width: min(500px, 72%);
  padding: 16px;
  border: 12px solid #20232c;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 30px 84px rgba(35, 48, 73, 0.26);
  transform: rotateZ(-4deg) rotateY(12deg) translateZ(52px);
  animation: npFloatTablet 6.4s ease-in-out infinite;
}

.np-device-phone {
  position: absolute;
  right: -4px;
  bottom: 44px;
  z-index: 4;
  width: 220px;
  min-height: 408px;
  padding: 22px 16px 20px;
  border: 10px solid #20232c;
  border-radius: 30px;
  color: #ffffff;
  background:
    linear-gradient(180deg, rgba(28, 35, 50, 0.76), rgba(25, 24, 42, 0.96)),
    linear-gradient(135deg, #1cbabc, #ff4d8d);
  box-shadow: 0 30px 80px rgba(30, 42, 67, 0.28);
  transform: rotateZ(8deg) rotateY(-14deg) translateZ(92px);
  animation: npFloatPhone 5.8s ease-in-out infinite;
}

.np-device-bar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  gap: 7px;
  height: 34px;
  padding: 0 14px;
  border-bottom: 1px solid rgba(28, 50, 70, 0.08);
}

.np-device-bar i {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #ff5f57;
}

.np-device-bar i:nth-child(2) {
  background: #ffbd2e;
}

.np-device-bar i:nth-child(3) {
  background: #28c840;
}

.np-device-bar span {
  margin-left: auto;
  color: #98a2ad;
  font-size: 12px;
  font-weight: 900;
}

.np-device-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(190px, 0.85fr);
  gap: 16px;
  align-items: stretch;
}

.np-device-hero > img,
.np-device-hero > .np-generated-cover {
  width: 100%;
  height: 238px;
  min-height: 0;
  object-fit: cover;
  border-radius: 8px;
}

.np-device-hero > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 20px;
  border-radius: 8px;
  color: #ffffff;
  background: linear-gradient(135deg, #ff806f, #ff4d8d 48%, #a45df6);
}

.np-device-hero strong,
.np-device-hero span {
  display: block;
  min-width: 0;
}

.np-device-hero strong {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 24px;
  line-height: 1.28;
}

.np-device-hero span {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 800;
}

.np-device-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.np-device-strip a {
  min-width: 0;
  padding: 8px;
  border-radius: 8px;
  color: #242936;
  background: #ffffff;
  box-shadow: 0 12px 26px rgba(48, 75, 112, 0.10);
}

.np-device-strip img,
.np-device-strip .np-generated-cover {
  width: 100%;
  aspect-ratio: 16 / 9;
  min-height: 0;
  object-fit: cover;
  border-radius: 6px;
}

.np-device-strip span,
.np-device-tablet strong {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.np-device-strip span {
  min-height: 34px;
  margin-top: 8px;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.4;
}

.np-device-tablet > img,
.np-device-tablet > .np-generated-cover {
  width: 100%;
  aspect-ratio: 16 / 9;
  min-height: 0;
  object-fit: cover;
  border-radius: 10px;
}

.np-device-tablet strong {
  min-height: 48px;
  margin-top: 12px;
  color: #20242c;
  font-size: 18px;
  line-height: 1.35;
}

.np-device-phone > span,
.np-device-phone strong,
.np-device-phone em {
  display: block;
  position: relative;
  z-index: 1;
}

.np-device-phone > span {
  color: rgba(255, 255, 255, 0.74);
  font-size: 11px;
  font-weight: 950;
}

.np-device-phone img,
.np-device-phone .np-generated-cover {
  width: 100%;
  aspect-ratio: 1 / 1;
  min-height: 0;
  margin-top: 20px;
  object-fit: cover;
  border-radius: 14px;
}

.np-device-phone strong {
  margin-top: 24px;
  font-size: 22px;
  line-height: 1.28;
}

.np-device-phone em {
  margin-top: 12px;
  color: #1cbabc;
  font-style: normal;
  font-weight: 900;
}

@keyframes npFloatBack {
  0%, 100% { transform: rotateY(-11deg) rotateX(3deg) translate3d(0, 0, -18px); }
  50% { transform: rotateY(-8deg) rotateX(4deg) translate3d(0, -12px, -10px); }
}

@keyframes npFloatTablet {
  0%, 100% { transform: rotateZ(-4deg) rotateY(12deg) translate3d(0, 0, 52px); }
  50% { transform: rotateZ(-2deg) rotateY(9deg) translate3d(0, -14px, 70px); }
}

@keyframes npFloatPhone {
  0%, 100% { transform: rotateZ(8deg) rotateY(-14deg) translate3d(0, 0, 92px); }
  50% { transform: rotateZ(6deg) rotateY(-10deg) translate3d(0, -18px, 112px); }
}

.np-section,
.np-feature-row {
  max-width: 1280px;
  margin: 0 auto;
  padding: 70px 36px;
}

.np-big-title {
  max-width: 760px;
  margin: 0 auto 38px;
  text-align: center;
}

.np-big-title > span,
.np-section-head span,
.np-feature-copy > span {
  display: block;
  color: var(--np-home-cyan);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.np-big-title h2,
.np-section-head h2,
.np-feature-copy h2 {
  margin: 8px 0 0;
  color: #222630;
  font-size: 34px;
  line-height: 1.25;
  font-weight: 950;
  letter-spacing: 0;
}

.np-big-title p,
.np-section-head p,
.np-feature-copy p {
  margin: 12px 0 0;
  color: var(--np-home-muted);
  font-size: 16px;
  line-height: 1.85;
}

.np-plan-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

.np-plan-card {
  position: relative;
  min-width: 0;
  padding: 30px 28px 28px;
  border: 1px solid rgba(28, 80, 120, 0.10);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 48px rgba(48, 75, 112, 0.10);
}

.np-plan-card.is-featured {
  border-color: rgba(255, 77, 141, 0.44);
  box-shadow: 0 26px 68px rgba(255, 77, 141, 0.16);
  transform: translateY(-18px);
}

.np-plan-card b {
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 6px 12px;
  border-radius: 999px;
  color: #ffffff;
  background: #ff4d8d;
  font-size: 13px;
}

.np-plan-label {
  color: var(--np-home-cyan);
  font-weight: 900;
}

.np-plan-card h3 {
  margin: 8px 0 6px;
  color: #22242e;
  font-size: 30px;
  font-weight: 950;
}

.np-plan-card p {
  min-height: 54px;
  margin: 0;
  color: var(--np-home-muted);
  line-height: 1.75;
}

.np-plan-price {
  margin: 24px 0 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(60, 85, 110, 0.10);
  color: #ff4d8d;
  font-size: 46px;
  line-height: 1;
  font-weight: 950;
}

.np-plan-price small {
  color: #7b8490;
  font-size: 15px;
  font-weight: 800;
}

.np-plan-card ul {
  min-height: 190px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.np-plan-card li {
  position: relative;
  padding: 8px 0 8px 24px;
  color: #4d5864;
}

.np-plan-card li::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: currentColor;
}

.np-plan-card.accent-blue .np-plan-price,
.np-plan-card.accent-blue h3 {
  color: var(--np-home-blue);
}

.np-plan-card.accent-purple .np-plan-price,
.np-plan-card.accent-purple h3 {
  color: var(--np-home-purple);
}

.np-plan-card > a {
  width: 100%;
  margin-top: 22px;
}

.np-plan-card.accent-blue > a {
  background: linear-gradient(90deg, #2486ff, #1cbabc);
  box-shadow: 0 14px 28px rgba(36, 134, 255, 0.18);
}

.np-plan-card.accent-purple > a {
  background: linear-gradient(90deg, #a45df6, #ff70b5);
  box-shadow: 0 14px 28px rgba(164, 93, 246, 0.18);
}

.np-service-ribbon {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-top: 30px;
  padding: 18px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 16px 38px rgba(48, 75, 112, 0.10);
}

.np-service-ribbon span {
  min-width: 0;
  color: #3d4855;
  font-weight: 850;
  text-align: center;
}

.np-feature-row {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(440px, 1.08fr);
  gap: 62px;
  align-items: center;
}

.np-feature-b {
  grid-template-columns: minmax(440px, 1.05fr) minmax(0, 0.95fr);
}

.np-feature-copy strong {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 28px;
  color: #3c424c;
  font-size: 76px;
  line-height: 1;
  font-weight: 950;
}

.np-feature-copy small {
  max-width: 130px;
  margin-top: 12px;
  color: #3c424c;
  font-size: 18px;
  line-height: 1.22;
}

.np-feature-copy div {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.np-feature-copy a {
  min-width: 110px;
  min-height: 38px;
  padding: 0 16px;
}

.np-feature-copy a + a {
  color: #5c6875;
  background: #ffffff;
  box-shadow: 0 12px 24px rgba(48, 75, 112, 0.10);
}

.np-feature-board {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 20px;
  border: 1px solid rgba(35, 120, 140, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 22px 62px rgba(48, 75, 112, 0.12);
}

.np-category-pill {
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(28, 186, 188, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(238, 255, 253, 0.86));
}

.np-category-pill strong,
.np-category-pill span {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.np-category-pill strong {
  color: #25313d;
  font-size: 16px;
}

.np-category-pill span {
  margin-top: 6px;
  color: var(--np-home-muted);
  font-size: 13px;
}

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

.np-shop-board div {
  min-height: 160px;
  padding: 22px;
  border-radius: 8px;
  background: linear-gradient(135deg, #ffffff, #f3fffd);
}

.np-shop-board strong,
.np-shop-board span {
  display: block;
}

.np-shop-board strong {
  color: #1b9fa4;
  font-size: 24px;
}

.np-shop-board span {
  margin-top: 64px;
  color: var(--np-home-muted);
}

.np-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 22px;
}

.np-section-head > div {
  min-width: 0;
}

.np-section-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
}

.np-section-actions > a {
  color: #1b9fa4;
  font-weight: 850;
}

.np-carousel-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(28, 186, 188, 0.22);
  border-radius: 999px;
  color: #2f4554;
  background: #ffffff;
  box-shadow: 0 8px 18px rgba(48, 75, 112, 0.10);
  font-size: 22px;
  line-height: 1;
}

.np-carousel-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 54px) / 4);
  gap: 18px;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 8px 2px 18px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.np-carousel-track::-webkit-scrollbar {
  display: none;
}

.np-product-card {
  scroll-snap-align: start;
  min-width: 0;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.np-product-card:hover {
  border-color: rgba(255, 77, 141, 0.36);
  transform: translateY(-3px);
  box-shadow: 0 24px 60px rgba(48, 75, 112, 0.16);
}

.np-product-art {
  position: relative;
  display: block;
  padding: 10px 10px 0;
}

.np-product-art img,
.np-product-art .np-generated-cover {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 6px;
}

.np-product-badge {
  position: absolute;
  top: 18px;
  left: 18px;
  max-width: calc(100% - 36px);
  padding: 5px 8px;
  overflow: hidden;
  border-radius: 999px;
  color: #ffffff;
  background: rgba(255, 77, 141, 0.92);
  font-size: 12px;
  font-weight: 850;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.np-product-body {
  padding: 13px 14px 14px;
}

.np-product-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 46px;
  overflow: hidden;
  color: #252835;
  font-size: 15px;
  font-weight: 850;
  line-height: 1.55;
}

.np-product-title:hover {
  color: #ff4d8d;
}

.np-product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  min-height: 27px;
  margin-top: 9px;
}

.np-product-meta span {
  max-width: 100%;
  padding: 3px 8px;
  overflow: hidden;
  border-radius: 999px;
  color: #637080;
  background: #f2fffd;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.np-product-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 12px;
}

.np-product-foot strong {
  min-width: 0;
  color: #ff4d8d;
  font-size: 20px;
  line-height: 1;
}

.np-product-foot a {
  min-height: 34px;
  padding: 0 14px;
  font-size: 13px;
}

.np-bento {
  padding-top: 82px;
}

.np-bento-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}

.np-bento-card {
  min-height: 160px;
  grid-column: span 2;
  padding: 24px;
  border: 1px solid rgba(28, 80, 120, 0.10);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 16px 42px rgba(48, 75, 112, 0.10);
}

.np-bento-card.large {
  grid-column: span 3;
  min-height: 250px;
}

.np-bento-card h3 {
  margin: 0;
  color: #232834;
  font-size: 24px;
  font-weight: 950;
}

.np-bento-card p {
  margin: 12px 0 0;
  color: var(--np-home-muted);
  line-height: 1.8;
}

.np-bento-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.np-bento-card li {
  padding: 7px 10px;
  border-radius: 999px;
  color: #ffffff;
  background: #1cbabc;
  font-size: 13px;
  font-weight: 850;
}

.np-faq {
  padding-top: 44px;
}

.np-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.np-faq details {
  border: 1px solid rgba(28, 80, 120, 0.10);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 14px 34px rgba(48, 75, 112, 0.08);
}

.np-faq summary {
  cursor: pointer;
  padding: 18px 20px;
  color: #232834;
  font-weight: 900;
}

.np-faq p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--np-home-muted);
  line-height: 1.8;
}

.np-empty,
.np-hero-window-empty {
  padding: 28px;
  border: 1px dashed rgba(28, 186, 188, 0.34);
  border-radius: 8px;
  color: var(--np-home-muted);
  background: #ffffff;
  text-align: center;
}

@media (max-width: 1100px) {
  .np-hero,
  .np-feature-row,
  .np-feature-b {
    grid-template-columns: 1fr;
  }

  .np-hero {
    min-height: 0;
    padding-top: 70px;
  }

  .np-hero-visual {
    min-height: 560px;
  }

  .np-zibll-3d-stage {
    position: relative;
    height: 560px;
  }

  .np-browser-window {
    left: 0;
    right: auto;
    width: calc(100% - 86px);
  }

  .np-phone-card {
    right: 8px;
  }

  .np-device-back {
    right: 0;
    width: 88%;
  }

  .np-device-tablet {
    left: 0;
    width: 66%;
  }

  .np-device-phone {
    right: 0;
  }

  .np-plan-cards {
    grid-template-columns: 1fr;
  }

  .np-plan-card.is-featured {
    transform: none;
  }

  .np-plan-card ul {
    min-height: 0;
  }

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

  .np-carousel-track {
    grid-auto-columns: calc((100% - 36px) / 3);
  }
}

@media (max-width: 860px) {
  body.page-id-3098.np-pay-home-mounted .fluid-widget-wrap {
    padding-bottom: 38px;
  }

  .np-hero,
  .np-section,
  .np-feature-row {
    padding-right: 14px;
    padding-left: 14px;
  }

  .np-hero {
    padding-top: 42px;
    padding-bottom: 40px;
  }

  .np-hero h1 {
    max-width: 100%;
    font-size: 38px;
  }

  .np-hero p {
    font-size: 15px;
  }

  .np-hero-search {
    grid-template-columns: 1fr;
  }

  .np-hero-search button {
    width: 100%;
  }

  .np-hero-price {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .np-hero-price strong {
    font-size: 42px;
  }

  .np-hero-visual {
    min-height: 520px;
  }

  .np-zibll-3d-stage {
    height: 520px;
  }

  .np-browser-window {
    position: relative;
    top: auto;
    width: 100%;
  }

  .np-phone-card {
    right: 12px;
    bottom: -14px;
    width: 188px;
    border-width: 8px;
  }

  .np-phone-card strong {
    margin-top: 38px;
    font-size: 19px;
  }

  .np-device-back {
    top: 0;
    width: 100%;
    min-height: 330px;
    transform: none;
  }

  .np-device-hero {
    grid-template-columns: 1fr;
  }

  .np-device-hero > img,
  .np-device-hero > .np-generated-cover {
    height: 150px;
  }

  .np-device-hero > div {
    padding: 14px;
  }

  .np-device-hero strong {
    font-size: 18px;
  }

  .np-device-tablet {
    bottom: 8px;
    width: 62%;
    border-width: 8px;
  }

  .np-device-phone {
    bottom: 0;
    width: 160px;
    min-height: 300px;
    border-width: 8px;
    border-radius: 24px;
  }

  .np-device-phone strong {
    margin-top: 16px;
    font-size: 18px;
  }

  .np-big-title h2,
  .np-section-head h2,
  .np-feature-copy h2 {
    font-size: 28px;
  }

  .np-section {
    padding-top: 46px;
    padding-bottom: 46px;
  }

  .np-feature-row {
    gap: 28px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .np-plan-card {
    padding: 24px 20px;
  }

  .np-plan-card h3 {
    font-size: 26px;
  }

  .np-plan-price {
    font-size: 38px;
  }

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

  .np-feature-copy strong {
    font-size: 56px;
  }

  .np-feature-board {
    grid-template-columns: 1fr;
    padding: 14px;
  }

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

  .np-shop-board div {
    min-height: 126px;
    padding: 18px;
  }

  .np-shop-board span {
    margin-top: 40px;
  }

  .np-section-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .np-section-actions {
    width: 100%;
  }

  .np-section-actions > a {
    margin-right: auto;
  }

  .np-carousel-track {
    grid-auto-columns: calc((100% - 14px) / 2);
    gap: 14px;
  }

  .np-bento-grid,
  .np-faq-grid {
    grid-template-columns: 1fr;
  }

  .np-bento-card,
  .np-bento-card.large {
    grid-column: auto;
    min-height: 0;
  }
}

@media (max-width: 560px) {
  body.page-id-3098.np-pay-home-mounted.nav-fixed {
    padding-top: 58px !important;
  }

  .np-hero {
    padding-top: 30px;
  }

  body.page-id-3098 .header,
  body.page-id-3098 .header.show-slide,
  body.page-id-3098 .header.header-layout-2 {
    min-height: 58px;
    background: rgba(255, 255, 255, 0.92) !important;
    box-shadow: 0 8px 24px rgba(45, 64, 91, 0.08);
    backdrop-filter: blur(16px);
  }

  body.page-id-3098 .header .navbar-toggle,
  body.page-id-3098 .header .mobile-navbar-toggle,
  body.page-id-3098 .header .navbar-search,
  body.page-id-3098 .header .navbar-button,
  body.page-id-3098 .header .toggle-radius,
  body.page-id-3098 .header .toggle-theme {
    color: #24343c !important;
    opacity: 1 !important;
  }

  body.page-id-3098 .header .navbar-toggle,
  body.page-id-3098 .header .mobile-navbar-toggle,
  body.page-id-3098 .header .navbar-button,
  body.page-id-3098 .header .toggle-radius,
  body.page-id-3098 .header .toggle-theme {
    background: rgba(255, 255, 255, 0.78) !important;
    box-shadow: 0 8px 18px rgba(42, 72, 94, 0.10);
  }

  body.page-id-3098 .header .navbar-toggle .icon-bar,
  body.page-id-3098 .header .mobile-navbar-toggle .icon-bar,
  body.page-id-3098 .header .navbar-toggle span,
  body.page-id-3098 .header .mobile-navbar-toggle span {
    background-color: #24343c !important;
  }

  body.page-id-3098 .header .navbar-toggle i,
  body.page-id-3098 .header .mobile-navbar-toggle i,
  body.page-id-3098 .header .navbar-search i,
  body.page-id-3098 .header .main-search-btn svg,
  body.page-id-3098 .header .main-search-btn svg use,
  body.page-id-3098 .header .navbar-button i,
  body.page-id-3098 .header .navbar-button svg,
  body.page-id-3098 .header .toggle-radius svg,
  body.page-id-3098 .header .toggle-radius i {
    color: #24343c !important;
    fill: currentColor !important;
    opacity: 1 !important;
  }

  body.page-id-3098 .header .css-icon.i-menu::before,
  body.page-id-3098 .header .css-icon.i-menu::after,
  body.page-id-3098 .header .css-icon.i-menu > i {
    background: #24343c !important;
  }

  body.page-id-3098 .header .main-search-btn {
    position: relative;
  }

  body.page-id-3098 .header .main-search-btn svg {
    display: none !important;
  }

  body.page-id-3098 .header .main-search-btn::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 13px;
    height: 13px;
    border: 2px solid #24343c;
    border-radius: 999px;
    transform: translate(-56%, -56%);
  }

  body.page-id-3098 .header .main-search-btn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 7px;
    height: 2px;
    border-radius: 999px;
    background: #24343c;
    transform: translate(3px, 6px) rotate(45deg);
  }

  .np-hero::after {
    display: none;
  }

  .np-hero h1 {
    font-size: 34px;
  }

  .np-hero-actions a {
    flex: 1 1 calc(50% - 12px);
    justify-content: center;
    min-width: 0;
  }

  .np-hero-grid {
    gap: 10px;
  }

  .np-hero-mini-card {
    padding: 8px;
  }

  .np-hero-mini-card:nth-child(even) {
    transform: none;
  }

  .np-phone-card {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 14px;
    border-radius: 8px;
  }

  .np-phone-card strong {
    margin-top: 24px;
  }

  .np-hero-visual {
    min-height: 470px;
  }

  .np-zibll-3d-stage {
    position: relative;
    height: 470px;
    min-height: 0;
  }

  .np-device-back {
    position: absolute;
    top: 0;
    right: 2px;
    width: 96%;
    min-height: 270px;
    padding: 42px 12px 14px;
    transform: rotateY(-8deg) rotateX(3deg) scale(0.9);
    transform-origin: top center;
    animation: npFloatBackMobile 7s ease-in-out infinite;
  }

  .np-device-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
  }

  .np-device-strip a {
    padding: 6px;
  }

  .np-device-strip span {
    min-height: 28px;
    font-size: 10px;
  }

  .np-device-phone {
    position: absolute;
    right: 4px;
    bottom: 34px;
    width: 124px;
    min-height: 238px;
    margin-top: 0;
    padding: 14px 9px 12px;
    border-width: 7px;
    border-radius: 22px;
    transform: rotateZ(7deg) rotateY(-12deg) translateZ(72px);
    animation: npFloatPhoneMobile 5.8s ease-in-out infinite;
  }

  .np-device-tablet {
    display: block;
    left: 0;
    bottom: 58px;
    width: 72%;
    padding: 10px;
    border-width: 7px;
    border-radius: 16px;
    transform: rotateZ(-4deg) rotateY(10deg) translateZ(46px);
    animation: npFloatTabletMobile 6.4s ease-in-out infinite;
  }

  .np-device-tablet strong {
    min-height: 34px;
    margin-top: 8px;
    font-size: 12px;
  }

  .np-device-phone img,
  .np-device-phone .np-generated-cover {
    margin-top: 12px;
    border-radius: 10px;
  }

  .np-device-phone strong {
    margin-top: 12px;
    font-size: 14px;
  }

  .np-device-phone em {
    margin-top: 6px;
    font-size: 11px;
  }

  @keyframes npFloatBackMobile {
    0%, 100% { transform: rotateY(-8deg) rotateX(3deg) scale(0.9) translate3d(0, 0, -12px); }
    50% { transform: rotateY(-5deg) rotateX(4deg) scale(0.9) translate3d(0, -8px, -4px); }
  }

  @keyframes npFloatTabletMobile {
    0%, 100% { transform: rotateZ(-4deg) rotateY(10deg) translate3d(0, 0, 46px); }
    50% { transform: rotateZ(-2deg) rotateY(8deg) translate3d(0, -8px, 56px); }
  }

  @keyframes npFloatPhoneMobile {
    0%, 100% { transform: rotateZ(7deg) rotateY(-12deg) translate3d(0, 0, 72px); }
    50% { transform: rotateZ(5deg) rotateY(-9deg) translate3d(0, -10px, 84px); }
  }

  .np-service-ribbon,
  .np-shop-board {
    grid-template-columns: 1fr;
  }

  .np-carousel-track {
    grid-auto-columns: 82%;
  }

  .np-product-title {
    min-height: 0;
  }
}

@media (max-width: 1100px) {
  .ninept-category-rail {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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

@media (max-width: 860px) {
  .ninept-shop-home {
    padding: 10px 0 34px;
  }

  .ninept-hero {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 26px 18px;
  }

  .ninept-hero::before {
    inset: 14px;
  }

  .ninept-hero::after {
    opacity: 0.12;
  }

  .ninept-hero h1 {
    font-size: 34px;
  }

  .ninept-hero p {
    font-size: 15px;
  }

  .ninept-hero-search {
    grid-template-columns: 1fr;
    padding: 8px;
  }

  .ninept-hero-search button {
    width: 100%;
  }

  .ninept-hero-board {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    transform: none;
  }

  .ninept-hero-card:nth-child(even) {
    transform: none;
  }

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

  .ninept-service-strip div + div {
    border-left: 0;
  }

  .ninept-service-strip div:nth-child(2n) {
    border-left: 1px solid var(--np-line);
  }

  .ninept-service-strip div:nth-child(n + 3) {
    border-top: 1px solid var(--np-line);
  }

  .ninept-product-grid,
  .ninept-product-grid.featured,
  .ninept-product-grid.compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .ninept-section-muted {
    padding: 18px;
  }

  .ninept-note-band {
    align-items: flex-start;
    flex-direction: column;
  }

  .ninept-note-band > a {
    width: 100%;
  }

  body.single-shop_product .ninept-mobile-buy,
  body.single.shop .ninept-mobile-buy {
    display: flex;
  }

  body.page-id-3098 .alert.jb-yellow,
  body.page-id-3098 .wp-block-zibllblock-alert .alert.jb-yellow,
  body.page-id-3098 .zib-widget-wrap {
    margin-right: 12px;
    margin-left: 12px;
  }

  body.page-id-3098 .fluid-widget-wrap {
    padding-top: 12px;
  }

  body.page-id-3098 .fluid-widget-wrap > .zib-widget-wrap:first-child {
    padding: 34px 18px 96px;
  }

  body.page-id-3098 .fluid-widget-wrap > .zib-widget-wrap:first-child::after {
    right: 18px;
    bottom: 20px;
    font-size: 10px;
    letter-spacing: 0.16em;
  }

  body.page-id-3098 .fluid-widget-wrap > .zib-widget-wrap:first-child .text-desc-inner {
    font-size: 14px;
  }

  body.page-id-3098 .fluid-widget-wrap > .zib-widget-wrap:nth-child(2) {
    margin-top: -76px;
  }

  body.page-id-3098 .fluid-widget-wrap > .widget-container {
    margin-top: -76px;
  }

  body.page-id-3098 .widget-search .line-form {
    min-height: 52px;
  }

  body.page-id-3098 .icon-cover-card {
    min-height: 82px;
  }

  body.page-id-3098 .widget-tab-product {
    padding: 12px;
  }

  body.page-id-3098 .swiper-scroll {
    max-width: 100%;
    overflow: hidden !important;
  }
}

@media (max-width: 560px) {
  .ninept-hero-stats div {
    flex: 1 1 calc(50% - 10px);
    min-width: 0;
  }

  .ninept-hero-board {
    gap: 10px;
  }

  .ninept-service-strip,
  .ninept-category-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ninept-section-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .ninept-product-grid,
  .ninept-product-grid.featured,
  .ninept-product-grid.compact {
    grid-template-columns: 1fr;
  }

  .ninept-card-title {
    min-height: 0;
  }
}
