/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.1
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

:root {
  --np-navy: #17324d;
  --np-navy-deep: #0d2235;
  --np-blue: #25597d;
  --np-steel: #e8edf1;
  --np-steel-dark: #cbd5dc;
  --np-orange: #c92832;
  --np-orange-dark: #a91d26;
  --np-ink: #16212a;
  --np-muted: #667682;
  --np-line: #dce4e9;
  --np-soft: #f4f7f9;
  --np-white: #fff;
  --np-shadow: 0 18px 48px rgba(13, 34, 53, .11);
}

body {
  color: var(--np-ink);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  background: #fff;
}

h1, h2, h3, h4, h5, h6,
.heading-font,
.nav > li > a {
  color: var(--np-ink);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-weight: 750;
  letter-spacing: -.025em;
}

p, li, td, th {
  line-height: 1.65;
}

a, button, .button {
  transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.header-wrapper {
  box-shadow: 0 1px 0 rgba(13, 34, 53, .08);
}

.header-main {
  background: rgba(255, 255, 255, .97);
}

.header-main .header-inner {
  min-height: 82px;
}

.header-main .nav > li > a {
  color: var(--np-navy);
  font-size: .89rem;
  font-weight: 700;
  letter-spacing: .025em;
}

.header-main .nav > li > a:hover,
.header-main .nav > li.active > a {
  color: var(--np-orange);
}

.header-main .nav > li > a::before {
  background-color: var(--np-orange) !important;
}

.header-main .icon-search,
.header-main .icon-shopping-bag,
.header-main .icon-user {
  color: var(--np-navy);
}

.logo img {
  max-height: 54px !important;
}

.logo {
  width: 180px !important;
  max-width: 30vw;
}

body.home #page-breadcrumbs {
  display: none;
}

#page-breadcrumbs {
  padding-top: 22px;
  padding-bottom: 10px;
}

.np-home .section-content {
  z-index: 2;
}

.np-home > .section-content > .row,
.np-home .row {
  max-width: 1200px;
}

.np-kicker,
.np-eyebrow {
  display: block;
  margin-bottom: 13px;
  color: var(--np-orange);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .14em;
  line-height: 1.4;
  text-transform: uppercase;
}

.np-hero {
  background:
    radial-gradient(circle at 10% 0%, rgba(37, 89, 125, .55), transparent 35%),
    linear-gradient(130deg, var(--np-navy-deep) 0%, var(--np-navy) 64%, #1e4867 100%);
  overflow: hidden;
}

.np-hero::after {
  position: absolute;
  right: -12%;
  bottom: -55%;
  width: 620px;
  height: 620px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 50%;
  box-shadow: 0 0 0 90px rgba(255,255,255,.025), 0 0 0 180px rgba(255,255,255,.018);
  content: "";
}

.np-hero-row {
  min-height: 670px;
  padding: 58px 15px;
}

.np-hero-copy > .col-inner {
  max-width: 630px;
}

.np-hero h1 {
  margin: 0 0 24px;
  color: #fff;
  font-size: clamp(2.8rem, 5.2vw, 5.15rem);
  line-height: .99;
  letter-spacing: -.055em;
}

.np-hero h1 span {
  color: #b9cbd8;
  font-size: .73em;
  font-weight: 580;
}

.np-hero .np-lead {
  max-width: 590px;
  margin-bottom: 30px;
  color: rgba(255,255,255,.78);
  font-size: 1.08rem;
  line-height: 1.7;
}

.np-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 30px;
}

.button.np-btn-primary,
.button.np-btn-ghost,
.button.np-btn-light,
.button.np-btn-outline-light {
  min-height: 50px;
  margin: 0;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: .86rem;
  font-weight: 800;
  letter-spacing: .02em;
  line-height: 48px;
  text-transform: none;
}

.button.np-btn-primary {
  border-color: var(--np-orange);
  background: var(--np-orange);
  color: #fff;
  box-shadow: 0 12px 26px rgba(201,40,50,.22);
}

.button.np-btn-primary:hover {
  border-color: var(--np-orange-dark);
  background: var(--np-orange-dark);
  color: #fff;
  box-shadow: 0 15px 32px rgba(201,40,50,.3);
  transform: translateY(-2px);
}

.button.np-btn-ghost {
  border-color: rgba(255,255,255,.3);
  background: rgba(255,255,255,.06);
  color: #fff;
}

.button.np-btn-ghost:hover {
  border-color: rgba(255,255,255,.65);
  background: rgba(255,255,255,.12);
  color: #fff;
}

.np-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  color: rgba(255,255,255,.72);
  font-size: .84rem;
  font-weight: 650;
}

.np-trust-row span::first-letter {
  color: #7cc69b;
}

.np-hero-media > .col-inner {
  padding-left: 45px;
}

.np-hero-image {
  position: relative;
  width: min(100%, 470px);
  margin-left: auto;
  padding: 14px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 26px;
  background: rgba(255,255,255,.075);
  box-shadow: 0 35px 80px rgba(3, 15, 24, .38);
}

.np-hero-image::before {
  position: absolute;
  top: 9%;
  right: -28px;
  width: 4px;
  height: 34%;
  border-radius: 4px;
  background: var(--np-orange);
  content: "";
}

.np-hero-image img {
  display: block;
  width: 100%;
  height: 525px;
  border-radius: 17px;
  object-fit: cover;
  object-position: center 56%;
}

.np-hero-badge {
  position: absolute;
  right: -24px;
  bottom: 42px;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 15px 18px;
  border-radius: 12px;
  background: #fff;
  box-shadow: var(--np-shadow);
}

.np-hero-badge strong {
  color: var(--np-orange);
  font-size: 1.75rem;
  line-height: 1;
}

.np-hero-badge span {
  color: var(--np-navy);
  font-size: .76rem;
  font-weight: 750;
  line-height: 1.35;
}

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

.np-section-head h2,
.np-story h2,
.np-cta h2 {
  margin: 0;
  color: var(--np-navy);
  font-size: clamp(2rem, 3.3vw, 3.35rem);
  line-height: 1.08;
}

.np-section-head > p {
  max-width: 450px;
  margin: 0 0 3px;
  color: var(--np-muted);
}

.np-section-head-center {
  justify-content: center;
  text-align: center;
}

.np-text-link {
  flex: 0 0 auto;
  margin-bottom: 8px;
  color: var(--np-orange);
  font-size: .87rem;
  font-weight: 800;
}

.np-category-card {
  display: block;
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--np-line);
  border-radius: 16px;
  background: #fff;
  color: var(--np-ink);
  box-shadow: 0 8px 28px rgba(13,34,53,.06);
}

.np-category-card:hover {
  color: var(--np-ink);
  box-shadow: var(--np-shadow);
  transform: translateY(-6px);
}

.np-category-image {
  display: block;
  height: 295px;
  overflow: hidden;
  background: var(--np-soft);
}

.np-category-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s ease;
}

.np-category-card:hover .np-category-image img {
  transform: scale(1.035);
}

.np-category-body {
  display: flex;
  min-height: 225px;
  padding: 25px 25px 23px;
  flex-direction: column;
}

.np-category-body small {
  margin-bottom: 8px;
  color: var(--np-orange);
  font-size: .66rem;
  font-weight: 800;
  letter-spacing: .12em;
}

.np-category-body strong {
  margin-bottom: 10px;
  color: var(--np-navy);
  font-size: 1.3rem;
}

.np-category-body > span {
  color: var(--np-muted);
  font-size: .92rem;
  line-height: 1.6;
}

.np-category-body b {
  margin-top: auto;
  padding-top: 17px;
  color: var(--np-navy);
  font-size: .79rem;
}

.np-proof {
  background: var(--np-navy);
}

.np-proof-row {
  max-width: 1280px !important;
  margin-bottom: 0 !important;
  padding: 12px 0;
}

.np-proof-row > .col {
  padding-bottom: 0;
}

.np-proof-item {
  display: flex;
  min-height: 92px;
  align-items: center;
  gap: 15px;
  padding: 18px 10px;
}

.np-proof-item > b {
  color: rgba(255,255,255,.25);
  font-size: 1.55rem;
  font-weight: 750;
}

.np-proof-item > span {
  display: flex;
  flex-direction: column;
}

.np-proof-item strong {
  color: #fff;
  font-size: .93rem;
}

.np-proof-item small {
  color: rgba(255,255,255,.58);
  font-size: .76rem;
}

.np-products {
  background: var(--np-soft);
}

.np-products .products,
.shop-container .products {
  align-items: stretch;
}

.np-products .product-small > .col-inner,
.shop-container .product-small > .col-inner,
.related-products-wrapper .product-small > .col-inner {
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--np-line);
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 5px 20px rgba(13,34,53,.055);
}

.np-products .product-small .box,
.shop-container .product-small .box,
.related-products-wrapper .product-small .box {
  height: 100%;
}

.np-products .box-image,
.shop-container .box-image,
.related-products-wrapper .box-image {
  background: #eef2f4;
}

.np-products .box-image img,
.shop-container .box-image img,
.related-products-wrapper .box-image img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.np-products .box-text,
.shop-container .box-text,
.related-products-wrapper .box-text {
  padding: 18px 17px 19px;
}

.np-products .product-title a,
.shop-container .product-title a,
.related-products-wrapper .product-title a {
  display: -webkit-box;
  overflow: hidden;
  color: var(--np-navy);
  font-size: .91rem;
  font-weight: 720;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.np-products .price,
.shop-container .price,
.related-products-wrapper .price {
  display: flex !important;
  min-height: 25px;
  align-items: center;
  flex-wrap: wrap;
  gap: 3px 7px;
  margin-top: 12px;
}

.np-products .price .amount,
.shop-container .price .amount,
.related-products-wrapper .price .amount {
  color: var(--np-orange-dark);
  font-size: 1rem;
  font-weight: 800;
}

.np-products .price del .amount,
.shop-container .price del .amount,
.related-products-wrapper .price del .amount {
  color: #98a6af;
  font-size: .78rem;
  font-weight: 500;
}

.badge-container {
  margin: 12px 0 0 12px;
}

.badge-inner.on-sale {
  min-width: 46px;
  height: 28px;
  padding: 0 8px;
  border: 1px solid rgba(201,40,50,.2);
  border-radius: 6px;
  background: #fff0f1;
  color: var(--np-orange-dark);
  font-size: .72rem;
  line-height: 26px;
}

.np-story {
  background: #fff;
}

.np-story-collage {
  position: relative;
  padding: 0 34px 34px 0;
}

.np-story-collage::before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 82%;
  height: 82%;
  border-radius: 18px;
  background: var(--np-steel);
  content: "";
}

.np-story-main {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 480px;
  border-radius: 18px;
  object-fit: cover;
  box-shadow: var(--np-shadow);
}

.np-story-stat {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  min-width: 215px;
  padding: 21px 24px;
  border-radius: 12px;
  background: var(--np-orange);
  color: #fff;
}

.np-story-stat strong,
.np-story-stat span {
  display: block;
}

.np-story-stat strong {
  font-size: 1.45rem;
}

.np-story-stat span {
  color: rgba(255,255,255,.83);
  font-size: .77rem;
  line-height: 1.45;
}

.np-story-copy > .col-inner {
  padding-left: 44px;
}

.np-story-copy p {
  margin: 22px 0;
  color: var(--np-muted);
  font-size: 1rem;
}

.np-check-list {
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.np-check-list li {
  position: relative;
  margin: 0;
  padding: 9px 0 9px 30px;
  border-bottom: 1px solid var(--np-line);
  color: var(--np-navy);
  font-weight: 650;
}

.np-check-list li::before {
  position: absolute;
  top: 10px;
  left: 0;
  color: var(--np-orange);
  font-weight: 900;
  content: "✓";
}

.np-process {
  background: linear-gradient(135deg, var(--np-navy-deep), var(--np-navy));
}

.np-process .np-kicker {
  color: #e2676e;
}

.np-process h2 {
  color: #fff;
}

.np-step {
  position: relative;
  min-height: 210px;
  padding: 28px 25px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 14px;
  background: rgba(255,255,255,.06);
}

.np-step b,
.np-step strong,
.np-step span {
  display: block;
}

.np-step b {
  margin-bottom: 27px;
  color: var(--np-orange);
  font-size: 1.5rem;
}

.np-step strong {
  margin-bottom: 8px;
  color: #fff;
  font-size: 1.05rem;
}

.np-step span {
  color: rgba(255,255,255,.65);
  font-size: .86rem;
  line-height: 1.6;
}

.np-journal .box-blog-post {
  overflow: hidden;
  border: 1px solid var(--np-line);
  border-radius: 13px;
  background: #fff;
}

.np-journal .box-blog-post .box-text {
  padding: 20px;
}

.np-journal .post-title {
  color: var(--np-navy);
  font-size: 1rem;
  line-height: 1.45;
}

.np-journal .from_the_blog_excerpt {
  color: var(--np-muted);
  font-size: .84rem;
}

.np-cta {
  padding: 56px 0 !important;
  background:
    linear-gradient(115deg, rgba(13,34,53,.98), rgba(23,50,77,.94)),
    url('/wp-content/uploads/2023/11/be565d4f00e7a0b9f9f6-1024x768.jpg') center/cover;
}

.np-cta .np-kicker {
  color: #e2676e;
}

.np-cta h2 {
  max-width: 780px;
  color: #fff;
}

.np-cta p {
  max-width: 720px;
  margin: 14px 0 0;
  color: rgba(255,255,255,.67);
}

.np-cta-action > .col-inner,
.np-cta-action .text {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px;
}

.button.np-btn-light {
  border-color: #fff;
  background: #fff;
  color: var(--np-navy);
}

.button.np-btn-outline-light {
  border-color: rgba(255,255,255,.45);
  background: transparent;
  color: #fff;
}

.button.np-btn-light:hover,
.button.np-btn-outline-light:hover {
  border-color: var(--np-orange);
  background: var(--np-orange);
  color: #fff;
}

.shop-page-title,
.category-page-title {
  border-bottom: 1px solid var(--np-line);
  background: var(--np-soft);
}

.woocommerce-ordering select {
  border-color: var(--np-line);
  border-radius: 8px;
  background-color: #fff;
  box-shadow: none;
}

.product-info .product-title {
  color: var(--np-navy);
  font-size: clamp(1.7rem, 3vw, 2.8rem);
  line-height: 1.13;
}

.product-info .price .amount {
  color: var(--np-orange-dark);
}

.product-gallery .flickity-viewport,
.product-gallery .woocommerce-product-gallery__image img {
  border-radius: 12px;
}

.footer-wrapper {
  border-top: 4px solid var(--np-orange);
  background: var(--np-navy-deep);
}

.footer-wrapper .dark,
.footer-wrapper .dark p,
.footer-wrapper .dark li,
.footer-wrapper .dark a {
  color: rgba(255,255,255,.72);
}

.footer-wrapper .dark h3,
.footer-wrapper .dark h4,
.footer-wrapper .dark strong {
  color: #fff;
}

.footer-wrapper .dark a:hover {
  color: #fff;
}

.np-mobile-bar {
  display: none;
}

@media (max-width: 849px) {
  .header-main .header-inner {
    min-height: 67px;
  }

  .logo img {
    max-height: 44px !important;
  }

  .logo {
    width: 165px !important;
    max-width: 50vw;
  }

  .np-section-head {
    display: block;
    margin-bottom: 25px;
  }

  .np-section-head > p,
  .np-section-head .np-text-link {
    display: block;
    margin-top: 13px;
  }

  .np-hero-row {
    min-height: auto;
    padding: 54px 15px 47px;
  }

  .np-hero-copy > .col-inner {
    max-width: none;
  }

  .np-hero h1 {
    font-size: clamp(2.65rem, 9.5vw, 4.2rem);
  }

  .np-hero-media > .col-inner {
    padding: 18px 0 0;
  }

  .np-hero-image {
    width: 100%;
    max-width: 580px;
    margin: 0 auto;
  }

  .np-hero-image img {
    height: 450px;
  }

  .np-story-copy > .col-inner {
    padding: 34px 0 0;
  }

  .np-story-main {
    height: 420px;
  }

  .np-cta-action > .col-inner,
  .np-cta-action .text {
    justify-content: flex-start;
    margin-top: 24px;
  }
}

/* Modern header account/cart hover panels. */
#header .account-item > a,
#header .cart-item > a {
  transition: color .18s ease, border-color .18s ease, background-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

#header .account-item > a:hover,
#header .account-item.active > a,
#header .cart-item > a:hover,
#header .cart-item.current-dropdown > a {
  border-color: #cbd5dc;
  color: #0d2235;
  background: #f3f6f8;
  box-shadow: 0 7px 18px rgba(13,34,53,.1);
  transform: translateY(-1px);
}

#header .cart-icon.image-icon strong {
  border: 1px solid #111 !important;
  color: #111 !important;
  background: #fff !important;
  box-shadow: 0 3px 8px rgba(13,34,53,.13) !important;
}

#header .account-item > .nav-dropdown,
#header .cart-item > .nav-dropdown {
  overflow: hidden;
  margin-top: 12px;
  padding: 10px;
  border: 1px solid #d8e0e5;
  border-radius: 17px;
  background: rgba(255,255,255,.985);
  box-shadow: 0 22px 55px rgba(13,34,53,.18);
  backdrop-filter: blur(14px);
}

#header .account-item > .nav-dropdown::before,
#header .cart-item > .nav-dropdown::before {
  display: none;
}

#header .account-item > .nav-dropdown {
  width: 286px;
  padding: 12px;
}

#header .account-item > .nav-dropdown > li {
  margin: 0;
  border: 0;
}

#header .account-item > .nav-dropdown > li > a {
  display: flex;
  min-height: 46px;
  align-items: center;
  padding: 0 13px;
  gap: 11px;
  border: 0;
  border-radius: 10px;
  color: #465d6f;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: none;
}

#header .account-item > .nav-dropdown > li > a::before {
  display: grid;
  width: 25px;
  height: 25px;
  flex: 0 0 25px;
  place-items: center;
  border-radius: 8px;
  color: #536979;
  background: #eef3f6;
  content: "•";
  font-size: 13px;
  line-height: 1;
}

#header .account-item > .nav-dropdown .woocommerce-MyAccount-navigation-link--dashboard > a::before { content: "⌂"; font-size: 16px; }
#header .account-item > .nav-dropdown .woocommerce-MyAccount-navigation-link--orders > a::before { content: "▣"; }
#header .account-item > .nav-dropdown .woocommerce-MyAccount-navigation-link--downloads > a::before { content: "↓"; font-size: 17px; }
#header .account-item > .nav-dropdown .woocommerce-MyAccount-navigation-link--edit-address > a::before { content: "⌖"; font-size: 17px; }
#header .account-item > .nav-dropdown .woocommerce-MyAccount-navigation-link--edit-account > a::before { content: "◎"; font-size: 17px; }
#header .account-item > .nav-dropdown .woocommerce-MyAccount-navigation-link--customer-logout > a::before { content: "↗"; font-size: 15px; }

#header .account-item > .nav-dropdown > li > a:hover,
#header .account-item > .nav-dropdown > li.active > a,
#header .account-item > .nav-dropdown > li.is-active > a {
  color: #111;
  background: #f1f4f6;
}

#header .account-item > .nav-dropdown > li > a:hover::before,
#header .account-item > .nav-dropdown > li.active > a::before,
#header .account-item > .nav-dropdown > li.is-active > a::before {
  color: #fff;
  background: #172b3d;
}

#header .account-item > .nav-dropdown .woocommerce-MyAccount-navigation-link--customer-logout {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid #e6ebee;
}

#header .account-item > .nav-dropdown .woocommerce-MyAccount-navigation-link--customer-logout > a {
  color: #7a8791;
}

#header .cart-item > .nav-dropdown {
  width: 410px;
  padding: 16px;
}

#header .cart-item .widget_shopping_cart {
  padding: 0;
}

#header .cart-item .woocommerce-mini-cart {
  max-height: 360px;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  padding-right: 3px;
}

#header .cart-item .mini_cart_item {
  position: relative;
  min-height: 104px;
  margin: 0;
  padding: 12px 34px 12px 92px;
  border: 0;
  border-radius: 12px;
  color: #233b50;
  background: #fff;
}

#header .cart-item .mini_cart_item + .mini_cart_item {
  margin-top: 7px;
  border-top: 0;
  background: #f7f9fa;
}

#header .cart-item .mini_cart_item > a:not(.remove) {
  display: block;
  color: #20384d;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.42;
}

#header .cart-item .mini_cart_item img {
  position: absolute;
  top: 12px;
  left: 0;
  width: 78px;
  height: 78px;
  margin: 0;
  border-radius: 10px;
  object-fit: cover;
}

#header .cart-item .mini_cart_item .quantity {
  display: block;
  margin-top: 7px;
  color: #74838e;
  font-size: 12px;
  font-weight: 600;
}

#header .cart-item .mini_cart_item .quantity .amount {
  color: #111;
  font-weight: 800;
}

#header .cart-item .mini_cart_item .remove {
  position: absolute;
  z-index: 2;
  top: 11px;
  right: 6px;
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border: 1px solid #d7dfe4;
  border-radius: 8px;
  color: #697985;
  background: #fff;
  font-size: 17px;
  line-height: 1;
}

#header .cart-item .mini_cart_item .remove:hover {
  border-color: #111;
  color: #fff;
  background: #111;
}

#header .cart-item .woocommerce-mini-cart__total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 13px 0 0;
  padding: 16px 3px 12px;
  border-top: 1px solid #dfe6ea;
  color: #5c6d79;
  font-size: 12px;
}

#header .cart-item .woocommerce-mini-cart__total .amount {
  color: #111;
  font-size: 17px;
  font-weight: 850;
}

#header .cart-item .woocommerce-mini-cart__buttons {
  display: grid;
  margin: 0;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
}

#header .cart-item .woocommerce-mini-cart__buttons .button {
  display: grid;
  min-height: 47px;
  margin: 0;
  padding: 0 12px;
  place-items: center;
  border: 1px solid #172b3d;
  border-radius: 11px;
  color: #172b3d;
  background: #fff;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  box-shadow: none;
  text-transform: none;
}

#header .cart-item .woocommerce-mini-cart__buttons .button:hover {
  color: #fff;
  background: #172b3d;
}

#header .cart-item .woocommerce-mini-cart__buttons .checkout {
  color: #fff;
  background: #172b3d;
}

#header .cart-item .woocommerce-mini-cart__buttons .checkout:hover {
  border-color: #111;
  background: #111;
}

/* Account trigger matches the rounded cart button; no black hover state. */
#header .account-item > a {
  padding: 0 0 0 12px;
  gap: 10px;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}

#header .account-item .icon-user {
  display: grid !important;
  width: 42px !important;
  height: 42px !important;
  min-width: 42px;
  place-items: center;
  border: 1px solid #dce4e9 !important;
  border-radius: 12px !important;
  color: #21394e !important;
  background: #fff !important;
  box-shadow: 0 5px 14px rgba(13,34,53,.06);
  font-size: 17px;
  line-height: 40px !important;
  transition: color .18s ease, border-color .18s ease, background-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

#header .account-item .icon-user::before {
  display: block;
  margin: 0;
  line-height: 1 !important;
  transform: translateY(-1px);
}

#header .account-item:hover > a,
#header .account-item.active > a,
#header .account-item.current-dropdown > a {
  color: #20364a !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}

#header .account-item:hover .icon-user,
#header .account-item.active .icon-user,
#header .account-item.current-dropdown .icon-user {
  border-color: #c5d0d7 !important;
  color: #17324d !important;
  background: #eef3f6 !important;
  box-shadow: 0 7px 18px rgba(13,34,53,.1);
  transform: translateY(-1px);
}

#header .account-item > .nav-dropdown > li > a:hover::before,
#header .account-item > .nav-dropdown > li.active > a::before,
#header .account-item > .nav-dropdown > li.is-active > a::before {
  color: #17324d;
  background: #dfe7ec;
}

/* Product cards: all actions live at the bottom, never over the image. */
.product-small .box-image > .grid-tools,
.product-small .box-image > .image-tools.bottom {
  display: none !important;
}

.product-small > .col-inner,
.product-small .col-inner {
  display: flex;
  height: 100%;
  flex-direction: column;
}

.product-small .product-small.box {
  display: flex;
  height: 100%;
  flex: 1 1 auto;
  flex-direction: column;
}

.product-small .box-text-products,
.product-small .box-text {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}

.product-small .price-wrapper {
  margin-top: auto;
}

.np-product-actions {
  display: grid;
  margin: 15px -16px -19px;
  padding: 10px;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 6px;
  border-top: 1px solid #e4eaee;
  background: #f8fafb;
}

.np-product-action {
  display: flex;
  min-width: 0;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 0 7px;
  gap: 4px;
  border: 1px solid #d5dfe5;
  border-radius: 9px;
  color: #42586a;
  background: #fff;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  white-space: nowrap;
  transition: color .18s ease, border-color .18s ease, background-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.np-product-action span {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.np-product-action:hover {
  border-color: #afbec8;
  color: #17324d;
  background: #eef3f6;
  box-shadow: 0 6px 14px rgba(13,34,53,.08);
  transform: translateY(-1px);
}

.np-product-buy {
  border-color: #b5202a;
  color: #fff;
  background: #c92832;
}

.np-product-buy:hover {
  border-color: #981821;
  color: #fff;
  background: #a91d26;
}

.np-product-cart.added {
  border-color: #4f7b62;
  color: #315b43;
  background: #edf7f1;
}

.product-small .np-product-actions .np-product-action {
  display: flex !important;
  color: #42586a !important;
  background: #fff !important;
}

.product-small .np-product-actions .np-product-action:hover {
  color: #17324d !important;
  background: #eef3f6 !important;
}

.product-small .np-product-actions .np-product-buy {
  border-color: #b5202a !important;
  color: #fff !important;
  background: #c92832 !important;
}

.product-small .np-product-actions .np-product-buy:hover {
  color: #fff !important;
  background: #a91d26 !important;
}

.np-product-actions + .added_to_cart,
.np-product-actions .added_to_cart {
  display: none !important;
}

/* Redesigned Flatsome quick-view lightbox. */
.product-lightbox.lightbox-content {
  width: min(1020px,calc(100vw - 34px));
  max-width: none;
  overflow: hidden;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 30px 90px rgba(7,22,34,.32);
}

.product-lightbox .product-quick-view-container,
.product-lightbox .product-quick-view-container > .row {
  min-height: 570px;
  margin: 0;
}

.product-lightbox .product-gallery {
  display: flex;
  min-height: 570px;
  align-items: center;
  padding: 26px;
  background: linear-gradient(145deg,#eef3f6,#e2e9ed);
}

.product-lightbox .product-gallery-slider {
  overflow: hidden;
  width: 100%;
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 15px 38px rgba(13,34,53,.1);
}

.product-lightbox .product-gallery-slider .slide,
.product-lightbox .product-gallery-slider img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.product-lightbox .product-info {
  display: flex;
  align-items: center;
  background: #fff;
}

.product-lightbox .product-lightbox-inner {
  width: 100%;
  padding: 42px !important;
}

.product-lightbox .product-lightbox-inner h1 {
  margin-bottom: 14px;
  color: #0d2235;
  font-size: clamp(25px,3vw,35px);
  line-height: 1.18;
  letter-spacing: -.035em;
}

.product-lightbox .is-divider {
  width: 42px;
  height: 3px;
  margin: 15px 0 20px;
  background: #c92832;
}

.product-lightbox .price {
  display: block;
  margin-bottom: 18px;
  color: #a91d26;
  font-size: 22px;
  font-weight: 850;
}

.product-lightbox .product-short-description {
  margin-bottom: 20px;
  color: #4e6272;
  font-size: 14px;
  line-height: 1.7;
}

.product-lightbox form.cart {
  display: flex;
  align-items: stretch;
  margin: 0 0 12px;
  gap: 10px;
}

.product-lightbox form.cart .quantity {
  overflow: hidden;
  border: 1px solid #d7e0e5;
  border-radius: 10px;
}

.product-lightbox form.cart .quantity input {
  min-height: 46px;
  border: 0;
  box-shadow: none;
}

.product-lightbox .single_add_to_cart_button,
.product-lightbox .np-quick-buy {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: none;
}

.product-lightbox .single_add_to_cart_button {
  border: 1px solid #d5dfe5;
  color: #17324d;
  background: #f1f5f7;
  box-shadow: none;
}

.product-lightbox .np-quick-buy {
  min-width: 145px;
  gap: 8px;
  color: #fff;
  background: #c92832;
  box-shadow: 0 9px 20px rgba(169,29,38,.2);
}

.product-lightbox .np-quick-buy:hover {
  color: #fff;
  background: #a91d26;
  transform: translateY(-1px);
}

.product-lightbox .product_meta {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid #e4eaee;
  color: #71818c;
  font-size: 11px;
}

.mfp-wrap:has(.product-lightbox) .mfp-close {
  top: 12px;
  right: 12px;
  width: 38px;
  height: 38px;
  border-radius: 11px;
  color: #17324d;
  background: rgba(255,255,255,.9);
  font-size: 26px;
  line-height: 38px;
  box-shadow: 0 6px 18px rgba(13,34,53,.15);
}

@media (max-width: 849px) {
  .product-lightbox.lightbox-content {
    width: calc(100vw - 20px);
    max-height: calc(100vh - 24px);
    overflow-y: auto;
    border-radius: 17px;
  }

  .product-lightbox .product-quick-view-container,
  .product-lightbox .product-quick-view-container > .row,
  .product-lightbox .product-gallery {
    min-height: 0;
  }

  .product-lightbox .product-gallery {
    max-width: 100%;
    padding: 14px;
    flex-basis: 100%;
  }

  .product-lightbox .product-gallery-slider .slide,
  .product-lightbox .product-gallery-slider img {
    height: min(48vh,380px);
  }

  .product-lightbox .product-info {
    max-width: 100%;
    flex-basis: 100%;
  }

  .product-lightbox .product-lightbox-inner {
    padding: 24px 20px 28px !important;
  }
}

@media (max-width: 549px) {
  .np-product-actions {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }

  .np-product-quick {
    grid-column: 1 / -1;
  }

  .np-product-action {
    min-height: 34px;
    padding: 0 4px;
    font-size: 9px;
  }
}

/* Article detail: focused editorial reading layout. */
.single-post {
  background: #f4f7f9;
}

.single-post .blog-single {
  padding-top: 0;
  padding-bottom: 54px;
}

.single-post #page-breadcrumbs {
  padding-top: 21px;
  padding-bottom: 21px;
  color: #71818d;
  font-size: 12px;
}

.single-post #page-breadcrumbs a {
  color: var(--np-navy);
  font-weight: 700;
}

.single-post .blog-single > .row-divided {
  align-items: flex-start;
}

.single-post .blog-single > .row-divided > .large-9 {
  padding-right: 24px;
}

.single-post article .article-inner {
  overflow: hidden;
  border: 1px solid #dfe6ea;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(13,34,53,.08);
}

.single-post article .entry-header-text-top {
  padding: 34px 44px 27px;
  text-align: left;
  background:
    radial-gradient(circle at 100% 0, rgba(39,78,108,.11), transparent 42%),
    linear-gradient(145deg, #fff 0%, #f7fafc 100%);
}

.single-post article .entry-category {
  margin: 0 0 12px;
}

.single-post article .entry-category a {
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  padding: 0 11px;
  border-radius: 999px;
  color: var(--np-orange-dark);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .1em;
  background: #fff0f1;
}

.single-post article .entry-title {
  max-width: 780px;
  margin: 0;
  color: var(--np-navy-deep);
  font-size: clamp(30px, 3.2vw, 43px);
  font-weight: 850;
  line-height: 1.16;
  letter-spacing: -.035em;
}

.single-post article .entry-divider {
  width: 46px;
  height: 3px;
  margin: 19px 0 13px;
  background: var(--np-orange);
}

.single-post article .entry-header .entry-meta {
  color: #778792;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .06em;
}

.single-post article .entry-image {
  margin: 0;
}

.single-post article .entry-image img {
  display: block;
  width: 100%;
  max-height: 540px;
  object-fit: cover;
}

.single-post article .entry-image .badge {
  top: 18px;
  left: 18px;
}

.single-post article .entry-content {
  padding: 35px 46px 22px;
  color: #394b59;
  font-size: 16px;
  line-height: 1.82;
}

.single-post article .entry-content > :first-child {
  margin-top: 0;
}

.single-post article .entry-content p {
  margin-bottom: 1.25em;
}

.single-post article .entry-content h2,
.single-post article .entry-content h3,
.single-post article .entry-content h4 {
  margin-top: 1.7em;
  margin-bottom: .65em;
  color: var(--np-navy-deep);
  font-weight: 850;
  line-height: 1.3;
}

.single-post article .entry-content h2 {
  padding-left: 14px;
  border-left: 4px solid var(--np-orange);
  font-size: 25px;
}

.single-post article .entry-content img {
  border-radius: 13px;
}

.single-post article footer.entry-meta {
  margin: 0 46px;
  padding: 18px 0 27px;
  border-top: 1px solid #e8edef;
  color: #7b8b96;
  font-size: 11px;
}

.single-post .post-sidebar {
  padding-left: 0;
  border-left: 0;
}

.single-post .post-sidebar .widget-area {
  position: sticky;
  top: 105px;
}

.single-post .post-sidebar .widget {
  margin: 0;
  padding: 20px;
  border: 1px solid #dfe6ea;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 11px 30px rgba(13,34,53,.07);
}

.single-post .post-sidebar .widget-title {
  display: block;
  color: var(--np-navy-deep);
  font-size: 16px;
  font-weight: 850;
  letter-spacing: -.015em;
  text-transform: none;
}

.single-post .post-sidebar .widget > .is-divider {
  width: 36px;
  height: 3px;
  margin: 10px 0 7px;
  background: var(--np-orange);
}

.single-post .upw-posts article {
  margin: 0;
  padding: 13px 0;
  border-bottom: 1px solid #edf1f3;
}

.single-post .upw-posts article:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.single-post .upw-posts article header {
  display: grid;
  align-items: center;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 3px 12px;
}

.single-post .upw-posts .entry-image {
  width: 76px;
  grid-row: 1 / 3;
}

.single-post .upw-posts .entry-image img {
  display: block;
  width: 76px;
  height: 76px;
  border-radius: 9px;
  object-fit: cover;
}

.single-post .upw-posts .entry-title {
  display: -webkit-box;
  max-height: 2.9em;
  overflow: hidden;
  margin: 0;
  color: var(--np-navy-deep);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.single-post .upw-posts .entry-title a {
  color: inherit;
}

.single-post .upw-posts .entry-meta {
  color: #8a99a4;
  font-size: 9px;
  line-height: 1.3;
}

.single-post .upw-posts .entry-meta .sep,
.single-post .upw-posts .entry-meta .author,
.single-post .upw-posts .entry-summary {
  display: none;
}

@media (min-width: 850px) {
  .single-post .cpc-contact-label {
    overflow: hidden;
    min-width: 0;
    max-width: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
    opacity: 0;
    transition: max-width .22s ease, opacity .18s ease, margin-left .22s ease, padding .22s ease;
  }

  .single-post .cpc-contact-item:hover .cpc-contact-label {
    min-width: 145px;
    max-width: 145px;
    margin-left: -9px;
    padding-right: 15px;
    padding-left: 20px;
    opacity: 1;
  }
}

@media (max-width: 849px) {
  .single-post .blog-single > .row-divided > .large-9 {
    padding-right: 15px;
  }

  .single-post article .entry-header-text-top {
    padding: 28px 25px 23px;
  }

  .single-post article .entry-content {
    padding: 28px 25px 17px;
  }

  .single-post article footer.entry-meta {
    margin: 0 25px;
  }

  .single-post .post-sidebar {
    padding: 28px 15px 0;
  }
}

@media (max-width: 549px) {
  .single-post #page-breadcrumbs {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .single-post article .article-inner {
    border-radius: 14px;
  }

  .single-post article .entry-title {
    font-size: 28px;
  }

  .single-post article .entry-image img {
    min-height: 245px;
  }

  .single-post article .entry-content {
    font-size: 15px;
    line-height: 1.75;
  }

  .single-post article .entry-content h2 {
    font-size: 21px;
  }
}

/* Final quick-view button hierarchy after the global WooCommerce button rules. */
.woocommerce .product-lightbox .single_add_to_cart_button {
  border: 1px solid #d2dde3 !important;
  color: #17324d !important;
  background: #eef3f6 !important;
  box-shadow: none !important;
}

.woocommerce .product-lightbox .single_add_to_cart_button:hover {
  border-color: #aebdc6 !important;
  color: #0d2235 !important;
  background: #e1e9ee !important;
}

.woocommerce .product-lightbox .np-quick-buy {
  color: #fff !important;
  background: #c92832 !important;
}

@media only screen and (max-width: 48em) {
  html,
  body {
    overflow-x: hidden;
  }

  body {
    padding-bottom: 64px;
  }

  .np-home > .section-content > .row {
    padding-right: 10px;
    padding-left: 10px;
  }

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

  .np-hero-row {
    padding-top: 39px;
  }

  .np-eyebrow,
  .np-kicker {
    font-size: .68rem;
  }

  .np-hero h1 {
    margin-bottom: 18px;
    font-size: 2.65rem;
  }

  .np-hero .np-lead {
    font-size: .96rem;
  }

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

  .np-hero-actions .button {
    display: flex;
    min-height: 64px;
    align-items: center;
    justify-content: center;
    padding: 10px 12px;
    line-height: 1.25;
    white-space: normal;
  }

  .np-hero-actions .button span,
  .np-hero-actions .button strong {
    display: block;
  }

  .np-hero-actions .button strong {
    margin-top: 3px;
    font-size: .86rem;
  }

  .button.np-btn-primary,
  .button.np-btn-ghost,
  .button.np-btn-light,
  .button.np-btn-outline-light {
    min-height: 47px;
    padding: 0 13px;
    font-size: .76rem;
    line-height: 45px;
  }

  .np-trust-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 12px;
    font-size: .76rem;
  }

  .np-hero-image {
    padding: 9px;
    border-radius: 18px;
  }

  .np-hero-image img {
    height: 360px;
    border-radius: 12px;
  }

  .np-hero-badge {
    right: 18px;
    bottom: 23px;
    padding: 12px 14px;
  }

  .np-hero-image::before {
    display: none;
  }

  .np-categories,
  .np-products,
  .np-story,
  .np-process,
  .np-journal {
    padding-top: 52px !important;
    padding-bottom: 44px !important;
  }

  .np-section-head h2,
  .np-story h2,
  .np-cta h2 {
    font-size: 2rem;
  }

  .np-category-image {
    height: 245px;
  }

  .np-category-body {
    min-height: 190px;
  }

  .np-proof-row {
    padding: 10px 12px;
  }

  .np-proof-row > .col {
    border-bottom: 1px solid rgba(255,255,255,.08);
  }

  .np-proof-item {
    min-height: 82px;
    gap: 9px;
    padding: 13px 0;
  }

  .np-proof-item > b {
    font-size: 1.1rem;
  }

  .np-proof-item strong {
    font-size: .8rem;
  }

  .np-proof-item small {
    font-size: .67rem;
  }

  .np-products .row-small > .col,
  .shop-container .row-small > .col,
  .related-products-wrapper .row-small > .col {
    padding-right: 6px;
    padding-left: 6px;
  }

  .np-products .box-text,
  .shop-container .box-text,
  .related-products-wrapper .box-text {
    padding: 13px 11px 15px;
  }

  .np-products .product-title a,
  .shop-container .product-title a,
  .related-products-wrapper .product-title a {
    min-height: 3.9em;
    font-size: .79rem;
    line-height: 1.3;
  }

  .np-products .price,
  .shop-container .price,
  .related-products-wrapper .price {
    display: block !important;
    min-height: 46px;
  }

  .np-products .price del,
  .np-products .price ins,
  .shop-container .price del,
  .shop-container .price ins,
  .related-products-wrapper .price del,
  .related-products-wrapper .price ins {
    display: block;
  }

  .np-products .price .amount,
  .shop-container .price .amount,
  .related-products-wrapper .price .amount {
    font-size: .84rem;
  }

  .badge-container {
    margin: 7px 0 0 7px;
  }

  .np-story-collage {
    padding: 0 18px 22px 0;
  }

  .np-story-main {
    height: 330px;
  }

  .np-story-stat {
    min-width: 175px;
    padding: 15px 18px;
  }

  .np-step {
    min-height: 190px;
    padding: 22px 18px;
  }

  .np-step b {
    margin-bottom: 18px;
  }

  .np-journal .box-blog-post {
    margin-bottom: 12px;
  }

  .np-cta {
    padding: 45px 0 !important;
  }

  .np-cta-action > .col-inner,
  .np-cta-action .text {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .shop-page-title .page-title-inner {
    padding-top: 18px;
    padding-bottom: 15px;
  }

  .shop-container .products {
    margin-right: -6px;
    margin-left: -6px;
  }

  .product-main {
    padding-top: 22px;
  }

  .product-info .product-title {
    font-size: 1.62rem;
  }

  #button-contact-vr,
  .button-contact,
  .phone-bar,
  .phone-vr,
  .alo-phone,
  .quick-call-button {
    display: none !important;
  }

  .np-mobile-bar {
    position: fixed;
    z-index: 99999;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    height: 64px;
    grid-template-columns: 1.15fr 1fr .9fr;
    border-top: 1px solid rgba(13,34,53,.12);
    background: #fff;
    box-shadow: 0 -8px 25px rgba(13,34,53,.14);
  }

  .np-mobile-bar a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: var(--np-navy);
    line-height: 1.12;
    text-align: center;
  }

  .np-mobile-bar a + a {
    border-left: 1px solid var(--np-line);
  }

  .np-mobile-bar span {
    margin-bottom: 3px;
    color: var(--np-muted);
    font-size: .62rem;
  }

  .np-mobile-bar strong {
    font-size: .78rem;
  }

  .np-mobile-bar .np-mobile-quote {
    background: var(--np-orange);
    color: #fff;
  }

  .np-mobile-bar .np-mobile-quote span,
  .np-mobile-bar .np-mobile-quote strong {
    color: #fff;
  }

  .footer-wrapper img {
    max-width: 230px;
    height: auto;
  }
}

/* V3: product-led hero, icon system and compact branded footer */
.np-hero > .section-content > .row {
  max-width: 1320px !important;
}

.np-hero {
  background: linear-gradient(108deg, #fff 0%, #fff 43%, #edf2f5 43%, #dce5ea 100%);
}

.np-hero-row {
  min-height: 680px;
  padding-top: 64px;
  padding-bottom: 68px;
}

.np-hero-copy > .col-inner {
  max-width: 535px;
  padding-right: 22px;
}

.np-hero h1 {
  max-width: 535px;
  font-size: clamp(3.15rem, 3.75vw, 3.55rem);
  line-height: 1.02;
}

.np-hero h1 span {
  display: inline-block;
  margin: 8px 0 0;
  color: var(--np-blue);
  font-size: .78em;
  line-height: 1.08;
  letter-spacing: -.038em;
}

.np-hero-media > .col-inner {
  padding-left: 28px;
}

.np-hero-image {
  width: min(100%, 760px);
  border-radius: 16px;
  box-shadow: 0 34px 80px rgba(13,34,53,.2);
}

.np-hero-image img {
  height: 530px;
  border-radius: 16px;
  object-position: center 48%;
}

.np-image-caption {
  right: 24px;
  bottom: 24px;
  min-width: 290px;
  border-top: 0;
  border-radius: 10px;
  box-shadow: 0 12px 32px rgba(13,34,53,.17);
}

.np-product-chip {
  position: absolute;
  top: 24px;
  left: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border: 1px solid rgba(255,255,255,.5);
  border-radius: 10px;
  background: rgba(13,34,53,.88);
  color: #fff;
  box-shadow: 0 10px 26px rgba(13,34,53,.18);
  backdrop-filter: blur(8px);
}

.np-product-chip b {
  color: #fff;
  font-size: 1.65rem;
  line-height: 1;
}

.np-product-chip span {
  padding-left: 12px;
  border-left: 1px solid rgba(255,255,255,.25);
  color: rgba(255,255,255,.82);
  font-size: .68rem;
  font-weight: 650;
  line-height: 1.35;
}

.np-proof-row {
  padding-top: 18px;
  padding-bottom: 18px;
}

.np-proof-item {
  gap: 13px;
}

.np-proof-item > .np-proof-icon {
  display: grid;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 12px;
  background: rgba(255,255,255,.08);
  color: #e2676e;
}

.np-proof-icon svg,
.np-step-icon svg,
.np-footer-contact-icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.np-step {
  min-height: 235px;
}

.np-step-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
}

.np-step .np-step-top b {
  margin: 0;
  color: rgba(255,255,255,.22);
  font-size: 2rem;
}

.np-step .np-step-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 12px;
  background: var(--np-orange);
  color: #fff;
}

.np-step .np-step-icon svg {
  width: 24px;
  height: 24px;
}

.footer-wrapper {
  display: none !important;
}

.np-site-footer {
  position: relative;
  z-index: 2;
  border-top: 5px solid var(--np-orange);
  background: #0c2032;
  color: rgba(255,255,255,.7);
}

.np-footer-shell {
  width: min(100% - 40px, 1240px);
  margin: 0 auto;
}

.np-footer-top {
  padding: 68px 0 55px;
}

.np-footer-top .np-footer-shell {
  display: grid;
  grid-template-columns: 1.65fr .9fr .9fr 1.25fr;
  gap: 54px;
}

.np-footer-brand img {
  width: 230px;
  height: auto;
  margin-bottom: 20px;
  filter: brightness(0) invert(1);
  opacity: .96;
}

.np-footer-brand p {
  max-width: 355px;
  margin: 0 0 21px;
  color: rgba(255,255,255,.65);
  font-size: .88rem;
  line-height: 1.7;
}

.np-footer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.np-footer-badges span {
  padding: 7px 10px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 6px;
  color: rgba(255,255,255,.75);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.np-site-footer h3 {
  margin: 3px 0 22px;
  color: #fff;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: .92rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.np-footer-col a {
  display: block;
  margin: 0 0 13px;
  color: rgba(255,255,255,.62);
  font-size: .84rem;
}

.np-footer-col a:hover {
  color: #fff;
  transform: translateX(3px);
}

.np-footer-hotline {
  display: flex;
  align-items: center;
  gap: 13px;
  color: #fff;
}

.np-footer-contact-icon {
  display: grid;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  place-items: center;
  border-radius: 50%;
  background: var(--np-orange);
  color: #fff;
}

.np-footer-hotline small,
.np-footer-hotline strong {
  display: block;
}

.np-footer-hotline small {
  color: rgba(255,255,255,.55);
  font-size: .68rem;
}

.np-footer-hotline strong {
  margin-top: 2px;
  color: #fff;
  font-size: 1.18rem;
}

.np-footer-contact > p {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 20px 0;
  color: rgba(255,255,255,.62);
  font-size: .78rem;
}

.np-footer-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #61c68d;
  box-shadow: 0 0 0 4px rgba(97,198,141,.12);
}

.np-footer-quote {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 15px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 7px;
  color: #fff;
  font-size: .78rem;
  font-weight: 700;
}

.np-footer-quote:hover {
  border-color: var(--np-orange);
  background: var(--np-orange);
  color: #fff;
}

.np-footer-bottom {
  border-top: 1px solid rgba(255,255,255,.09);
  background: rgba(0,0,0,.12);
}

.np-footer-bottom .np-footer-shell {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: rgba(255,255,255,.43);
  font-size: .72rem;
}

@media (max-width: 849px) {
  .np-hero {
    background: #fff;
  }

  .np-hero-row {
    min-height: auto;
  }

  .np-hero-copy > .col-inner {
    max-width: none;
  }

  .np-hero-image img {
    height: 440px;
  }

  .np-footer-top .np-footer-shell {
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 42px 30px;
  }

  .np-footer-brand {
    grid-column: 1 / -1;
  }
}

@media only screen and (max-width: 48em) {
  .np-hero h1 {
    font-size: 2.7rem;
  }

  .np-hero h1 span {
    font-size: .72em;
  }

  .np-hero-image img {
    height: 330px;
  }

  .np-product-chip {
    top: 14px;
    left: 14px;
    padding: 9px 11px;
  }

  .np-product-chip b {
    font-size: 1.3rem;
  }

  .np-image-caption {
    right: 14px;
    bottom: 14px;
    min-width: 235px;
  }

  .np-proof-item {
    min-height: 102px;
    padding: 14px 0;
  }

  .np-proof-item > .np-proof-icon {
    width: 39px;
    height: 39px;
    flex-basis: 39px;
  }

  .np-step {
    min-height: 215px;
    padding: 20px 16px;
  }

  .np-step .np-step-icon {
    width: 42px;
    height: 42px;
  }

  .np-footer-top {
    padding: 48px 0 38px;
  }

  .np-footer-top .np-footer-shell {
    grid-template-columns: 1fr 1fr;
    gap: 38px 24px;
  }

  .np-footer-brand,
  .np-footer-contact {
    grid-column: 1 / -1;
  }

  .np-footer-brand img {
    width: 205px;
  }

  .np-footer-bottom .np-footer-shell {
    min-height: 88px;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
  }
}

/* Homepage hero v2 — clean commercial direction */
#button-contact-vr,
.button-contact,
.phone-bar,
.phone-vr,
.alo-phone,
.quick-call-button {
  display: none !important;
}

.header-main .header-inner {
  min-height: 92px;
}

.logo {
  width: 230px !important;
}

.logo img {
  width: 190px !important;
  height: auto !important;
  max-height: none !important;
}

.np-hero {
  border-bottom: 1px solid #e5eaee;
  background: linear-gradient(110deg, #fff 0%, #fff 54%, #f1f4f6 54%, #e8edf0 100%);
  overflow: hidden;
}

.np-hero::after,
.np-hero-image::before,
.np-hero-badge {
  display: none !important;
}

.np-hero-row {
  min-height: 590px;
  padding: 58px 15px 62px;
}

.np-hero-copy > .col-inner {
  max-width: 690px;
  padding-right: 38px;
}

.np-hero h1,
.np-hero h1 span {
  max-width: 690px;
  margin: 0 0 22px;
  color: var(--np-navy-deep);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: clamp(3rem, 3.9vw, 3.75rem);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -.048em;
}

.np-hero .np-lead {
  max-width: 570px;
  margin-bottom: 28px;
  color: #536472;
  font-size: 1.08rem;
  line-height: 1.68;
}

.np-hero .np-btn-ghost {
  border-color: #c6d0d7;
  background: #fff;
  color: var(--np-navy);
}

.np-hero .np-btn-ghost:hover {
  border-color: var(--np-navy);
  background: var(--np-navy);
  color: #fff;
}

.np-trust-row {
  display: flex;
  gap: 0;
  margin-top: 7px;
  color: var(--np-navy);
}

.np-trust-row > span {
  display: flex;
  min-width: 132px;
  flex-direction: column;
  padding: 0 20px;
  border-left: 1px solid #d9e0e5;
}

.np-trust-row > span:first-child {
  padding-left: 0;
  border-left: 0;
}

.np-trust-row b {
  color: var(--np-navy-deep);
  font-size: .82rem;
  font-weight: 850;
  letter-spacing: .04em;
}

.np-trust-row small {
  margin-top: 3px;
  color: #75838d;
  font-size: .72rem;
  font-weight: 500;
}

.np-hero-media > .col-inner {
  padding-left: 30px;
}

.np-hero-image {
  position: relative;
  width: min(100%, 590px);
  margin-left: auto;
  padding: 0;
  border: 0;
  border-radius: 3px;
  background: #dfe5e8;
  box-shadow: 0 24px 60px rgba(13, 34, 53, .18);
}

.np-hero-image img {
  display: block;
  width: 100%;
  height: 410px;
  border-radius: 3px;
  object-fit: cover;
  object-position: center;
}

.np-image-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  min-width: 275px;
  flex-direction: column;
  padding: 17px 22px 18px;
  border-top: 3px solid var(--np-orange);
  background: rgba(255,255,255,.96);
}

.np-image-caption span {
  color: #75838d;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.np-image-caption strong {
  margin-top: 3px;
  color: var(--np-navy-deep);
  font-size: .95rem;
}

.np-section-head h2,
.np-story h2,
.np-cta h2 {
  font-family: Inter, "Segoe UI", Arial, sans-serif !important;
  font-weight: 800;
  letter-spacing: -.04em;
}

@media (max-width: 849px) {
  .header-main .header-inner {
    min-height: 70px;
  }

  .logo {
    width: 190px !important;
  }

  .logo img {
    width: 158px !important;
    height: auto !important;
    max-height: none !important;
  }

  .np-hero {
    background: #fff;
  }

  .np-hero-row {
    padding: 52px 15px 48px;
  }

  .np-hero-copy > .col-inner {
    padding-right: 0;
  }

  .np-hero h1,
  .np-hero h1 span {
    font-size: clamp(2.55rem, 8.8vw, 3.65rem);
  }

  .np-hero-media > .col-inner {
    padding: 34px 0 0;
  }

  .np-hero-image {
    max-width: none;
  }

  .np-hero-image img {
    height: 390px;
  }
}

@media only screen and (max-width: 48em) {
  .np-hero-row {
    padding-top: 36px;
  }

  .np-hero h1,
  .np-hero h1 span {
    font-size: 2.45rem;
    line-height: 1.08;
  }

  .np-hero .np-lead {
    font-size: .96rem;
    line-height: 1.6;
  }

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

  .np-hero-actions .button {
    min-height: 50px;
  }

  .np-trust-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .np-trust-row > span {
    min-width: 0;
    padding: 0 9px;
  }

  .np-trust-row b {
    font-size: .67rem;
  }

  .np-trust-row small {
    font-size: .61rem;
    line-height: 1.3;
  }

  .np-hero-image img {
    height: 285px;
  }

  .np-image-caption {
    min-width: 225px;
    padding: 12px 15px 13px;
  }
}

/* V3 final hero overrides — keep after the earlier local iterations */
.np-hero > .section-content > .row {
  max-width: 1320px !important;
}

.np-hero {
  background: linear-gradient(108deg, #fff 0%, #fff 43%, #edf2f5 43%, #dce5ea 100%);
}

.np-hero-row {
  min-height: 680px;
  padding: 64px 15px 68px;
}

.np-hero-copy > .col-inner {
  max-width: 535px;
  padding-right: 22px;
}

.np-hero h1 {
  max-width: 535px;
  font-size: clamp(3.15rem, 3.75vw, 3.55rem);
  line-height: 1.02;
}

.np-hero h1 span {
  display: inline-block;
  margin: 8px 0 0;
  color: var(--np-blue);
  font-size: .78em;
  line-height: 1.08;
  letter-spacing: -.038em;
}

.np-hero-media > .col-inner {
  padding-left: 28px;
}

.np-hero-image {
  width: min(100%, 760px);
  border-radius: 16px;
  box-shadow: 0 34px 80px rgba(13,34,53,.2);
}

.np-hero-image img {
  height: 530px;
  border-radius: 16px;
  object-position: center 48%;
}

.np-image-caption {
  right: 24px;
  bottom: 24px;
  min-width: 290px;
  border-top: 0;
  border-radius: 10px;
  box-shadow: 0 12px 32px rgba(13,34,53,.17);
}

@media (max-width: 849px) {
  .np-hero {
    background: #fff;
  }

  .np-hero-row {
    min-height: auto;
  }

  .np-hero-copy > .col-inner {
    max-width: none;
  }

  .np-hero-image img {
    height: 440px;
  }
}

@media only screen and (max-width: 48em) {
  .np-hero h1 {
    font-size: 2.7rem;
  }

  .np-hero h1 span {
    font-size: .72em;
  }

  .np-hero-image img {
    height: 330px;
  }
}

/* Icon fallbacks: WordPress strips inline SVG from UX Text on save. */
.np-proof-icon::before,
.np-step-icon::before {
  display: block;
  color: currentColor;
  font-family: "Segoe UI Symbol", Arial, sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1;
}

.np-proof-row > .col:nth-child(1) .np-proof-icon::before { content: "✓"; }
.np-proof-row > .col:nth-child(2) .np-proof-icon::before { content: "↔"; }
.np-proof-row > .col:nth-child(3) .np-proof-icon::before { content: "★"; }
.np-proof-row > .col:nth-child(4) .np-proof-icon::before { content: "➜"; }
.np-process .col:nth-child(2) .np-step-icon::before { content: "▣"; }
.np-process .col:nth-child(3) .np-step-icon::before { content: "☏"; }
.np-process .col:nth-child(4) .np-step-icon::before { content: "⚙"; }
.np-process .col:nth-child(5) .np-step-icon::before { content: "➜"; }

@media only screen and (max-width: 48em) {
  .np-hero h1 {
    font-size: 2.32rem;
  }
}

/* Footer connection cards: Google Maps, Facebook and Zalo QR. */
.np-footer-connect {
  display: grid;
  grid-template-columns: 1.7fr .72fr .72fr;
  gap: 18px;
  margin-top: 52px;
  padding-top: 38px;
  border-top: 1px solid rgba(255,255,255,.1);
}

.np-connect-map,
.np-connect-facebook,
.np-connect-qr {
  min-height: 255px;
  overflow: hidden;
  border-radius: 12px;
}

.np-connect-map {
  background: #fff;
}

.np-connect-head {
  display: flex;
  height: 48px;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  color: var(--np-navy-deep);
  font-size: .78rem;
  font-weight: 800;
}

.np-connect-head a {
  color: var(--np-orange);
  font-size: .68rem;
}

.np-connect-map iframe {
  display: block;
  width: 100%;
  height: 207px;
  border: 0;
}

.np-connect-facebook {
  position: relative;
  display: flex;
  padding: 24px;
  flex-direction: column;
  background: linear-gradient(145deg, #1877f2, #0759c7);
  color: #fff;
}

.np-connect-facebook:hover {
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 15px 32px rgba(0,0,0,.18);
}

.np-facebook-mark {
  display: grid;
  width: 48px;
  height: 48px;
  margin-bottom: auto;
  place-items: end center;
  border: 2px solid rgba(255,255,255,.9);
  border-radius: 50%;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: .9;
}

.np-connect-facebook small,
.np-connect-facebook strong,
.np-connect-facebook b {
  display: block;
  color: #fff;
}

.np-connect-facebook small {
  margin-top: 22px;
  color: rgba(255,255,255,.72);
  font-size: .68rem;
}

.np-connect-facebook strong {
  margin: 2px 0 11px;
  font-size: 1.35rem;
}

.np-connect-facebook b {
  font-size: .65rem;
  font-weight: 600;
}

.np-connect-qr {
  display: flex;
  flex-direction: column;
  background: #fff;
  color: var(--np-navy-deep);
}

.np-connect-qr:hover {
  color: var(--np-navy-deep);
  transform: translateY(-3px);
  box-shadow: 0 15px 32px rgba(0,0,0,.18);
}

.np-connect-qr img {
  display: block;
  width: 100%;
  height: 192px;
  margin: 0;
  object-fit: cover;
  object-position: center 63%;
}

.np-connect-qr > span {
  display: flex;
  min-height: 63px;
  justify-content: center;
  flex-direction: column;
  padding: 8px 15px;
}

.np-connect-qr small,
.np-connect-qr strong {
  display: block;
}

.np-connect-qr small {
  color: var(--np-orange);
  font-size: .65rem;
  font-weight: 750;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.np-connect-qr strong {
  margin-top: 2px;
  color: var(--np-navy-deep);
  font-size: .9rem;
}

@media (max-width: 849px) {
  .np-footer-connect {
    grid-template-columns: 1.4fr 1fr;
  }

  .np-connect-map {
    grid-column: 1 / -1;
  }
}

@media only screen and (max-width: 48em) {
  .np-footer-connect {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 38px;
    padding-top: 30px;
  }

  .np-connect-map {
    grid-column: 1 / -1;
  }

  .np-connect-head a {
    font-size: .62rem;
  }

  .np-connect-facebook,
  .np-connect-qr {
    min-height: 225px;
  }

  .np-connect-facebook {
    padding: 17px;
  }

  .np-connect-facebook strong {
    font-size: 1.15rem;
  }

  .np-connect-facebook b {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .np-connect-qr img {
    height: 162px;
  }
}

.np-footer-top .np-footer-connect {
  grid-template-columns: 1.7fr .72fr .72fr;
  gap: 18px;
}

@media (max-width: 849px) {
  .np-footer-top .np-footer-connect {
    grid-template-columns: 1fr 1fr;
  }
}

/* Native Flatsome UX Slider inside the hero media column. */
.np-hero-media > .col-inner {
  position: relative;
}

.np-hero-ux-slider {
  overflow: hidden;
  background: #dfe5e8;
}

.np-hero-ux-slider .flickity-viewport,
.np-hero-ux-slider .flickity-slider,
.np-hero-ux-slider .img,
.np-hero-ux-slider .img-inner {
  height: 530px !important;
}

.np-hero-ux-slider .img {
  width: 100% !important;
  margin: 0 !important;
}

.np-hero-ux-slider .img-inner {
  overflow: hidden;
  background: #dfe5e8;
}

.np-hero-ux-slider .img img {
  width: 100%;
  height: 530px !important;
  object-fit: cover;
  object-position: center;
}

.np-hero-ux-slider .img:nth-child(2) img {
  object-position: center 58%;
}

.np-hero-ux-slider .flickity-button {
  opacity: 0;
  transition: opacity .2s ease, transform .2s ease;
}

.np-hero-ux-slider:hover .flickity-button {
  opacity: 1;
}

.np-hero-ux-slider .flickity-page-dots {
  right: auto;
  bottom: 18px;
  left: 22px;
  width: auto;
}

.np-hero-ux-slider .flickity-page-dots .dot {
  width: 8px;
  height: 8px;
  margin: 0 4px;
  border: 0;
  background: #fff;
  opacity: .58;
}

.np-hero-ux-slider .flickity-page-dots .dot.is-selected {
  width: 24px;
  border-radius: 10px;
  background: var(--np-orange);
  opacity: 1;
}

.np-hero-overlay {
  position: absolute;
  z-index: 5;
  inset: 0;
  width: min(100%, 760px);
  height: 530px;
  margin-left: auto;
  pointer-events: none;
}

.np-hero-overlay .np-product-chip,
.np-hero-overlay .np-image-caption {
  pointer-events: none;
}

@media (max-width: 849px) {
  .np-hero-ux-slider .flickity-viewport,
  .np-hero-ux-slider .flickity-slider,
  .np-hero-ux-slider .img,
  .np-hero-ux-slider .img-inner,
  .np-hero-ux-slider .img img,
  .np-hero-overlay {
    height: 440px !important;
  }
}

@media only screen and (max-width: 48em) {
  .np-hero-ux-slider .flickity-viewport,
  .np-hero-ux-slider .flickity-slider,
  .np-hero-ux-slider .img,
  .np-hero-ux-slider .img-inner,
  .np-hero-ux-slider .img img,
  .np-hero-overlay {
    height: 330px !important;
  }

  .np-hero-ux-slider .flickity-button {
    display: none;
  }
}

.product-small .quick-view,
.product-small .quick-view:hover {
  background: rgba(169,29,38,.9) !important;
  color: #fff !important;
}

.np-footer-messengers {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0 0 18px;
}

.np-footer-messengers a {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  gap: 7px;
  padding: 5px 9px 5px 6px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 7px;
  background: rgba(255,255,255,.045);
  color: rgba(255,255,255,.78);
  font-size: .66rem;
  font-weight: 700;
}

.np-footer-messengers a:hover {
  border-color: rgba(255,255,255,.35);
  color: #fff;
  transform: translateY(-2px);
}

.np-footer-messengers b {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  font-size: .65rem;
}

.np-msg-zalo b { background: #0068ff; }
.np-msg-whatsapp b { background: #25b85a; }
.np-msg-viber b { background: #7360f2; }

@media only screen and (max-width: 48em) {
  .np-mobile-bar {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .np-mobile-bar a {
    min-width: 0;
    padding: 0 2px;
  }

  .np-mobile-bar span {
    overflow: hidden;
    max-width: 100%;
    font-size: .5rem;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .np-mobile-bar strong {
    overflow: hidden;
    max-width: 100%;
    font-size: .65rem;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .np-mobile-whatsapp strong {
    font-size: .57rem;
  }
}

/* Editorial section: three even, image-led entries without template cards. */
.np-journal .np-section-head h2 {
  font-size: clamp(2rem, 3vw, 2.85rem);
}

.np-journal .box-blog-post {
  overflow: visible;
  height: 100%;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.np-journal .box-image {
  overflow: hidden;
  border-radius: 10px;
  background: #e9eef1;
}

.np-journal .box-image img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.np-journal .box-blog-post .box-text {
  padding: 18px 2px 0;
  text-align: left;
}

.np-journal .post-title {
  display: -webkit-box;
  min-height: 2.9em;
  overflow: hidden;
  margin: 0;
  color: var(--np-navy-deep);
  font-family: Inter, "Segoe UI", Arial, sans-serif !important;
  font-size: 1.02rem;
  font-weight: 750;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.np-journal .post-title::after,
.np-journal .is-divider,
.np-journal .from_the_blog_excerpt,
.np-journal .badge {
  display: none !important;
}

.np-journal .post-item a:hover .post-title {
  color: var(--np-orange-dark);
}

@media only screen and (max-width: 48em) {
  .np-journal .post-item {
    padding-bottom: 28px;
  }

  .np-journal .post-title {
    min-height: 0;
    font-size: 1rem;
  }
}

/* Refined Flatsome header: compact, branded and conversion focused. */
#header {
  height: 88px !important;
}

#header .header-wrapper {
  border-top: 3px solid var(--np-orange);
  background: rgba(255,255,255,.96);
  box-shadow: 0 8px 28px rgba(13,34,53,.09);
  backdrop-filter: blur(14px);
}

#header #masthead {
  height: 85px;
  border: 0;
  background: transparent;
}

#header .header-inner {
  gap: 18px;
}

#header #logo {
  margin-right: 18px;
}

#header #logo a {
  display: flex;
  align-items: center;
}

#header #logo img {
  width: auto;
  max-height: 49px;
  transition: transform .22s ease;
}

#header #logo a:hover img {
  transform: translateY(-1px);
}

#header .header-nav-main {
  align-items: center;
}

#header .header-nav-main.nav-left {
  gap: 3px;
}

#header .header-nav-main.nav-left > li {
  margin: 0;
}

#header .header-nav-main.nav-left > li > a {
  position: relative;
  min-height: 42px;
  padding: 0 12px;
  border-radius: 10px;
  color: #20364a;
  font-size: 14.5px;
  font-weight: 750;
  letter-spacing: .025em;
  line-height: 42px;
  text-transform: none;
  transition: color .2s ease, background-color .2s ease, transform .2s ease;
}

#header .header-nav-main.nav-left > li > a::after {
  position: absolute;
  right: 12px;
  bottom: 5px;
  left: 12px;
  height: 2px;
  border-radius: 2px;
  background: var(--np-orange);
  content: "";
  opacity: 0;
  transform: scaleX(.35);
  transition: opacity .2s ease, transform .2s ease;
}

#header .header-nav-main.nav-left > li > a:hover,
#header .header-nav-main.nav-left > li.current-menu-item > a,
#header .header-nav-main.nav-left > li.current_page_item > a {
  color: var(--np-orange-dark);
  background: rgba(201,40,50,.065);
  transform: translateY(-1px);
}

#header .header-nav-main.nav-left > li > a:hover::after,
#header .header-nav-main.nav-left > li.current-menu-item > a::after,
#header .header-nav-main.nav-left > li.current_page_item > a::after {
  opacity: 1;
  transform: scaleX(1);
}

#header .header-nav-main.nav-right {
  gap: 8px;
}

#header .header-nav-main.nav-right > li {
  margin: 0;
}

#header .header-divider {
  display: none;
}

#header .header-search > a,
#header .cart-item > a {
  display: grid;
  width: 42px;
  height: 42px;
  min-height: 42px;
  padding: 0;
  place-items: center;
  border: 1px solid #dce4e9;
  border-radius: 12px;
  color: #21394e;
  background: #fff;
  box-shadow: 0 5px 14px rgba(13,34,53,.06);
}

#header .header-search > a:hover,
#header .cart-item > a:hover {
  border-color: rgba(201,40,50,.3);
  color: var(--np-orange);
  background: #fff7f7;
}

#header .cart-item .header-cart-title {
  display: none;
}

#header .cart-icon {
  margin: 0;
}

#header .account-item > a {
  min-height: 42px;
  padding: 0 12px;
  border-radius: 10px;
  color: #536679;
  font-size: 12.5px;
  letter-spacing: .02em;
}

.np-header-hotline > a {
  display: flex !important;
  height: 48px;
  min-width: 158px;
  align-items: center;
  padding: 5px 13px 5px 7px !important;
  border-radius: 14px;
  color: #fff !important;
  background: linear-gradient(135deg, #d52e39, #a91d26);
  box-shadow: 0 8px 18px rgba(169,29,38,.24);
  transition: transform .2s ease, box-shadow .2s ease;
}

.np-header-hotline > a:hover {
  transform: translateY(-2px);
  box-shadow: 0 11px 23px rgba(169,29,38,.3);
}

.np-header-hotline-icon {
  display: grid;
  width: 34px;
  height: 34px;
  margin-right: 8px;
  flex: 0 0 34px;
  place-items: center;
  border-radius: 10px;
  background: rgba(255,255,255,.17);
}

.np-header-hotline-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.np-header-hotline small,
.np-header-hotline strong {
  display: block;
  color: #fff;
  white-space: nowrap;
}

.np-header-hotline small {
  margin-bottom: 2px;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .04em;
  line-height: 1;
  opacity: .78;
  text-transform: uppercase;
}

.np-header-hotline strong {
  font-size: 14px;
  line-height: 1.1;
}

@media (max-width: 1180px) and (min-width: 850px) {
  #header .account-item {
    display: none;
  }

  #header .header-inner {
    gap: 10px;
  }

  #header .header-nav-main.nav-left > li > a {
    padding-right: 9px;
    padding-left: 9px;
    font-size: 13px;
  }

  .np-header-hotline > a {
    min-width: 148px;
  }
}

/* Cleaner header cart mark; keeps WooCommerce's live item counter. */
#header .cart-icon.image-icon {
  position: relative;
  width: 23px !important;
  height: 23px !important;
  border: 0 !important;
  background: center / 23px 23px no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2321394e' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5.4 8.2h13.2l-1 11H6.4l-1-11Z'/%3E%3Cpath d='M9 9V6.8a3 3 0 0 1 6 0V9'/%3E%3C/svg%3E") !important;
}

#header .cart-icon.image-icon::after {
  display: none !important;
}

#header .cart-icon.image-icon strong {
  position: absolute !important;
  top: -8px !important;
  right: -9px !important;
  bottom: auto !important;
  left: auto !important;
  display: grid !important;
  min-width: 17px;
  height: 17px;
  padding: 0 4px;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 999px;
  color: #fff;
  background: var(--np-orange);
  font-size: 9px;
  line-height: 13px;
  box-shadow: 0 3px 8px rgba(169,29,38,.25);
}

/* WooCommerce system pages share one visual language without changing templates. */
.woocommerce-page:not(.woocommerce-shop),
.single-product {
  background: #f5f7f9;
}

.woocommerce-page #main,
.single-product #main {
  min-height: 62vh;
}

.woocommerce-page #page-breadcrumbs,
.single-product .shop-page-title {
  padding-top: 20px;
  padding-bottom: 20px;
}

.woocommerce-page #page-breadcrumbs a,
.single-product .breadcrumbs a {
  color: var(--np-muted);
}

.woocommerce-page #page-breadcrumbs a:hover,
.single-product .breadcrumbs a:hover {
  color: var(--np-orange);
}

.woocommerce button.button,
.woocommerce a.button,
.woocommerce input.button,
.woocommerce .button.primary,
.single-product .single_add_to_cart_button {
  min-height: 46px;
  padding: 0 22px;
  border: 0;
  border-radius: 11px;
  color: #fff;
  background: linear-gradient(135deg, #d52e39, #ad2029);
  font-size: 13px;
  font-weight: 750;
  letter-spacing: .02em;
  line-height: 46px;
  box-shadow: 0 8px 20px rgba(169,29,38,.2);
  text-transform: none;
}

.woocommerce button.button:hover,
.woocommerce a.button:hover,
.woocommerce input.button:hover,
.single-product .single_add_to_cart_button:hover {
  color: #fff;
  background: linear-gradient(135deg, #c42530, #931922);
  box-shadow: 0 11px 25px rgba(169,29,38,.27);
  transform: translateY(-2px);
}

.woocommerce input[type="text"],
.woocommerce input[type="email"],
.woocommerce input[type="tel"],
.woocommerce input[type="password"],
.woocommerce select,
.woocommerce textarea {
  min-height: 46px;
  padding: 10px 13px;
  border: 1px solid var(--np-line);
  border-radius: 10px;
  background: #fff;
  box-shadow: none;
}

.woocommerce input:focus,
.woocommerce select:focus,
.woocommerce textarea:focus {
  border-color: rgba(201,40,50,.5);
  box-shadow: 0 0 0 3px rgba(201,40,50,.08);
}

.woocommerce label {
  color: #334b5f;
  font-size: 13px;
  font-weight: 650;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  border: 1px solid var(--np-line);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(13,34,53,.07);
}

/* Shop and category archives. */
.woocommerce-shop .shop-page-title,
.tax-product_cat .shop-page-title {
  border-bottom: 1px solid var(--np-line);
  background: linear-gradient(135deg, #f7f9fb, #edf3f6);
}

.woocommerce-shop .shop-page-title .page-title-inner,
.tax-product_cat .shop-page-title .page-title-inner {
  min-height: 72px;
}

.woocommerce-shop .category-page-row,
.tax-product_cat .category-page-row {
  padding-top: 30px;
  padding-bottom: 45px;
}

.woocommerce-shop #shop-sidebar,
.woocommerce-shop #shop-sidebar .sidebar-inner,
.tax-product_cat #shop-sidebar,
.tax-product_cat #shop-sidebar .sidebar-inner {
  position: sticky;
  top: 108px;
  overflow: hidden;
  padding: 0;
  border: 1px solid #e2e8ed;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(13,34,53,.09);
}

.woocommerce-shop #shop-sidebar .widget_product_categories,
.tax-product_cat #shop-sidebar .widget_product_categories {
  margin: 0;
}

.woocommerce-shop #shop-sidebar .widget-title.shop-sidebar,
.tax-product_cat #shop-sidebar .widget-title.shop-sidebar {
  display: flex;
  min-height: 68px;
  align-items: center;
  gap: 11px;
  padding: 0 19px;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -.01em;
  text-transform: none;
  background: linear-gradient(135deg, var(--np-navy-deep), var(--np-navy));
}

.woocommerce-shop #shop-sidebar .widget-title.shop-sidebar::before,
.tax-product_cat #shop-sidebar .widget-title.shop-sidebar::before {
  content: "";
  width: 31px;
  height: 31px;
  flex: 0 0 31px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 9px;
  background-color: rgba(255,255,255,.1);
  background-image: linear-gradient(#fff,#fff), linear-gradient(#fff,#fff), linear-gradient(#fff,#fff);
  background-repeat: no-repeat;
  background-position: 9px 9px, 9px 14px, 9px 19px;
  background-size: 13px 2px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.12);
}

.woocommerce-shop #shop-sidebar .is-divider,
.tax-product_cat #shop-sidebar .is-divider {
  display: none;
}

.woocommerce-shop #shop-sidebar .product-categories,
.tax-product_cat #shop-sidebar .product-categories {
  margin: 0;
  padding: 8px;
  border: 0;
}

.woocommerce-shop #shop-sidebar .product-categories li,
.tax-product_cat #shop-sidebar .product-categories li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  margin: 0;
  padding: 0;
  border: 0;
}

.woocommerce-shop #shop-sidebar .product-categories > li + li,
.tax-product_cat #shop-sidebar .product-categories > li + li {
  border-top: 1px solid #edf1f4;
}

.woocommerce-shop #shop-sidebar .product-categories li > a,
.tax-product_cat #shop-sidebar .product-categories li > a {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 52px;
  align-items: center;
  padding: 10px 8px 10px 29px;
  color: #334c5f;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.38;
}

.woocommerce-shop #shop-sidebar .product-categories li > a::before,
.tax-product_cat #shop-sidebar .product-categories li > a::before {
  content: "";
  position: absolute;
  left: 10px;
  width: 7px;
  height: 7px;
  border: 2px solid #9aaab5;
  border-radius: 2px;
  transform: rotate(45deg);
  transition: border-color .2s ease, background .2s ease;
}

.woocommerce-shop #shop-sidebar .product-categories li > .count,
.tax-product_cat #shop-sidebar .product-categories li > .count {
  display: inline-flex;
  min-width: 30px;
  height: 25px;
  align-items: center;
  justify-content: center;
  margin: 0 5px 0 2px;
  padding: 0 7px;
  border: 1px solid #e1e7eb;
  border-radius: 999px;
  color: #71818d;
  font-size: 11px;
  font-weight: 750;
  line-height: 1;
  background: #f4f7f9;
}

.woocommerce-shop #shop-sidebar .product-categories li:hover > a,
.tax-product_cat #shop-sidebar .product-categories li:hover > a {
  color: var(--np-orange);
}

.woocommerce-shop #shop-sidebar .product-categories li:hover > a::before,
.tax-product_cat #shop-sidebar .product-categories li:hover > a::before {
  border-color: var(--np-orange);
  background: rgba(201,40,50,.08);
}

.woocommerce-shop #shop-sidebar .product-categories li.current-cat,
.woocommerce-shop #shop-sidebar .product-categories li.current-cat-parent,
.tax-product_cat #shop-sidebar .product-categories li.current-cat,
.tax-product_cat #shop-sidebar .product-categories li.current-cat-parent {
  border-radius: 10px;
  background: #fff1f2;
  box-shadow: inset 3px 0 0 var(--np-orange);
}

.woocommerce-shop #shop-sidebar .product-categories li.current-cat > a,
.woocommerce-shop #shop-sidebar .product-categories li.current-cat-parent > a,
.tax-product_cat #shop-sidebar .product-categories li.current-cat > a,
.tax-product_cat #shop-sidebar .product-categories li.current-cat-parent > a {
  color: var(--np-orange-dark);
  font-weight: 800;
}

.woocommerce-shop #shop-sidebar .product-categories li.current-cat > .count,
.woocommerce-shop #shop-sidebar .product-categories li.current-cat-parent > .count,
.tax-product_cat #shop-sidebar .product-categories li.current-cat > .count,
.tax-product_cat #shop-sidebar .product-categories li.current-cat-parent > .count {
  border-color: rgba(201,40,50,.16);
  color: var(--np-orange-dark);
  background: #fff;
}

.woocommerce-shop #shop-sidebar .product-categories button.toggle,
.tax-product_cat #shop-sidebar .product-categories button.toggle {
  position: static;
  width: 28px;
  height: 28px;
  min-height: 28px;
  margin: 0 5px 0 0;
  padding: 0;
  border: 1px solid #dfe6ea;
  border-radius: 8px;
  color: var(--np-navy);
  background: #f7f9fa;
  opacity: 1;
}

.woocommerce-shop #shop-sidebar .product-categories button.toggle:hover,
.tax-product_cat #shop-sidebar .product-categories button.toggle:hover {
  border-color: rgba(201,40,50,.25);
  color: var(--np-orange);
  background: #fff1f2;
}

.woocommerce-shop #shop-sidebar .product-categories button.toggle i,
.tax-product_cat #shop-sidebar .product-categories button.toggle i {
  top: auto;
  font-size: 13px;
  transition: transform .2s ease;
}

.woocommerce-shop #shop-sidebar .product-categories li[aria-expanded="true"] > button.toggle i,
.tax-product_cat #shop-sidebar .product-categories li[aria-expanded="true"] > button.toggle i {
  transform: rotate(180deg);
}

.woocommerce-shop #shop-sidebar .product-categories .children,
.tax-product_cat #shop-sidebar .product-categories .children {
  grid-column: 1 / -1;
  margin: 0 7px 8px 18px;
  padding: 2px 0 2px 10px;
  border-left: 2px solid #e4e9ed;
}

.woocommerce-shop #shop-sidebar .product-categories .children li > a,
.tax-product_cat #shop-sidebar .product-categories .children li > a {
  min-height: 42px;
  padding-left: 25px;
  font-size: 12px;
}

/* Keep the fixed contact tools from covering the shop category menu. */
@media (min-width: 850px) {
  .woocommerce-shop .cpc-contact-label,
  .tax-product_cat .cpc-contact-label {
    overflow: hidden;
    min-width: 0;
    max-width: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
    opacity: 0;
    transition: max-width .22s ease, opacity .18s ease, margin-left .22s ease, padding .22s ease;
  }

  .woocommerce-shop .cpc-contact-item:hover .cpc-contact-label,
  .tax-product_cat .cpc-contact-item:hover .cpc-contact-label {
    min-width: 145px;
    max-width: 145px;
    margin-left: -9px;
    padding-right: 15px;
    padding-left: 20px;
    opacity: 1;
  }
}

.woocommerce-shop .woocommerce-ordering,
.tax-product_cat .woocommerce-ordering {
  position: relative;
  width: min(100%, 290px);
  margin: 0;
}

.woocommerce-shop .shop-page-title .woocommerce-ordering,
.tax-product_cat .shop-page-title .woocommerce-ordering {
  flex: 0 0 290px;
}

.woocommerce-shop .shop-page-title .woocommerce-result-count + .woocommerce-ordering,
.tax-product_cat .shop-page-title .woocommerce-result-count + .woocommerce-ordering {
  display: block;
}

.woocommerce-shop .shop-page-title .woocommerce-result-count,
.tax-product_cat .shop-page-title .woocommerce-result-count {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  margin: 0;
  padding: 0 12px;
  border: 1px solid #dde5e9;
  border-radius: 999px;
  color: #5c7080;
  font-size: 12px;
  font-weight: 750;
  line-height: 1;
  white-space: nowrap;
  background: rgba(255,255,255,.82);
}

.woocommerce-shop .shop-page-title .page-title-inner > .flex-col:last-child,
.tax-product_cat .shop-page-title .page-title-inner > .flex-col:last-child {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row;
  gap: 11px;
}

.woocommerce-shop .woocommerce-ordering::before,
.tax-product_cat .woocommerce-ordering::before {
  content: "\21C5";
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 15px;
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 7px;
  color: var(--np-orange);
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  background: #fff0f1;
  transform: translateY(-50%);
  pointer-events: none;
}

.woocommerce-shop .woocommerce-ordering::after,
.tax-product_cat .woocommerce-ordering::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 17px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #71818d;
  border-bottom: 2px solid #71818d;
  transform: translateY(-70%) rotate(45deg);
  pointer-events: none;
}

.woocommerce-shop .woocommerce-ordering select,
.tax-product_cat .woocommerce-ordering select {
  width: 100%;
  min-width: 0;
  height: 48px;
  margin: 0;
  padding: 0 45px 0 50px;
  border: 1px solid #dce4e9;
  border-radius: 13px;
  color: var(--np-navy-deep);
  font-size: 14px;
  font-weight: 650;
  line-height: 46px;
  background: #fff;
  box-shadow: 0 7px 20px rgba(13,34,53,.06);
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

.woocommerce-shop .woocommerce-ordering select:hover,
.tax-product_cat .woocommerce-ordering select:hover {
  border-color: #bccad3;
  box-shadow: 0 9px 24px rgba(13,34,53,.1);
}

.woocommerce-shop .woocommerce-ordering select:focus,
.tax-product_cat .woocommerce-ordering select:focus {
  border-color: rgba(201,40,50,.55);
  outline: 3px solid rgba(201,40,50,.1);
  box-shadow: 0 8px 24px rgba(13,34,53,.08);
}

.woocommerce-ordering.np-sort-ready::before,
.woocommerce-ordering.np-sort-ready::after {
  display: none;
}

.woocommerce-ordering.np-sort-ready > select.orderby {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.np-sort {
  position: relative;
  z-index: 25;
  width: 100%;
}

.woocommerce-shop .shop-page-title,
.tax-product_cat .shop-page-title {
  position: relative;
  z-index: 30;
  overflow: visible;
}

.woocommerce-shop .category-page-row,
.tax-product_cat .category-page-row {
  position: relative;
  z-index: 1;
}

.np-sort-trigger {
  display: grid;
  width: 100%;
  height: 48px;
  align-items: center;
  margin: 0;
  padding: 0 14px;
  grid-template-columns: 24px minmax(0, 1fr) 10px;
  gap: 11px;
  border: 1px solid #dce4e9;
  border-radius: 13px;
  color: var(--np-navy-deep);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-align: left;
  text-transform: none;
  background: #fff;
  box-shadow: 0 7px 20px rgba(13,34,53,.06);
}

.np-sort-trigger:hover,
.np-sort.is-open .np-sort-trigger {
  border-color: rgba(201,40,50,.45);
  color: var(--np-navy-deep);
  background: #fff;
  box-shadow: 0 10px 25px rgba(13,34,53,.11), 0 0 0 3px rgba(201,40,50,.07);
}

.np-sort-icon {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 7px;
  color: var(--np-orange);
  font-size: 15px;
  font-weight: 850;
  background: #fff0f1;
}

.np-sort-value {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.np-sort-chevron {
  width: 8px;
  height: 8px;
  border-right: 2px solid #71818d;
  border-bottom: 2px solid #71818d;
  transform: translateY(-2px) rotate(45deg);
  transition: transform .2s ease;
}

.np-sort.is-open .np-sort-chevron {
  transform: translateY(2px) rotate(225deg);
}

.np-sort-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  left: 0;
  overflow: hidden;
  padding: 7px;
  border: 1px solid #dfe6ea;
  border-radius: 14px;
  visibility: hidden;
  background: #fff;
  box-shadow: 0 18px 44px rgba(13,34,53,.16);
  opacity: 0;
  transform: translateY(-7px) scale(.985);
  transform-origin: top;
  transition: opacity .16s ease, transform .16s ease, visibility .16s;
}

.np-sort.is-open .np-sort-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0) scale(1);
}

.np-sort-option {
  display: grid;
  width: 100%;
  min-height: 43px;
  align-items: center;
  margin: 0;
  padding: 9px 11px;
  grid-template-columns: minmax(0, 1fr) 18px;
  gap: 8px;
  border: 0;
  border-radius: 9px;
  color: #3d5668;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.35;
  text-align: left;
  text-transform: none;
  background: transparent;
  box-shadow: none;
}

.np-sort-option + .np-sort-option {
  margin-top: 2px;
}

.np-sort-option:hover,
.np-sort-option:focus {
  color: var(--np-orange-dark);
  outline: 0;
  background: #fff1f2;
}

.np-sort-option i {
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  font-size: 10px;
  font-style: normal;
  background: var(--np-orange);
  opacity: 0;
}

.np-sort-option.is-selected {
  color: var(--np-navy-deep);
  font-weight: 800;
  background: #f1f5f7;
}

.np-sort-option.is-selected i {
  opacity: 1;
}

.woocommerce-shop .woocommerce-pagination,
.tax-product_cat .woocommerce-pagination {
  margin-top: 34px;
  text-align: center;
}

.woocommerce-shop .woocommerce-pagination .page-numbers,
.tax-product_cat .woocommerce-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin: 0;
  padding: 7px;
  border: 1px solid #e0e7eb;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(13,34,53,.08);
}

.woocommerce-shop .woocommerce-pagination .page-numbers li,
.tax-product_cat .woocommerce-pagination .page-numbers li {
  margin: 0;
}

.woocommerce-shop .woocommerce-pagination a.page-number,
.woocommerce-shop .woocommerce-pagination span.page-number,
.tax-product_cat .woocommerce-pagination a.page-number,
.tax-product_cat .woocommerce-pagination span.page-number {
  display: grid;
  width: 42px;
  height: 42px;
  min-width: 42px;
  margin: 0;
  place-items: center;
  border: 1px solid transparent;
  border-radius: 10px;
  color: #496174;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  background: #f4f7f9;
}

.woocommerce-shop .woocommerce-pagination a.page-number:hover,
.tax-product_cat .woocommerce-pagination a.page-number:hover {
  border-color: rgba(201,40,50,.16);
  color: var(--np-orange-dark);
  background: #fff0f1;
  transform: translateY(-2px);
}

.woocommerce-shop .woocommerce-pagination span.page-number.current,
.tax-product_cat .woocommerce-pagination span.page-number.current {
  border-color: var(--np-orange);
  color: #fff;
  background: linear-gradient(135deg, var(--np-orange), var(--np-orange-dark));
  box-shadow: 0 7px 17px rgba(201,40,50,.24);
}

.woocommerce-shop .woocommerce-pagination a.next,
.woocommerce-shop .woocommerce-pagination a.prev,
.tax-product_cat .woocommerce-pagination a.next,
.tax-product_cat .woocommerce-pagination a.prev {
  color: #fff;
  background: var(--np-navy);
}

.woocommerce-shop .woocommerce-pagination a.next:hover,
.woocommerce-shop .woocommerce-pagination a.prev:hover,
.tax-product_cat .woocommerce-pagination a.next:hover,
.tax-product_cat .woocommerce-pagination a.prev:hover {
  border-color: var(--np-navy-deep);
  color: #fff;
  background: var(--np-navy-deep);
}

.woocommerce-shop .product-small > .col-inner,
.tax-product_cat .product-small > .col-inner,
.related-products-wrapper .product-small > .col-inner {
  overflow: hidden;
  border: 1px solid var(--np-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(13,34,53,.07);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.woocommerce-shop .product-small > .col-inner:hover,
.tax-product_cat .product-small > .col-inner:hover,
.related-products-wrapper .product-small > .col-inner:hover {
  border-color: rgba(201,40,50,.22);
  box-shadow: 0 17px 38px rgba(13,34,53,.12);
  transform: translateY(-5px);
}

.woocommerce-shop .product-small .box-image,
.tax-product_cat .product-small .box-image,
.related-products-wrapper .product-small .box-image {
  width: 100%;
  overflow: hidden;
  flex: 0 0 auto;
  border-radius: 15px 15px 0 0;
  background: #edf1f3;
}

.woocommerce-shop .product-small .box-image img,
.tax-product_cat .product-small .box-image img,
.related-products-wrapper .product-small .box-image img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.woocommerce-shop .box-text-products,
.tax-product_cat .box-text-products,
.related-products-wrapper .box-text-products {
  padding: 17px 16px 19px;
}

.woocommerce-shop .product-title a,
.tax-product_cat .product-title a,
.related-products-wrapper .product-title a {
  display: -webkit-box;
  min-height: 2.9em;
  overflow: hidden;
  color: var(--np-navy-deep);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.woocommerce-shop .product-cat,
.tax-product_cat .product-cat {
  color: #72828f;
  font-size: 9px;
  letter-spacing: .08em;
}

.woocommerce-shop .price,
.tax-product_cat .price,
.related-products-wrapper .price {
  color: var(--np-orange-dark);
  font-size: 15px;
  font-weight: 800;
}

.woocommerce-shop .badge-inner.on-sale,
.tax-product_cat .badge-inner.on-sale,
.single-product .badge-inner.on-sale {
  height: auto;
  padding: 7px 10px;
  border: 0;
  border-radius: 9px;
  color: var(--np-orange-dark);
  background: #fff0f1;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
}

/* Single product: remove the noisy legacy sidebar and focus on the product. */
.single-product #product-sidebar {
  display: none !important;
}

.single-product .product-main .content-row > .large-9 {
  max-width: 100%;
  flex-basis: 100%;
}

.single-product .product-main {
  padding-top: 34px;
  padding-bottom: 24px;
  background: #fff;
}

.single-product .product-gallery,
.single-product .product-info {
  padding-right: 28px;
  padding-left: 28px;
}

.single-product .product-gallery .flickity-viewport,
.single-product .product-gallery .woocommerce-product-gallery__image {
  overflow: hidden;
  border-radius: 17px;
  background: #edf1f3;
}

.single-product .product-info .product-title {
  color: var(--np-navy-deep);
  font-size: clamp(27px, 3vw, 41px);
  line-height: 1.13;
}

.single-product .product-info .price {
  color: var(--np-orange-dark);
  font-size: 23px;
  font-weight: 800;
}

.single-product .product-short-description {
  color: #42586a;
  font-size: 15px;
  line-height: 1.75;
}

.single-product .quantity.buttons_added {
  overflow: hidden;
  border: 1px solid var(--np-line);
  border-radius: 10px;
}

.single-product .quantity.buttons_added input {
  min-height: 44px;
  border: 0;
  box-shadow: none;
}

.single-product .product-footer {
  padding-top: 16px;
  padding-bottom: 48px;
}

.single-product .woocommerce-tabs {
  overflow: hidden;
  border: 1px solid var(--np-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(13,34,53,.07);
}

.single-product .woocommerce-tabs .product-tabs {
  padding: 0 25px;
  border-bottom: 1px solid var(--np-line);
  background: #f8fafb;
}

.single-product .woocommerce-tabs .panel {
  padding: 28px;
}

/* Account pages: retire the old stock banner and turn login into a clear card. */
.woocommerce-account #content > .section {
  padding: 34px 0 60px !important;
  background: linear-gradient(135deg, #f7f9fb, #edf2f5);
}

.woocommerce-account #content > .section .col-inner > .img {
  display: none !important;
}

.woocommerce-account .account-container {
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
  border: 1px solid var(--np-line);
  border-radius: 20px;
  background: #fff;
  box-shadow: var(--np-shadow);
}

.woocommerce-account #customer_login {
  margin: 0;
}

.woocommerce-account #customer_login > .col {
  padding: 40px 42px;
}

.woocommerce-account #customer_login > .col + .col {
  border-left: 1px solid var(--np-line);
  background: #fbfcfd;
}

.woocommerce-account .account-login-inner::before {
  display: block;
  margin-bottom: 9px;
  color: var(--np-orange);
  content: "KHU VỰC KHÁCH HÀNG";
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
}

.woocommerce-account .account-register-inner::before {
  display: block;
  margin-bottom: 9px;
  color: var(--np-blue);
  content: "TẠO TÀI KHOẢN MỚI";
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
}

.woocommerce-account .account-login-inner h3,
.woocommerce-account .account-register-inner h3 {
  margin-bottom: 24px;
  color: var(--np-navy-deep);
  font-size: 27px;
  letter-spacing: -.03em;
  text-transform: none;
}

.woocommerce-account #customer_login .woocommerce-form-row {
  margin-bottom: 19px;
}

.woocommerce-account #customer_login .woocommerce-button {
  min-width: 138px;
}

.woocommerce-account .woocommerce-privacy-policy-text {
  margin: 7px 0 18px;
  padding: 12px 14px;
  border-radius: 10px;
  color: #627584;
  background: #f1f5f7;
  font-size: 11px;
  line-height: 1.6;
}

.woocommerce-account .woocommerce-privacy-policy-text p {
  margin: 0;
}

.woocommerce-account .woocommerce-form-login {
  margin-bottom: 0;
}

.woocommerce-account .lost_password {
  margin-bottom: 0;
}

.woocommerce-account .lost_password a {
  color: var(--np-orange-dark);
  font-size: 13px;
  font-weight: 650;
}

.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
  padding: 25px;
  border: 1px solid var(--np-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(13,34,53,.07);
}

.woocommerce-account .woocommerce-MyAccount-navigation li a {
  border-radius: 9px;
  color: #41586a;
}

.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation li a:hover {
  color: var(--np-orange-dark);
  background: #fff1f2;
}

/* Logged-in customer center. */
.woocommerce-account.logged-in #content > .section .section-content > .row {
  max-width: 1180px;
}

.woocommerce-account.logged-in #content > .section .col-inner > .woocommerce {
  overflow: hidden;
  border: 1px solid var(--np-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 20px 55px rgba(13,34,53,.1);
}

.woocommerce-account.logged-in .woocommerce-MyAccount-content {
  float: none;
  width: 100%;
  padding: 34px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.woocommerce-dashboard .woocommerce-MyAccount-content > p {
  display: none;
}

.np-account-hero {
  position: relative;
  overflow: hidden;
  display: flex;
  min-height: 205px;
  align-items: flex-end;
  justify-content: space-between;
  margin: -34px -34px 32px;
  padding: 42px;
  gap: 28px;
  color: #fff;
  background:
    radial-gradient(circle at 88% 20%, rgba(255,255,255,.13) 0 90px, transparent 91px),
    linear-gradient(125deg, #0d2235 0%, #173b59 68%, #244f6d 100%);
}

.np-account-hero::after {
  position: absolute;
  right: -55px;
  bottom: -120px;
  width: 300px;
  height: 300px;
  border: 44px solid rgba(255,255,255,.055);
  border-radius: 50%;
  content: "";
}

.np-account-hero > * {
  position: relative;
  z-index: 1;
}

.np-account-eyebrow {
  display: block;
  margin-bottom: 10px;
  color: #ffadb2;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .14em;
}

.np-account-hero h1 {
  margin: 0 0 10px;
  color: #fff;
  font-size: clamp(29px, 4vw, 43px);
  letter-spacing: -.04em;
  line-height: 1.08;
}

.np-account-hero p {
  max-width: 590px;
  margin: 0;
  color: rgba(255,255,255,.73);
  font-size: 14px;
  line-height: 1.65;
}

.np-account-trust {
  display: flex;
  max-width: 300px;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 7px;
}

.np-account-trust span {
  padding: 7px 10px;
  border: 1px solid rgba(255,255,255,.17);
  border-radius: 999px;
  color: rgba(255,255,255,.86);
  background: rgba(255,255,255,.07);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .035em;
}

.woocommerce-dashboard .dashboard-links {
  display: grid;
  margin: 0;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 15px;
}

.woocommerce-dashboard .dashboard-links .woocommerce-MyAccount-navigation-link--dashboard {
  display: none;
}

.woocommerce-dashboard .dashboard-links li {
  width: auto;
  margin: 0;
  list-style: none;
}

.woocommerce-dashboard .dashboard-links a {
  position: relative;
  display: flex;
  min-height: 165px;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 22px;
  flex-direction: column;
  border: 1px solid var(--np-line);
  border-radius: 16px;
  color: var(--np-navy-deep);
  background: #f8fafb;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -.015em;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease, background .22s ease;
}

.woocommerce-dashboard .dashboard-links a::before {
  display: grid;
  width: 47px;
  height: 47px;
  margin-bottom: 24px;
  place-items: center;
  border-radius: 14px;
  color: var(--np-orange);
  background: #fff0f1;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: 23px 23px;
}

.woocommerce-dashboard .dashboard-links a::after {
  position: absolute;
  right: 20px;
  bottom: 22px;
  color: #9bacb8;
  content: "→";
  font-size: 17px;
}

.woocommerce-dashboard .dashboard-links a:hover {
  border-color: rgba(201,40,50,.27);
  color: var(--np-orange-dark);
  background: #fff;
  box-shadow: 0 14px 30px rgba(13,34,53,.1);
  transform: translateY(-4px);
}

.woocommerce-MyAccount-navigation-link--orders a::before,
.np-account-nav-orders .np-account-nav-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23c92832' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 7h14v13H5z'/%3E%3Cpath d='M8 7a4 4 0 0 1 8 0M8 12h8M8 16h5'/%3E%3C/svg%3E");
}

.woocommerce-MyAccount-navigation-link--downloads a::before,
.np-account-nav-downloads .np-account-nav-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23c92832' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3v12M7.5 10.5 12 15l4.5-4.5M5 20h14'/%3E%3C/svg%3E");
}

.woocommerce-MyAccount-navigation-link--edit-address a::before,
.np-account-nav-edit-address .np-account-nav-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23c92832' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 21s7-6 7-12A7 7 0 0 0 5 9c0 6 7 12 7 12Z'/%3E%3Ccircle cx='12' cy='9' r='2.3'/%3E%3C/svg%3E");
}

.woocommerce-MyAccount-navigation-link--edit-account a::before,
.np-account-nav-edit-account .np-account-nav-icon,
.np-account-nav-dashboard .np-account-nav-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23c92832' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='8' r='4'/%3E%3Cpath d='M4.5 21a7.5 7.5 0 0 1 15 0'/%3E%3C/svg%3E");
}

/* Glyph fallbacks stay visible even when a browser blocks CSS data images. */
.woocommerce-dashboard .woocommerce-MyAccount-navigation-link--orders a::before { content: "▣"; font-size: 23px; }
.woocommerce-dashboard .woocommerce-MyAccount-navigation-link--downloads a::before { content: "↓"; font-size: 27px; font-weight: 500; }
.woocommerce-dashboard .woocommerce-MyAccount-navigation-link--edit-address a::before { content: "⌖"; font-size: 27px; }
.woocommerce-dashboard .woocommerce-MyAccount-navigation-link--edit-account a::before { content: "◎"; font-size: 27px; }
.np-account-nav-icon::before { display: block; color: var(--np-orange); font-size: 17px; line-height: 19px; text-align: center; }
.np-account-nav-dashboard .np-account-nav-icon::before { content: "⌂"; }
.np-account-nav-orders .np-account-nav-icon::before { content: "▣"; }
.np-account-nav-downloads .np-account-nav-icon::before { content: "↓"; }
.np-account-nav-edit-address .np-account-nav-icon::before { content: "⌖"; }
.np-account-nav-edit-account .np-account-nav-icon::before { content: "◎"; }

.np-account-nav {
  display: flex;
  overflow-x: auto;
  margin: -34px -34px 30px;
  padding: 14px 20px;
  gap: 7px;
  border-bottom: 1px solid var(--np-line);
  background: #f8fafb;
  scrollbar-width: thin;
}

.np-account-nav a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 0 14px;
  gap: 8px;
  border-radius: 10px;
  color: #516677;
  font-size: 12px;
  font-weight: 750;
  white-space: nowrap;
}

.np-account-nav a:hover,
.np-account-nav a.is-current {
  color: var(--np-orange-dark);
  background: #fff0f1;
}

.np-account-nav-icon {
  display: inline-block;
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
}

.woocommerce-account.logged-in:not(.woocommerce-dashboard) .woocommerce-MyAccount-content > h2,
.woocommerce-account.logged-in:not(.woocommerce-dashboard) .woocommerce-MyAccount-content > h3 {
  margin-bottom: 22px;
  color: var(--np-navy-deep);
  font-size: 27px;
  text-transform: none;
}

.woocommerce-account.logged-in .woocommerce-orders-table,
.woocommerce-account.logged-in .woocommerce-table {
  overflow: hidden;
  border: 1px solid var(--np-line);
  border-radius: 14px;
  background: #fff;
}

.woocommerce-account.logged-in .woocommerce-Addresses .woocommerce-Address,
.woocommerce-account.logged-in .woocommerce-EditAccountForm {
  padding: 24px;
  border: 1px solid var(--np-line);
  border-radius: 15px;
  background: #fbfcfd;
}

@media (max-width: 849px) {
  .woocommerce-account.logged-in .woocommerce-MyAccount-content {
    padding: 20px;
  }

  .np-account-hero {
    min-height: 0;
    align-items: flex-start;
    margin: -20px -20px 22px;
    padding: 30px 22px;
    flex-direction: column;
  }

  .np-account-trust {
    justify-content: flex-start;
  }

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

  .woocommerce-dashboard .dashboard-links a {
    min-height: 145px;
    padding: 17px;
    font-size: 14px;
  }

  .woocommerce-dashboard .dashboard-links a::before {
    margin-bottom: 20px;
  }

  .np-account-nav {
    margin: -20px -20px 24px;
    padding: 12px 14px;
  }
}

.woocommerce-account .woocommerce-ResetPassword,
.woocommerce-account .lost_reset_password {
  max-width: 590px;
  margin: 30px auto 60px;
  padding: 32px;
  border: 1px solid var(--np-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--np-shadow);
}

.woocommerce-account .woocommerce-ResetPassword > p:first-child,
.woocommerce-account .lost_reset_password > p:first-child {
  color: #42586a;
  font-size: 14px;
  line-height: 1.75;
}

/* Header account lightbox: compact two-column auth instead of Flatsome's giant modal. */
#login-form-popup {
  width: min(940px, calc(100vw - 40px));
  max-width: none;
  max-height: calc(100vh - 48px);
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(7,22,34,.28);
}

#login-form-popup .account-container {
  width: 100%;
  max-width: none;
  padding: 0;
}

#login-form-popup #customer_login {
  margin: 0;
}

#login-form-popup #customer_login > .col {
  padding: 31px 34px 28px;
}

#login-form-popup #customer_login > .col + .col {
  border-left: 1px solid var(--np-line);
  background: #f8fafb;
}

#login-form-popup .account-login-inner::before,
#login-form-popup .account-register-inner::before {
  display: block;
  margin-bottom: 7px;
  color: var(--np-orange);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
}

#login-form-popup .account-login-inner::before {
  content: "KHÁCH HÀNG CHUNG PHÚC";
}

#login-form-popup .account-register-inner::before {
  color: var(--np-blue);
  content: "TẠO TÀI KHOẢN MỚI";
}

#login-form-popup h3 {
  margin-bottom: 18px;
  color: var(--np-navy-deep);
  font-size: 25px;
  letter-spacing: -.03em;
  text-transform: none;
}

#login-form-popup label {
  color: #334b5f;
  font-size: 12px;
  font-weight: 650;
}

#login-form-popup .form-row {
  margin-bottom: 14px;
}

#login-form-popup input[type="text"],
#login-form-popup input[type="email"],
#login-form-popup input[type="password"] {
  min-height: 43px;
  padding: 9px 12px;
  border: 1px solid var(--np-line);
  border-radius: 9px;
  background: #fff;
  box-shadow: none;
}

#login-form-popup input:focus {
  border-color: rgba(201,40,50,.5);
  box-shadow: 0 0 0 3px rgba(201,40,50,.08);
}

#login-form-popup .woocommerce-button {
  min-height: 43px;
  min-width: 125px;
  padding: 0 20px;
  border: 0;
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(135deg, #d52e39, #ad2029);
  font-size: 13px;
  font-weight: 750;
  line-height: 43px;
  box-shadow: 0 8px 18px rgba(169,29,38,.2);
  text-transform: none;
}

#login-form-popup .woocommerce-privacy-policy-text {
  margin: 4px 0 13px;
  padding: 10px 12px;
  border-radius: 9px;
  color: #657786;
  background: #edf2f5;
  font-size: 10px;
  line-height: 1.5;
}

#login-form-popup .woocommerce-privacy-policy-text p {
  margin: 0;
}

#login-form-popup .lost_password {
  margin-bottom: 0;
}

#login-form-popup .lost_password a {
  color: var(--np-orange-dark);
  font-size: 12px;
  font-weight: 650;
}

#login-form-popup .mfp-close {
  top: 8px;
  right: 8px;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  color: var(--np-navy);
  background: #eef3f6;
  font-size: 26px;
  line-height: 36px;
}

body:has(.mfp-wrap.mfp-ready) .cpc-contact-stack {
  display: none !important;
}

@media (min-width: 850px) {
  .woocommerce-account .cpc-contact-label,
  .woocommerce-cart .cpc-contact-label,
  .woocommerce-checkout .cpc-contact-label {
    display: none;
  }
}

/* Cart and checkout cards. */
.woocommerce-cart #content,
.woocommerce-checkout #content {
  padding: 34px 15px 60px;
}

.woocommerce-cart .woocommerce-cart-form,
.woocommerce-cart .cart-collaterals,
.woocommerce-checkout .woocommerce-billing-fields,
.woocommerce-checkout .woocommerce-additional-fields,
.woocommerce-checkout #order_review {
  padding: 25px;
  border: 1px solid var(--np-line);
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(13,34,53,.07);
}

.woocommerce-cart .shop_table,
.woocommerce-checkout .shop_table {
  border: 0;
}

.woocommerce-cart .shop_table th,
.woocommerce-checkout .shop_table th {
  color: #5c6f7e;
  font-size: 11px;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.woocommerce-cart .shop_table td,
.woocommerce-checkout .shop_table td {
  border-color: #e9eef1;
}

.woocommerce-cart .product-thumbnail img {
  overflow: hidden;
  border-radius: 10px;
}

.woocommerce-cart .text-center.pt.pb {
  max-width: 680px;
  margin: 36px auto 60px;
  padding: 48px 30px;
  border: 1px solid var(--np-line);
  border-radius: 20px;
  background: #fff;
  box-shadow: var(--np-shadow);
}

.woocommerce-cart .wc-empty-cart-message + .return-to-shop {
  margin: 24px 0 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.woocommerce-cart .wc-empty-cart-message::before {
  display: block;
  width: 64px;
  height: 64px;
  margin: 0 auto 20px;
  border-radius: 20px;
  background: #fff0f1 center / 30px 30px no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23c92832' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5.4 8.2h13.2l-1 11H6.4l-1-11Z'/%3E%3Cpath d='M9 9V6.8a3 3 0 0 1 6 0V9'/%3E%3C/svg%3E");
  content: "";
}

.woocommerce-cart .wc-empty-cart-message .woocommerce-info {
  border: 0;
  box-shadow: none;
  color: var(--np-navy-deep);
  background: transparent;
  font-size: 20px;
  font-weight: 750;
}

.woocommerce-checkout h3 {
  color: var(--np-navy-deep);
  font-size: 21px;
  text-transform: none;
}

.woocommerce-checkout #payment {
  border-radius: 13px;
  background: #f5f8fa;
}

@media (max-width: 849px) {
  .woocommerce-shop .category-page-row,
  .tax-product_cat .category-page-row {
    padding-top: 18px;
  }

  .woocommerce-shop .woocommerce-ordering select,
  .tax-product_cat .woocommerce-ordering select {
    min-width: 0;
  }

  .single-product .product-main {
    padding-top: 15px;
  }

  .single-product .product-gallery,
  .single-product .product-info {
    padding-right: 15px;
    padding-left: 15px;
  }

  .single-product .product-info .product-title {
    font-size: 27px;
  }

  .single-product .woocommerce-tabs .product-tabs,
  .single-product .woocommerce-tabs .panel,
  .woocommerce-account .account-container,
  .woocommerce-cart .woocommerce-cart-form,
  .woocommerce-cart .cart-collaterals,
  .woocommerce-checkout .woocommerce-billing-fields,
  .woocommerce-checkout .woocommerce-additional-fields,
  .woocommerce-checkout #order_review {
    padding: 20px;
  }

  .woocommerce-account .account-container {
    max-width: 520px;
    padding: 0;
  }

  .woocommerce-account #customer_login > .col {
    max-width: 100%;
    padding: 27px 22px;
    flex-basis: 100%;
  }

  .woocommerce-account #customer_login > .col + .col {
    border-top: 1px solid var(--np-line);
    border-left: 0;
  }

  #login-form-popup {
    width: calc(100vw - 24px);
    max-height: calc(100vh - 28px);
    border-radius: 16px;
  }

  #login-form-popup #customer_login > .col {
    max-width: 100%;
    padding: 26px 21px;
    flex-basis: 100%;
  }

  #login-form-popup #customer_login > .col + .col {
    border-top: 1px solid var(--np-line);
    border-left: 0;
  }

  #login-form-popup h3 {
    font-size: 23px;
  }

  .woocommerce-account .woocommerce-ResetPassword,
  .woocommerce-account .lost_reset_password {
    margin: 18px 15px 45px;
    padding: 23px 20px;
  }

  .woocommerce-account #content > .section {
    padding-top: 18px !important;
  }
}

@media (max-width: 849px) {
  #header {
    height: 72px !important;
  }

  #header #masthead {
    height: 69px;
  }

  #header .header-inner {
    min-height: 69px;
  }

  #header #logo {
    margin: 0;
  }

  #header #logo img {
    max-height: 38px;
  }

  #header .mobile-nav .nav-icon > a,
  #header .mobile-nav .cart-item > a {
    display: grid;
    width: 42px;
    height: 42px;
    min-height: 42px;
    padding: 0;
    place-items: center;
    border: 1px solid #dce4e9;
    border-radius: 12px;
    color: #20364a;
    background: #fff;
    box-shadow: 0 5px 14px rgba(13,34,53,.06);
  }

  #header .mobile-nav .icon-menu {
    font-size: 20px;
  }
}

/* Restore the original journal cards, with equalized content heights. */
.np-journal .np-section-head h2 {
  font-size: clamp(2rem, 3.3vw, 3.35rem);
}

.np-journal .row-small {
  align-items: stretch;
}

.np-journal .post-item {
  display: flex;
}

.np-journal .post-item > .col-inner {
  width: 100%;
  height: 100%;
}

.np-journal .box-blog-post {
  display: flex;
  height: 100%;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid var(--np-line);
  border-radius: 13px;
  background: #fff;
  box-shadow: none;
}

.np-journal .box-image {
  width: 100%;
  flex: 0 0 auto;
  border-radius: 0;
}

/* Phone attention pulse — inspired by the legacy contact button, less intrusive. */
@keyframes np-phone-ring {
  0%, 42%, 100% { transform: rotate(0); }
  6% { transform: rotate(12deg); }
  12% { transform: rotate(-10deg); }
  18% { transform: rotate(9deg); }
  24% { transform: rotate(-7deg); }
  30% { transform: rotate(4deg); }
}

@keyframes np-phone-wave {
  0% { opacity: .55; transform: scale(.78); }
  65%, 100% { opacity: 0; transform: scale(1.55); }
}

@keyframes np-phone-number-pulse {
  0%, 55%, 100% { color: #fff; }
  12%, 35% { color: #ffb8bd; }
}

.np-footer-contact-icon {
  position: relative;
  isolation: isolate;
}

.np-footer-contact-icon::before,
.np-mobile-call::before {
  position: absolute;
  z-index: -1;
  border: 2px solid var(--np-orange);
  border-radius: 50%;
  content: "";
  animation: np-phone-wave 1.9s ease-out infinite;
}

.np-footer-contact-icon::before {
  inset: -6px;
}

.np-footer-contact-icon svg {
  transform-origin: center;
  animation: np-phone-ring 2.7s ease-in-out infinite;
}

.np-footer-hotline strong {
  animation: np-phone-number-pulse 2.7s ease-in-out infinite;
}

@media only screen and (max-width: 48em) {
  .np-mobile-call {
    position: relative;
    isolation: isolate;
  }

  .np-mobile-call::before {
    top: 8px;
    left: 50%;
    width: 28px;
    height: 28px;
    margin-left: -14px;
    opacity: .25;
  }

  .np-mobile-call strong {
    animation: np-phone-ring 2.7s ease-in-out infinite;
  }
}

@media (prefers-reduced-motion: reduce) {
  .np-footer-contact-icon::before,
  .np-footer-contact-icon svg,
  .np-footer-hotline strong,
  .np-mobile-call::before,
  .np-mobile-call strong {
    animation: none !important;
  }
}

/* Fixed desktop messaging contacts. */
.np-floating-socials {
  position: fixed;
  z-index: 9998;
  left: 18px;
  top: 50%;
  display: flex;
  flex-direction: column;
  gap: 9px;
  transform: translateY(-50%);
}

.np-floating-socials a {
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  overflow: hidden;
  border: 2px solid #fff;
  border-radius: 24px;
  color: #fff;
  box-shadow: 0 7px 20px rgba(13,34,53,.22);
  transition: width .2s ease, transform .2s ease;
}

.np-floating-socials a:hover {
  width: 132px;
  color: #fff;
  transform: translateX(2px);
}

.np-floating-socials b {
  display: grid;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  place-items: center;
  color: #fff;
  font-size: 18px;
}

.np-floating-socials span {
  padding-right: 17px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.np-floating-zalo { background: #066aff; }
.np-floating-whatsapp { background: #20b65a; }
.np-floating-viber { background: #7360f2; }

/* Fixed desktop phone contact, replacing the noisy legacy contact cluster. */
.np-floating-call {
  position: fixed;
  z-index: 9998;
  bottom: 28px;
  left: 24px;
  display: flex;
  height: 58px;
  align-items: center;
  color: #fff;
  filter: drop-shadow(0 10px 22px rgba(13,34,53,.24));
}

.np-floating-call:hover {
  color: #fff;
  transform: translateY(-2px);
}

.np-floating-call-icon {
  position: relative;
  z-index: 2;
  display: grid;
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  place-items: center;
  border: 3px solid #fff;
  border-radius: 50%;
  background: var(--np-orange);
  box-shadow: 0 0 0 7px rgba(201,40,50,.16);
  isolation: isolate;
}

.np-floating-call-icon::before,
.np-floating-call-icon::after {
  position: absolute;
  z-index: -1;
  inset: -10px;
  border: 2px solid rgba(201,40,50,.75);
  border-radius: 50%;
  content: "";
  animation: np-phone-wave 1.9s ease-out infinite;
}

.np-floating-call-icon::after {
  animation-delay: .75s;
}

.np-floating-call-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
  animation: np-phone-ring 2.7s ease-in-out infinite;
}

.np-floating-call-number {
  display: flex;
  min-width: 154px;
  height: 46px;
  margin-left: -10px;
  justify-content: center;
  padding: 6px 17px 6px 22px;
  flex-direction: column;
  border-radius: 0 24px 24px 0;
  background: var(--np-orange-dark);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.12);
}

.np-floating-call-number small,
.np-floating-call-number strong {
  display: block;
  color: #fff;
  line-height: 1.1;
}

.np-floating-call-number small {
  margin-bottom: 3px;
  font-size: .61rem;
  opacity: .72;
}

.np-floating-call-number strong {
  font-size: .91rem;
  letter-spacing: .025em;
  animation: np-phone-number-pulse 2.7s ease-in-out infinite;
}

@media (max-width: 849px) {
  .np-floating-socials {
    display: none !important;
  }

  .np-floating-call {
    display: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .np-floating-call-icon::before,
  .np-floating-call-icon::after,
  .np-floating-call-icon svg,
  .np-floating-call-number strong {
    animation: none !important;
  }
}

.np-journal .box-image img {
  aspect-ratio: auto;
}

.np-journal .box-blog-post .box-text {
  display: flex;
  min-height: 198px;
  flex: 1 1 auto;
  align-items: center;
  padding: 20px 18px 22px;
  flex-direction: column;
  text-align: center;
}

.np-journal .post-title {
  display: -webkit-box;
  min-height: 3em;
  overflow: hidden;
  margin: 0;
  color: var(--np-navy-deep);
  font-family: "Roboto Slab", Georgia, serif !important;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.np-journal .post-title::after {
  display: none;
}

.np-journal .is-divider {
  display: block !important;
  width: 32px;
  height: 2px;
  margin: 12px auto;
}

.np-journal .from_the_blog_excerpt {
  display: -webkit-box !important;
  min-height: 4.65em;
  overflow: hidden;
  margin: 0;
  color: var(--np-muted);
  font-size: .86rem;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.np-journal .badge {
  display: table !important;
}

@media only screen and (max-width: 48em) {
  .np-journal .post-item {
    padding-bottom: 20px;
  }

  .np-journal .box-blog-post .box-text {
    min-height: 190px;
  }
}

/* Contact page: quote form first, map second. */
.page-id-75 #main {
  overflow: hidden;
  background: #f4f7f9;
}

.page-id-75 #page-breadcrumbs {
  padding-top: 20px;
  padding-bottom: 14px;
}

.page-id-75 #page-breadcrumbs p {
  margin: 0;
  color: #7a8b97;
  font-size: 13px;
  font-weight: 650;
}

.page-id-75 #page-breadcrumbs a {
  color: var(--np-navy);
}

.page-id-75 #content {
  display: flex;
  flex-direction: column;
}

.page-id-75 #section_1556611334 {
  order: 1;
  padding: 58px 0 64px !important;
  background: linear-gradient(135deg, var(--np-navy-deep) 0%, #173b56 100%) !important;
}

.page-id-75 #section_1556611334 .section-bg-overlay {
  display: none;
}

.page-id-75 #section_1556611334 .section-content {
  z-index: 2;
}

.page-id-75 #section_1556611334 .section-content::before {
  content: "TƯ VẤN TRỰC TIẾP TỪ XƯỞNG";
  display: block;
  width: fit-content;
  margin: 0 auto 10px;
  padding: 6px 11px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  background: rgba(255,255,255,.08);
}

.page-id-75 #section_1556611334 > .section-content > .section-title-container {
  margin-bottom: 31px;
  text-align: center;
}

.page-id-75 #section_1556611334 .section-title {
  justify-content: center;
  border: 0;
}

.page-id-75 #section_1556611334 .section-title b {
  display: none;
}

.page-id-75 #section_1556611334 .section-title-main {
  padding: 0;
  border: 0;
  color: #fff !important;
  font-size: clamp(28px, 4vw, 42px) !important;
  font-weight: 850;
  letter-spacing: -.035em;
  text-transform: none;
}

.page-id-75 #row-1329355343 {
  max-width: 1080px;
  align-items: stretch;
}

.page-id-75 #row-1329355343 > .col {
  padding-right: 12px;
  padding-left: 12px;
}

.page-id-75 #row-1329355343 > .col > .col-inner {
  height: 100%;
  padding: 34px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 20px;
}

.page-id-75 #col-1094587283 > .col-inner {
  color: var(--np-ink);
  background: #fff;
  box-shadow: 0 22px 60px rgba(0,0,0,.22);
}

.page-id-75 #text-1517526151 {
  margin-bottom: 22px;
}

.page-id-75 #text-1517526151::before {
  content: "Nhận báo giá nhanh";
  display: block;
  margin-bottom: 10px;
  color: var(--np-navy-deep);
  font-size: 24px;
  font-weight: 850;
  letter-spacing: -.025em;
}

.page-id-75 #text-1517526151 > * {
  color: #5f7280 !important;
  font-size: 14px;
  line-height: 1.65;
}

.page-id-75 #text-1517526151 p {
  margin-bottom: 8px;
}

.page-id-75 .wpcf7-form p {
  margin: 0;
}

.page-id-75 .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 13px;
}

.page-id-75 .wpcf7 input[type="text"],
.page-id-75 .wpcf7 input[type="email"],
.page-id-75 .wpcf7 input[type="tel"],
.page-id-75 .wpcf7 textarea,
.page-id-75 .wpcf7 select {
  width: 100%;
  height: 52px;
  margin: 0;
  padding: 0 16px;
  border: 1px solid #dce4e9;
  border-radius: 12px;
  color: var(--np-navy-deep);
  font-size: 14px;
  background: #f8fafb;
  box-shadow: none;
}

.page-id-75 .wpcf7 textarea {
  height: 120px;
  padding-top: 13px;
  resize: vertical;
}

.page-id-75 .wpcf7 input::placeholder,
.page-id-75 .wpcf7 textarea::placeholder {
  color: #8a99a4;
  opacity: 1;
}

.page-id-75 .wpcf7 input:focus,
.page-id-75 .wpcf7 textarea:focus,
.page-id-75 .wpcf7 select:focus {
  border-color: rgba(201,40,50,.5);
  outline: 3px solid rgba(201,40,50,.09);
  background: #fff;
}

.page-id-75 .wpcf7 .wpcf7-submit {
  width: 100%;
  height: 52px;
  margin: 2px 0 0;
  border: 0;
  border-radius: 12px;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .02em;
  text-transform: none;
  background: linear-gradient(135deg, var(--np-orange), var(--np-orange-dark));
  box-shadow: 0 10px 22px rgba(201,40,50,.23);
}

.page-id-75 .wpcf7 .wpcf7-submit:hover {
  color: #fff;
  background: linear-gradient(135deg, #d8333d, var(--np-orange));
  box-shadow: 0 13px 28px rgba(201,40,50,.3);
  transform: translateY(-2px);
}

.page-id-75 #col-893663692 > .col-inner {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: rgba(255,255,255,.075);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.07);
}

.page-id-75 #col-893663692 > .col-inner::after {
  content: "0355 350 644";
  display: flex;
  min-height: 78px;
  align-items: center;
  margin-top: 25px;
  padding: 0 21px 0 62px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 14px;
  color: #fff;
  font-size: 24px;
  font-weight: 850;
  letter-spacing: .01em;
  background: linear-gradient(135deg, rgba(201,40,50,.95), rgba(169,29,38,.95));
  box-shadow: 0 13px 30px rgba(0,0,0,.2);
}

.page-id-75 #text-3121561887 {
  line-height: 1.6 !important;
}

.page-id-75 #text-3121561887 > * {
  color: rgba(255,255,255,.78) !important;
}

.page-id-75 #text-3121561887 h3 {
  margin-bottom: 9px;
  color: #fff !important;
  font-size: 25px;
  font-weight: 850;
  letter-spacing: -.025em;
}

.page-id-75 #text-3121561887 p {
  margin-bottom: 23px;
}

.page-id-75 #text-3121561887 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-id-75 #text-3121561887 li {
  position: relative;
  margin: 0;
  padding: 15px 0 15px 35px;
  border-top: 1px solid rgba(255,255,255,.11);
  color: #fff;
  font-size: 14px;
  line-height: 1.55;
}

.page-id-75 #text-3121561887 li::before {
  content: "";
  position: absolute;
  top: 21px;
  left: 7px;
  width: 9px;
  height: 9px;
  border: 2px solid #fff;
  border-radius: 3px;
  transform: rotate(45deg);
  opacity: .8;
}

.page-id-75 #section_2033356834 {
  order: 2;
  padding: 56px 0 70px !important;
  background: #f4f7f9;
}

.page-id-75 #section_2033356834 .row {
  max-width: 1080px;
}

.page-id-75 #section_2033356834 .col-inner {
  padding: 20px;
  border: 1px solid #e0e7eb;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 16px 44px rgba(13,34,53,.09);
}

.page-id-75 #section_2033356834 .section-title-container {
  margin-bottom: 18px;
}

.page-id-75 #section_2033356834 .section-title {
  border: 0;
}

.page-id-75 #section_2033356834 .section-title b {
  display: none;
}

.page-id-75 #section_2033356834 .section-title-main {
  padding: 0;
  border: 0;
  color: var(--np-navy-deep) !important;
  font-size: 24px !important;
  font-weight: 850;
  text-transform: none;
}

.page-id-75 #section_2033356834 p {
  margin: 0;
}

.page-id-75 #section_2033356834 iframe {
  display: block;
  width: 100% !important;
  height: 430px;
  border-radius: 14px;
}

@media (min-width: 850px) {
  .page-id-75 .cpc-contact-label {
    overflow: hidden;
    min-width: 0;
    max-width: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
    opacity: 0;
    transition: max-width .22s ease, opacity .18s ease, margin-left .22s ease, padding .22s ease;
  }

  .page-id-75 .cpc-contact-item:hover .cpc-contact-label {
    min-width: 145px;
    max-width: 145px;
    margin-left: -9px;
    padding-right: 15px;
    padding-left: 20px;
    opacity: 1;
  }
}

@media (max-width: 849px) {
  .woocommerce-shop .shop-page-title .page-title-inner > .flex-col:last-child,
  .tax-product_cat .shop-page-title .page-title-inner > .flex-col:last-child {
    width: 100%;
    justify-content: center;
  }

  .woocommerce-shop .shop-page-title .woocommerce-ordering,
  .tax-product_cat .shop-page-title .woocommerce-ordering {
    flex: 0 1 290px;
  }

  .page-id-75 #page-breadcrumbs {
    display: none;
  }

  .page-id-75 #section_1556611334 {
    padding: 38px 0 43px !important;
  }

  .page-id-75 #section_1556611334 > .section-content > .section-title-container {
    margin-bottom: 21px;
  }

  .page-id-75 #row-1329355343 > .col {
    padding-right: 15px;
    padding-bottom: 18px;
    padding-left: 15px;
  }

  .page-id-75 #row-1329355343 > .col > .col-inner {
    padding: 24px 20px;
    border-radius: 16px;
  }

  .page-id-75 #text-1517526151::before {
    font-size: 21px;
  }

  .page-id-75 #section_2033356834 {
    padding: 35px 0 42px !important;
  }

  .page-id-75 #section_2033356834 .col-inner {
    padding: 12px;
    border-radius: 16px;
  }

  .page-id-75 #section_2033356834 iframe {
    height: 330px;
    border-radius: 11px;
  }
}

/* Stable contact-page hooks: UX Builder regenerates numeric element IDs. */
.page-id-75 #content > section:nth-of-type(2) {
  order: 1;
  padding: 58px 0 64px !important;
  background: linear-gradient(135deg, var(--np-navy-deep) 0%, #173b56 100%) !important;
}

.page-id-75 #content > section:nth-of-type(2) .section-bg-overlay {
  display: none;
}

.page-id-75 #content > section:nth-of-type(2) > .section-content::before {
  content: "TƯ VẤN TRỰC TIẾP TỪ XƯỞNG";
  display: block;
  width: fit-content;
  margin: 0 auto 10px;
  padding: 6px 11px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  background: rgba(255,255,255,.08);
}

.page-id-75 #content > section:nth-of-type(2) > .section-content > .section-title-container {
  margin-bottom: 31px;
  text-align: center;
}

.page-id-75 #content > section:nth-of-type(2) > .section-content > .section-title-container .section-title {
  justify-content: center;
  border: 0;
}

.page-id-75 #content > section:nth-of-type(2) > .section-content > .section-title-container b {
  display: none;
}

.page-id-75 #content > section:nth-of-type(2) > .section-content > .section-title-container .section-title-main {
  padding: 0;
  border: 0;
  color: #fff !important;
  font-size: clamp(28px, 4vw, 42px) !important;
  font-weight: 850;
  letter-spacing: -.035em;
  text-transform: none;
}

.page-id-75 #content > section:nth-of-type(2) > .section-content > .row {
  max-width: 1080px;
  align-items: stretch;
}

.page-id-75 #content > section:nth-of-type(2) > .section-content > .row > .col {
  padding-right: 12px;
  padding-left: 12px;
}

.page-id-75 #content > section:nth-of-type(2) > .section-content > .row > .col > .col-inner {
  height: 100%;
  padding: 34px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 20px;
}

.page-id-75 #content > section:nth-of-type(2) > .section-content > .row > .col:first-child > .col-inner {
  color: var(--np-ink);
  background: #fff;
  box-shadow: 0 22px 60px rgba(0,0,0,.22);
}

.page-id-75 #content > section:nth-of-type(2) > .section-content > .row > .col:first-child .text {
  margin-bottom: 22px;
}

.page-id-75 #content > section:nth-of-type(2) > .section-content > .row > .col:first-child .text::before {
  content: "Nhận báo giá nhanh";
  display: block;
  margin-bottom: 10px;
  color: var(--np-navy-deep);
  font-size: 24px;
  font-weight: 850;
  letter-spacing: -.025em;
}

.page-id-75 #content > section:nth-of-type(2) > .section-content > .row > .col:first-child .text > * {
  color: #5f7280 !important;
  font-size: 14px;
  line-height: 1.65;
}

.page-id-75 #content > section:nth-of-type(2) > .section-content > .row > .col:first-child .text p {
  margin-bottom: 8px;
}

.page-id-75 #content > section:nth-of-type(2) > .section-content > .row > .col:last-child > .col-inner {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: rgba(255,255,255,.075);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.07);
}

.page-id-75 #content > section:nth-of-type(2) > .section-content > .row > .col:last-child > .col-inner::after {
  content: "0355 350 644";
  display: flex;
  min-height: 78px;
  align-items: center;
  margin-top: 25px;
  padding: 0 21px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 14px;
  color: #fff;
  font-size: 24px;
  font-weight: 850;
  letter-spacing: .01em;
  background: linear-gradient(135deg, rgba(201,40,50,.95), rgba(169,29,38,.95));
  box-shadow: 0 13px 30px rgba(0,0,0,.2);
}

.page-id-75 #content > section:nth-of-type(2) > .section-content > .row > .col:last-child .text {
  line-height: 1.6 !important;
}

.page-id-75 #content > section:nth-of-type(2) > .section-content > .row > .col:last-child .text > * {
  color: rgba(255,255,255,.78) !important;
}

.page-id-75 #content > section:nth-of-type(2) > .section-content > .row > .col:last-child h3 {
  margin-bottom: 9px;
  color: #fff !important;
  font-size: 25px;
  font-weight: 850;
  letter-spacing: -.025em;
}

.page-id-75 #content > section:nth-of-type(2) > .section-content > .row > .col:last-child p {
  margin-bottom: 23px;
}

.page-id-75 #content > section:nth-of-type(2) > .section-content > .row > .col:last-child ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-id-75 #content > section:nth-of-type(2) > .section-content > .row > .col:last-child li {
  position: relative;
  margin: 0;
  padding: 15px 0 15px 35px;
  border-top: 1px solid rgba(255,255,255,.11);
  color: #fff;
  font-size: 14px;
  line-height: 1.55;
}

.page-id-75 #content > section:nth-of-type(2) > .section-content > .row > .col:last-child li::before {
  content: "";
  position: absolute;
  top: 21px;
  left: 7px;
  width: 9px;
  height: 9px;
  border: 2px solid #fff;
  border-radius: 3px;
  transform: rotate(45deg);
  opacity: .8;
}

.page-id-75 #content > section:nth-of-type(1) {
  order: 2;
  padding: 56px 0 70px !important;
  background: #f4f7f9;
}

.page-id-75 #content > section:nth-of-type(1) .row {
  max-width: 1080px;
}

.page-id-75 #content > section:nth-of-type(1) .col-inner {
  padding: 20px;
  border: 1px solid #e0e7eb;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 16px 44px rgba(13,34,53,.09);
}

.page-id-75 #content > section:nth-of-type(1) .section-title-container {
  margin-bottom: 18px;
}

.page-id-75 #content > section:nth-of-type(1) .section-title {
  border: 0;
}

.page-id-75 #content > section:nth-of-type(1) .section-title b {
  display: none;
}

.page-id-75 #content > section:nth-of-type(1) .section-title-main {
  padding: 0;
  border: 0;
  color: var(--np-navy-deep) !important;
  font-size: 24px !important;
  font-weight: 850;
  text-transform: none;
}

.page-id-75 #content > section:nth-of-type(1) p {
  margin: 0;
}

.page-id-75 #content > section:nth-of-type(1) iframe {
  display: block;
  width: 100% !important;
  height: 430px;
  border-radius: 14px;
}

@media (max-width: 849px) {
  .page-id-75 #content > section:nth-of-type(2) {
    padding: 38px 0 43px !important;
  }

  .page-id-75 #content > section:nth-of-type(2) > .section-content > .section-title-container {
    margin-bottom: 21px;
  }

  .page-id-75 #content > section:nth-of-type(2) > .section-content > .row > .col {
    padding-right: 15px;
    padding-bottom: 18px;
    padding-left: 15px;
  }

  .page-id-75 #content > section:nth-of-type(2) > .section-content > .row > .col > .col-inner {
    padding: 24px 20px;
    border-radius: 16px;
  }

  .page-id-75 #content > section:nth-of-type(2) > .section-content > .row > .col:first-child .text::before {
    font-size: 21px;
  }

  .page-id-75 #content > section:nth-of-type(1) {
    padding: 35px 0 42px !important;
  }

  .page-id-75 #content > section:nth-of-type(1) .col-inner {
    padding: 12px;
    border-radius: 16px;
  }

  .page-id-75 #content > section:nth-of-type(1) iframe {
    height: 330px;
    border-radius: 11px;
  }
}

/* Contact-card polish: one radius system and real communication actions. */
.page-id-75 #content > section:nth-of-type(2) > .section-content > .row > .col > .col-inner {
  border-radius: 18px;
}

.page-id-75 .wpcf7 input[type="text"],
.page-id-75 .wpcf7 input[type="email"],
.page-id-75 .wpcf7 input[type="tel"],
.page-id-75 .wpcf7 textarea,
.page-id-75 .wpcf7 select,
.page-id-75 .wpcf7 .wpcf7-submit {
  border-radius: 10px;
}

/* WPCode injects a highly specific email rule; lock all four corners here. */
.page-id-75 #content > section:nth-of-type(2) input.wpcf7-form-control.wpcf7-email,
.page-id-75 #content > section:nth-of-type(2) input.wpcf7-form-control.wpcf7-email:hover,
.page-id-75 #content > section:nth-of-type(2) input.wpcf7-form-control.wpcf7-email:focus,
.page-id-75 #content > section:nth-of-type(2) input.wpcf7-form-control.wpcf7-email.wpcf7-not-valid {
  border: 1px solid #dce4e9 !important;
  border-radius: 10px !important;
  background: #f8fafb;
}

.page-id-75 #content > section:nth-of-type(2) input.wpcf7-form-control.wpcf7-email:focus {
  border-color: rgba(201,40,50,.5) !important;
  outline: 3px solid rgba(201,40,50,.09);
  background: #fff;
}

/* Category archives: compact editorial grid. */
.category .blog-wrapper {
  padding: 0 0 64px;
  background: #f4f7f9;
}

.category .blog-wrapper #page-breadcrumbs {
  padding-top: 18px;
  padding-bottom: 15px;
}

.category .blog-wrapper #page-breadcrumbs p {
  margin: 0;
  color: #748592;
  font-size: 12px;
  font-weight: 650;
}

.category .blog-wrapper #page-breadcrumbs a {
  color: var(--np-navy);
}

.category .archive-page-header {
  position: relative;
  overflow: hidden;
  margin-bottom: 38px;
  padding: 47px 20px 50px;
  color: #fff;
  background:
    radial-gradient(circle at 82% 15%, rgba(65,121,158,.38), transparent 31%),
    linear-gradient(135deg, var(--np-navy-deep), #173b56);
}

.category .archive-page-header::before {
  content: "KIẾN THỨC & KINH NGHIỆM";
  display: block;
  width: fit-content;
  margin: 0 auto 11px;
  padding: 6px 11px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  color: rgba(255,255,255,.86);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .14em;
  background: rgba(255,255,255,.08);
}

.category .archive-page-header .row {
  position: relative;
  z-index: 2;
}

.category .archive-page-header .page-title {
  margin: 0;
  color: #fff;
  font-size: clamp(29px, 4vw, 43px);
  font-weight: 850;
  letter-spacing: -.035em;
  line-height: 1.1;
  text-transform: none;
}

.category .blog-wrapper > .row-divided {
  max-width: 1210px;
  align-items: flex-start;
}

.category .blog-wrapper > .row-divided > .large-9 {
  padding-right: 24px;
}

.category #post-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.category #post-list > article {
  display: flex;
  min-width: 0;
  margin: 0;
}

.category #post-list > article > .article-inner {
  display: flex;
  width: 100%;
  height: 100%;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid #dfe6ea;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 11px 30px rgba(13,34,53,.075);
  transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}

.category #post-list > article:hover > .article-inner {
  border-color: rgba(201,40,50,.2);
  box-shadow: 0 18px 40px rgba(13,34,53,.13);
  transform: translateY(-4px);
}

.category #post-list .entry-header {
  display: flex;
  flex-direction: column;
}

.category #post-list .entry-image {
  order: 1;
  width: 100%;
  overflow: hidden;
  background: #e9eef1;
}

.category #post-list .entry-image > a {
  display: block;
}

.category #post-list .entry-image img {
  display: block;
  width: 100%;
  height: 245px;
  object-fit: cover;
  transition: transform .4s ease;
}

.category #post-list > article:hover .entry-image img {
  transform: scale(1.035);
}

.category #post-list .post-date {
  top: 13px;
  left: 13px;
}

.category #post-list .post-date .badge-inner {
  min-width: 47px;
  height: 47px;
  padding-top: 6px;
  border: 0;
  border-radius: 10px;
  color: #fff;
  line-height: 1.05;
  background: linear-gradient(135deg, var(--np-orange), var(--np-orange-dark));
  box-shadow: 0 7px 17px rgba(201,40,50,.25);
}

.category #post-list .entry-header-text {
  order: 2;
  padding: 18px 19px 0;
  text-align: left;
}

.category #post-list .entry-category {
  margin: 0 0 9px;
  line-height: 1;
}

.category #post-list .entry-category a {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  padding: 0 9px;
  border-radius: 999px;
  color: var(--np-orange-dark);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .08em;
  background: #fff0f1;
}

.category #post-list .entry-title {
  display: -webkit-box;
  min-height: 2.9em;
  overflow: hidden;
  margin: 0;
  color: var(--np-navy-deep);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.45;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.category #post-list .entry-title a {
  color: inherit;
}

.category #post-list .entry-title a:hover {
  color: var(--np-orange-dark);
}

.category #post-list .entry-divider,
.category #post-list .entry-header-text > .entry-meta {
  display: none;
}

.category #post-list .entry-content {
  display: flex;
  flex: 1 1 auto;
  padding: 13px 19px 20px;
  flex-direction: column;
}

.category #post-list .entry-summary {
  display: flex;
  height: 100%;
  flex-direction: column;
}

.category #post-list .entry-summary > p {
  display: -webkit-box;
  min-height: 4.8em;
  overflow: hidden;
  margin: 0 0 17px;
  color: #687985;
  font-size: 13px;
  line-height: 1.6;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.category #post-list .entry-summary > p img.emoji {
  width: 1em;
  height: 1em;
}

.category #post-list .entry-summary > .text-center {
  margin-top: auto;
  text-align: left;
}

.category #post-list .more-link {
  display: inline-flex;
  min-height: 39px;
  align-items: center;
  margin: 0;
  padding: 0 14px;
  gap: 9px;
  border: 1px solid #dce4e9;
  border-radius: 9px;
  color: var(--np-navy);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none;
  background: #f7f9fa;
}

.category #post-list .more-link:hover {
  border-color: var(--np-orange);
  color: #fff;
  background: var(--np-orange);
}

.category #post-list .article-inner > footer.entry-meta {
  display: none;
}

.category .post-sidebar {
  padding-left: 24px;
  border-left: 0;
}

.category .post-sidebar .widget-area {
  position: sticky;
  top: 105px;
}

.category .post-sidebar .widget {
  margin: 0;
  padding: 20px;
  border: 1px solid #dfe6ea;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 11px 30px rgba(13,34,53,.07);
}

.category .post-sidebar .widget-title {
  display: block;
  color: var(--np-navy-deep);
  font-size: 16px;
  font-weight: 850;
  letter-spacing: -.015em;
  text-transform: none;
}

.category .post-sidebar .widget > .is-divider {
  width: 36px;
  height: 3px;
  margin: 10px 0 7px;
  background: var(--np-orange);
}

.category .upw-posts article {
  margin: 0;
  padding: 13px 0;
  border-bottom: 1px solid #edf1f3;
}

.category .upw-posts article:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.category .upw-posts article header {
  display: grid;
  align-items: center;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 3px 12px;
}

.category .upw-posts .entry-image {
  width: 76px;
  grid-row: 1 / 3;
}

.category .upw-posts .entry-image img {
  display: block;
  width: 76px;
  height: 76px;
  border-radius: 9px;
  object-fit: cover;
}

.category .upw-posts .entry-title {
  display: -webkit-box;
  max-height: 2.9em;
  overflow: hidden;
  margin: 0;
  color: var(--np-navy-deep);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.category .upw-posts .entry-title a {
  color: inherit;
}

.category .upw-posts .entry-meta {
  color: #8a99a4;
  font-size: 9px;
  line-height: 1.3;
}

.category .upw-posts .entry-meta .sep,
.category .upw-posts .entry-meta .author,
.category .upw-posts .entry-summary {
  display: none;
}

.category .blog-wrapper .nav-pagination {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin: 32px 0 0;
  padding: 7px;
  border: 1px solid #e0e7eb;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(13,34,53,.08);
}

.category .blog-wrapper .nav-pagination > li {
  margin: 0;
}

.category .blog-wrapper .nav-pagination .page-number {
  display: grid;
  width: 42px;
  height: 42px;
  min-width: 42px;
  margin: 0;
  place-items: center;
  border: 1px solid transparent;
  border-radius: 10px;
  color: #496174;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  background: #f4f7f9;
}

.category .blog-wrapper .nav-pagination .page-number.current {
  border-color: var(--np-orange);
  color: #fff;
  background: linear-gradient(135deg, var(--np-orange), var(--np-orange-dark));
  box-shadow: 0 7px 17px rgba(201,40,50,.24);
}

.category .blog-wrapper .nav-pagination a.page-number:hover {
  border-color: rgba(201,40,50,.18);
  color: var(--np-orange-dark);
  background: #fff0f1;
  transform: translateY(-2px);
}

.category .blog-wrapper .nav-pagination .next,
.category .blog-wrapper .nav-pagination .prev {
  color: #fff;
  background: var(--np-navy);
}

@media (min-width: 850px) {
  .category .cpc-contact-label {
    overflow: hidden;
    min-width: 0;
    max-width: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
    opacity: 0;
    transition: max-width .22s ease, opacity .18s ease, margin-left .22s ease, padding .22s ease;
  }

  .category .cpc-contact-item:hover .cpc-contact-label {
    min-width: 145px;
    max-width: 145px;
    margin-left: -9px;
    padding-right: 15px;
    padding-left: 20px;
    opacity: 1;
  }
}

@media (max-width: 849px) {
  .category .archive-page-header {
    margin-bottom: 24px;
    padding: 35px 15px 38px;
  }

  .category .blog-wrapper > .row-divided > .large-9 {
    padding-right: 15px;
  }

  .category #post-list {
    gap: 17px;
  }

  .category #post-list .entry-image img {
    height: 220px;
  }

  .category .post-sidebar {
    padding: 28px 15px 0;
  }
}

@media (max-width: 549px) {
  .category #post-list {
    grid-template-columns: 1fr;
  }

  .category #post-list .entry-image img {
    height: 225px;
  }

  .category #post-list .entry-title,
  .category #post-list .entry-summary > p {
    min-height: 0;
  }
}

/* Pagination is a child of the post grid: span all columns and center it. */
.category #post-list > .nav-pagination {
  width: max-content;
  grid-column: 1 / -1;
  justify-self: center;
}

.page-id-75 #content > section:nth-of-type(2) > .section-content > .row > .col:last-child > .col-inner {
  background:
    radial-gradient(circle at 100% 0, rgba(75,133,171,.22), transparent 43%),
    rgba(255,255,255,.075);
}

.page-id-75 #content > section:nth-of-type(2) > .section-content > .row > .col:last-child > .col-inner::after {
  display: none !important;
  content: none !important;
}

.page-id-75 .np-contact-duplicate-hotline {
  display: none !important;
}

.page-id-75 .np-contact-actions {
  position: relative;
  z-index: 2;
  margin-top: 25px;
}

.page-id-75 .np-contact-call {
  display: grid;
  min-height: 88px;
  align-items: center;
  padding: 13px 17px;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  gap: 13px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(135deg, var(--np-orange), var(--np-orange-dark));
  box-shadow: 0 14px 30px rgba(0,0,0,.2);
}

.page-id-75 .np-contact-call:hover {
  border-color: rgba(255,255,255,.3);
  color: #fff;
  box-shadow: 0 18px 35px rgba(0,0,0,.28);
  transform: translateY(-2px);
}

.page-id-75 .np-contact-call-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 10px;
  background: rgba(255,255,255,.1);
}

.page-id-75 .np-contact-call-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.page-id-75 .np-contact-call span:nth-child(2) {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.page-id-75 .np-contact-call small {
  margin-bottom: 5px;
  color: rgba(255,255,255,.74);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.page-id-75 .np-contact-call strong {
  color: #fff;
  font-size: 23px;
  font-weight: 850;
  line-height: 1;
  letter-spacing: .01em;
}

.page-id-75 .np-contact-call b {
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap;
}

.page-id-75 .np-contact-action-row {
  display: grid;
  margin-top: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.page-id-75 .np-contact-action-row > a {
  display: flex;
  min-height: 62px;
  align-items: center;
  padding: 10px 13px;
  gap: 10px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 12px;
  color: #fff;
  background: rgba(255,255,255,.07);
}

.page-id-75 .np-contact-action-row > a:hover {
  border-color: rgba(255,255,255,.28);
  color: #fff;
  background: rgba(255,255,255,.12);
  transform: translateY(-2px);
}

.page-id-75 .np-contact-action-row i {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  place-items: center;
  border-radius: 9px;
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 850;
}

.page-id-75 .np-contact-zalo i {
  background: #0868ff;
}

.page-id-75 .np-contact-email i {
  background: #d33a43;
}

.page-id-75 .np-contact-action-row span {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.page-id-75 .np-contact-action-row small {
  margin-bottom: 3px;
  color: rgba(255,255,255,.6);
  font-size: 9px;
  font-weight: 650;
}

.page-id-75 .np-contact-action-row strong {
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}

@media (max-width: 849px) {
  .page-id-75 #content > section:nth-of-type(2) > .section-content > .row > .col > .col-inner {
    border-radius: 14px;
  }

  .page-id-75 .np-contact-call {
    grid-template-columns: 44px minmax(0, 1fr);
    border-radius: 10px;
  }

  .page-id-75 .np-contact-call-icon {
    width: 44px;
    height: 44px;
    border-radius: 9px;
  }

  .page-id-75 .np-contact-call strong {
    font-size: 20px;
  }

  .page-id-75 .np-contact-call b {
    display: none;
  }

  .page-id-75 .np-contact-action-row > a {
    border-radius: 10px;
  }
}
