:root {
  --np-navy: #061936;
  --np-navy-2: #0b274f;
  --np-gold: #c79b37;
  --np-gold-2: #e5c36a;
  --np-cream: #fff8ed;
  --np-cream-2: #f6eddf;
  --np-white: #ffffff;
  --np-ink: #101827;
  --np-muted: #667085;
  --np-line: rgba(6, 25, 54, .10);
  --np-shadow: 0 20px 60px rgba(6, 25, 54, .12);
  --np-shadow-soft: 0 12px 35px rgba(6, 25, 54, .08);
  --np-radius: 22px;
  --np-radius-sm: 14px;
  --np-container: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--np-ink);
  background: linear-gradient(180deg, #fffdf9 0%, #fbf7ef 100%);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; transition: color .2s ease, background .2s ease, transform .2s ease, border-color .2s ease; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.np-container { width: min(var(--np-container), calc(100% - 40px)); margin: 0 auto; }
.screen-reader-text, .skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 16px; top: 16px; z-index: 9999; background: var(--np-white); padding: 12px 16px; border-radius: 10px; }
.np-icon { width: 22px; height: 22px; display: inline-block; flex: 0 0 auto; }

.np-topbar { background: linear-gradient(90deg, #ad8129, var(--np-gold), #ad8129); color: #fff; font-weight: 800; font-size: 14px; letter-spacing: .01em; }
.np-topbar-inner { height: 44px; display: flex; align-items: center; justify-content: center; gap: 8px; text-align: center; }

.np-site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255, 255, 255, .88); border-bottom: 1px solid var(--np-line); backdrop-filter: blur(18px); }
.admin-bar .np-site-header { top: 32px; }
.np-header-inner { min-height: 88px; display: grid; grid-template-columns: auto 1fr minmax(260px, 440px) auto; align-items: center; gap: 24px; }
.np-brand { display: flex; align-items: center; min-width: max-content; }
.brand-logo { display: inline-flex; align-items: center; gap: 8px; font-family: "Playfair Display", Georgia, serif; font-weight: 800; font-size: 30px; color: var(--np-navy); letter-spacing: -.04em; }
.brand-logo-icon { color: var(--np-navy); width: 31px; height: 31px; }
.custom-logo-link img { max-height: 64px; width: auto; }
.np-primary-nav { justify-self: center; }
.np-menu, .np-drawer-menu, .np-footer ul { list-style: none; padding: 0; margin: 0; }
.np-menu { display: flex; align-items: center; gap: 26px; }
.np-menu a { color: #1d2939; font-weight: 700; font-size: 15px; }
.np-menu a:hover { color: var(--np-gold); }

.np-header-search { height: 52px; display: flex; align-items: center; background: #f7f5f1; border: 1px solid var(--np-line); border-radius: 999px; overflow: hidden; padding-left: 20px; box-shadow: inset 0 1px 0 rgba(255,255,255,.7); }
.np-header-search input { flex: 1; min-width: 0; border: 0; outline: 0; background: transparent; color: var(--np-ink); }
.np-header-search button, .np-drawer-search button { border: 0; background: var(--np-navy); color: white; width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; margin-right: 4px; }
.np-header-actions { display: flex; align-items: center; gap: 10px; }
.np-icon-button { width: 44px; height: 44px; border: 0; border-radius: 50%; background: transparent; color: var(--np-navy); display: inline-grid; place-items: center; position: relative; }
.np-icon-button:hover { background: #f4eee3; transform: translateY(-1px); }
.np-menu-toggle { display: none; }
.nuvapaws-cart-count { position: absolute; top: 3px; right: 2px; min-width: 19px; height: 19px; border-radius: 99px; background: var(--np-gold); color: #fff; display: grid; place-items: center; font-size: 11px; font-weight: 900; border: 2px solid white; }

.np-hero { background: radial-gradient(circle at 75% 20%, rgba(199,155,55,.16), transparent 34%), linear-gradient(135deg, #fffaf2, #f2e7d7); overflow: hidden; }
.np-hero-grid { min-height: 590px; display: grid; grid-template-columns: .95fr 1.05fr; gap: 46px; align-items: center; padding: 68px 0; }
.np-hero-copy { position: relative; z-index: 2; }
.np-trust-pill { display: inline-flex; align-items: center; gap: 10px; padding: 8px 15px 8px 8px; background: rgba(255,255,255,.86); border: 1px solid rgba(6,25,54,.08); border-radius: 999px; color: var(--np-navy); font-weight: 800; font-size: 13px; box-shadow: var(--np-shadow-soft); margin-bottom: 22px; }
.np-avatar-stack { display: flex; }
.np-avatar-stack img { width: 28px; height: 28px; border-radius: 50%; object-fit: cover; border: 2px solid #fff; margin-left: -7px; }
.np-avatar-stack img:first-child { margin-left: 0; }
.np-hero h1, .np-section h2, .np-page-hero h1, .np-shop-hero h1, .np-single-head h1, .np-404 h1 { font-family: "Playfair Display", Georgia, serif; color: var(--np-navy); letter-spacing: -.055em; line-height: .96; margin: 0; }
.np-hero h1 { font-size: clamp(48px, 6vw, 86px); max-width: 650px; }
.np-hero p { color: #26364d; font-size: 20px; line-height: 1.65; max-width: 560px; margin: 24px 0 0; }
.np-hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; margin-top: 32px; }
.np-button { min-height: 52px; border-radius: 13px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 22px; font-weight: 900; border: 1px solid transparent; box-shadow: 0 10px 25px rgba(6,25,54,.12); }
.np-button-primary { background: var(--np-navy); color: #fff; }
.np-button-primary:hover { background: var(--np-navy-2); transform: translateY(-2px); color: #fff; }
.np-button-soft { background: #fff; border-color: var(--np-line); color: var(--np-navy); box-shadow: none; }
.np-button-gold { background: linear-gradient(135deg, var(--np-gold), var(--np-gold-2)); color: #1a1203; }
.np-link-arrow { display: inline-flex; align-items: center; gap: 8px; color: var(--np-navy-2); font-weight: 900; }
.np-link-arrow .np-icon { width: 19px; }
.np-link-arrow:hover { color: var(--np-gold); transform: translateX(2px); }
.np-hero-image-wrap { position: relative; min-height: 500px; display: grid; place-items: center; }
.np-hero-image { width: min(680px, 100%); border-radius: 34px; box-shadow: 0 35px 95px rgba(6,25,54,.18); object-fit: cover; aspect-ratio: 1.25 / 1; }
.np-floating-card { position: absolute; display: inline-flex; align-items: center; gap: 9px; padding: 13px 16px; border-radius: 16px; background: rgba(255,255,255,.88); border: 1px solid rgba(255,255,255,.65); color: var(--np-navy); font-weight: 900; box-shadow: var(--np-shadow-soft); backdrop-filter: blur(12px); }
.np-floating-card-top { top: 62px; left: 8px; }
.np-floating-card-bottom { right: 8px; bottom: 62px; }

.np-trust-row { background: #fff; border-top: 1px solid var(--np-line); border-bottom: 1px solid var(--np-line); }
.np-trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; }
.np-trust-grid > div { min-height: 96px; display: flex; align-items: center; gap: 13px; padding: 20px; color: var(--np-navy); }
.np-trust-grid .np-icon { width: 30px; height: 30px; }
.np-trust-grid strong { display: block; font-size: 15px; }
.np-trust-grid span { display: block; color: var(--np-muted); font-size: 13px; margin-top: 3px; }

.np-section { padding: 70px 0; }
.np-section-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
.np-section-head h2 { font-size: clamp(34px, 4vw, 50px); }
.np-kicker { display: inline-block; color: var(--np-gold); font-weight: 900; text-transform: uppercase; letter-spacing: .12em; font-size: 12px; margin-bottom: 10px; }
.np-product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.np-product-card { background: #fff; border: 1px solid rgba(6,25,54,.08); border-radius: 20px; padding: 10px; box-shadow: var(--np-shadow-soft); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; position: relative; overflow: hidden; }
.np-product-card:hover { transform: translateY(-6px); box-shadow: var(--np-shadow); border-color: rgba(199,155,55,.3); }
.np-product-media { position: relative; overflow: hidden; border-radius: 16px; background: #f5eadb; aspect-ratio: 1 / .95; }
.np-product-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.np-product-card:hover .np-product-media img { transform: scale(1.04); }
.np-badge { position: absolute; left: 12px; top: 12px; z-index: 2; padding: 7px 10px; border-radius: 999px; color: #fff; background: linear-gradient(135deg, var(--np-gold), #b88322); font-size: 12px; font-weight: 900; box-shadow: 0 8px 18px rgba(119,83,16,.24); }
.np-wishlist { position: absolute; z-index: 2; top: 10px; right: 10px; width: 40px; height: 40px; border: 0; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.75); color: white; backdrop-filter: blur(10px); }
.np-wishlist .np-icon { filter: drop-shadow(0 2px 4px rgba(0,0,0,.35)); }
.np-wishlist.is-active, .np-wishlist:hover { background: var(--np-navy); color: #fff; }
.np-product-body { padding: 16px 4px 4px; }
.np-product-body h3 { margin: 0; font-size: 17px; line-height: 1.35; color: var(--np-navy); min-height: 46px; }
.np-rating { display: flex; align-items: center; gap: 8px; color: var(--np-muted); font-size: 13px; margin-top: 11px; }
.np-stars { color: #f2b91b; letter-spacing: 1px; white-space: nowrap; font-size: 15px; }
.np-stars .muted { color: #d8d8d8; }
.np-price { color: var(--np-navy); font-size: 22px; font-weight: 900; margin: 12px 0 14px; }
.np-price del { color: var(--np-muted); font-size: 14px; margin-right: 6px; }
.np-price ins { text-decoration: none; }
.np-add-cart, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit { min-height: 46px; width: 100%; display: inline-flex !important; align-items: center; justify-content: center; gap: 8px; background: var(--np-navy) !important; color: #fff !important; border-radius: 12px !important; border: 0 !important; font-weight: 900 !important; padding: 0 16px !important; line-height: 1 !important; transition: transform .2s ease, background .2s ease !important; }
.np-add-cart:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit:hover { background: var(--np-navy-2) !important; transform: translateY(-2px); }
.np-add-cart .np-icon { width: 18px; height: 18px; }
.added_to_cart.wc-forward { display: block; margin-top: 10px; text-align: center; color: var(--np-gold); font-weight: 900; }

.np-promo-wrap { padding-bottom: 25px; }
.np-summer-promo { position: relative; min-height: 260px; display: grid; grid-template-columns: .85fr 1fr .9fr; align-items: center; gap: 26px; border-radius: 26px; overflow: hidden; padding: 28px; background: radial-gradient(circle at 80% 20%, rgba(255,255,255,.1), transparent 30%), linear-gradient(135deg, #051833, #0b274f); color: #fff; box-shadow: 0 25px 70px rgba(6,25,54,.22); }
.np-promo-image img { width: 100%; aspect-ratio: 1.4 / 1; object-fit: cover; border-radius: 22px; }
.np-promo-content h2 { font-family: "Playfair Display", Georgia, serif; font-size: clamp(30px, 3vw, 44px); line-height: 1; margin: 0; letter-spacing: -.04em; }
.np-promo-content p { color: rgba(255,255,255,.82); line-height: 1.7; }
.np-promo-icons { display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px; }
.np-promo-icons div { min-height: 92px; display: grid; place-items: center; text-align: center; gap: 7px; border-radius: 18px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.08); }
.np-promo-icons .np-icon { color: #fff; width: 28px; height: 28px; }
.np-promo-icons span { font-size: 13px; font-weight: 800; }

.np-category-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 24px; }
.np-category-card { display: grid; justify-items: center; text-align: center; gap: 12px; color: var(--np-navy); font-weight: 900; }
.np-category-card span { width: 128px; height: 128px; border-radius: 50%; padding: 8px; background: linear-gradient(135deg, #e9f0ed, #ffe9c8); box-shadow: var(--np-shadow-soft); overflow: hidden; transition: transform .25s ease; }
.np-category-card:nth-child(2) span { background: linear-gradient(135deg, #d8edff, #f9dfc2); }
.np-category-card:nth-child(3) span { background: linear-gradient(135deg, #fbdfca, #fff3d7); }
.np-category-card:nth-child(4) span { background: linear-gradient(135deg, #e8e2ff, #ffeed5); }
.np-category-card:nth-child(5) span { background: linear-gradient(135deg, #d8f4e7, #ffebc2); }
.np-category-card img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; }
.np-category-card:hover span { transform: translateY(-5px) scale(1.02); }

.np-testimonials { background: #fff; border-top: 1px solid var(--np-line); border-bottom: 1px solid var(--np-line); }
.np-centered-head { justify-content: center; text-align: center; }
.np-testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.np-testimonial-grid article { background: linear-gradient(180deg, #fff, #fff8ed); border: 1px solid var(--np-line); border-radius: 22px; padding: 28px; box-shadow: var(--np-shadow-soft); }
.np-testimonial-grid p { color: #344054; line-height: 1.7; font-size: 16px; }
.np-testimonial-grid strong { color: var(--np-navy); }

.np-home-newsletter { padding: 34px 0 15px; }
.np-newsletter-large { display: grid; grid-template-columns: 1fr minmax(320px, 480px); gap: 28px; align-items: center; border-radius: 26px; background: linear-gradient(135deg, var(--np-navy), #0d2c59); color: #fff; padding: 38px; box-shadow: var(--np-shadow); }
.np-newsletter-large h2 { font-family: "Playfair Display", Georgia, serif; font-size: clamp(30px, 4vw, 48px); letter-spacing: -.04em; margin: 0; }
.np-newsletter-large p { color: rgba(255,255,255,.82); margin-bottom: 0; line-height: 1.7; }
.np-newsletter-large form, .np-newsletter-card form { display: flex; gap: 10px; }
.np-newsletter-large input, .np-newsletter-card input { flex: 1; min-width: 0; height: 54px; border: 0; border-radius: 13px; padding: 0 16px; outline: 0; }
.np-newsletter-large button, .np-newsletter-card button { height: 54px; border: 0; border-radius: 13px; padding: 0 18px; font-weight: 900; background: linear-gradient(135deg, var(--np-gold), var(--np-gold-2)); color: #1b1305; }

.np-faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 50px; align-items: start; }
.np-faq-grid h2 { font-family: "Playfair Display", Georgia, serif; font-size: clamp(34px, 4vw, 50px); color: var(--np-navy); letter-spacing: -.04em; margin: 0 0 14px; }
.np-faq-grid p { color: var(--np-muted); line-height: 1.7; }
.np-accordion { display: grid; gap: 14px; }
.np-accordion-item { background: #fff; border: 1px solid var(--np-line); border-radius: 18px; overflow: hidden; box-shadow: var(--np-shadow-soft); }
.np-accordion-item button { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 20px 22px; background: transparent; border: 0; color: var(--np-navy); font-weight: 900; text-align: left; }
.np-accordion-item p { display: none; padding: 0 22px 20px; margin: 0; }
.np-accordion-item.is-open p { display: block; }
.np-accordion-item.is-open button span { transform: rotate(45deg); }

.np-bottom-benefits { background: #fff; border-top: 1px solid var(--np-line); }
.np-benefits-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; padding: 24px 0; }
.np-benefit-card { display: flex; align-items: center; gap: 15px; background: linear-gradient(180deg, #fff, #fbf7ef); border: 1px solid var(--np-line); border-radius: 18px; padding: 18px; }
.np-benefit-card .np-icon { width: 32px; height: 32px; color: var(--np-navy); }
.np-benefit-card strong { display: block; color: var(--np-navy); }
.np-benefit-card span { color: var(--np-muted); font-size: 13px; }
.np-footer { background: #051833; color: #fff; padding: 58px 0 22px; }
.np-footer-grid { display: grid; grid-template-columns: 1.3fr .65fr .7fr 1.15fr; gap: 38px; }
.np-footer .brand-logo, .np-footer .brand-logo-icon { color: #fff; }
.np-footer p, .np-footer a, .np-footer li { color: rgba(255,255,255,.78); }
.np-footer a:hover { color: var(--np-gold-2); }
.np-footer h3 { margin: 0 0 16px; font-size: 17px; }
.np-footer li { margin: 10px 0; }
.np-footer-brand p { line-height: 1.7; max-width: 360px; }
.np-footer-email { font-weight: 900; color: var(--np-gold-2) !important; }
.np-newsletter-card { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.09); border-radius: 22px; padding: 24px; }
.np-newsletter-card p { margin-top: -6px; }
.np-footer-bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 42px; padding-top: 22px; display: flex; justify-content: space-between; color: rgba(255,255,255,.65); font-size: 14px; }

.np-mobile-drawer { position: fixed; inset: 0; background: rgba(6,25,54,.45); z-index: 2000; opacity: 0; pointer-events: none; transition: opacity .2s ease; }
.np-mobile-drawer.is-open { opacity: 1; pointer-events: auto; }
.np-drawer-panel { width: min(390px, calc(100% - 36px)); height: 100%; background: #fff; padding: 22px; transform: translateX(-102%); transition: transform .25s ease; box-shadow: var(--np-shadow); }
.np-mobile-drawer.is-open .np-drawer-panel { transform: translateX(0); }
.np-drawer-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; }
.np-drawer-head .np-icon-button { font-size: 30px; }
.np-drawer-search { display: flex; background: #f7f4ef; border-radius: 999px; padding: 4px 4px 4px 16px; margin-bottom: 20px; }
.np-drawer-search input { flex: 1; border: 0; background: transparent; outline: 0; min-width: 0; }
.np-drawer-menu a { display: block; padding: 15px 0; border-bottom: 1px solid var(--np-line); color: var(--np-navy); font-weight: 900; }
.np-drawer-cta { display: grid; gap: 12px; margin-top: 24px; }
.np-mobile-bottom { display: none; }

.np-page-hero, .np-shop-hero { padding: 64px 0 34px; }
.np-page-hero h1, .np-shop-hero h1 { font-size: clamp(42px, 5vw, 68px); }
.np-page-hero p, .np-shop-hero p { color: var(--np-muted); font-size: 18px; line-height: 1.7; max-width: 720px; }
.np-prose { background: #fff; border: 1px solid var(--np-line); border-radius: 24px; padding: clamp(24px, 4vw, 54px); margin-bottom: 70px; box-shadow: var(--np-shadow-soft); line-height: 1.8; color: #344054; }
.np-prose h1, .np-prose h2, .np-prose h3 { color: var(--np-navy); font-family: "Playfair Display", Georgia, serif; letter-spacing: -.03em; }
.np-prose a { color: var(--np-gold); font-weight: 800; }
.np-prose input:not([type="submit"]), .np-prose textarea, .np-prose select { width: 100%; border: 1px solid var(--np-line); border-radius: 12px; padding: 13px 14px; background: #fff; }
.np-prose .button, .np-prose input[type="submit"] { background: var(--np-navy); color: #fff; border: 0; border-radius: 12px; padding: 14px 18px; font-weight: 900; }

.np-post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-bottom: 40px; }
.np-post-card { background: #fff; border: 1px solid var(--np-line); border-radius: 22px; overflow: hidden; box-shadow: var(--np-shadow-soft); }
.np-post-thumb { display: block; aspect-ratio: 1.4 / 1; background: #f7eadb; overflow: hidden; }
.np-post-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.np-post-card:hover .np-post-thumb img { transform: scale(1.04); }
.np-post-body { padding: 22px; }
.np-post-meta { color: var(--np-gold); font-weight: 900; font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.np-post-body h2 { font-size: 23px; line-height: 1.2; margin: 10px 0; color: var(--np-navy); }
.np-post-body p { color: var(--np-muted); line-height: 1.7; }
.np-pagination { margin: 30px 0 70px; }
.np-pagination .page-numbers { display: inline-flex; min-width: 42px; height: 42px; align-items: center; justify-content: center; border-radius: 12px; background: #fff; border: 1px solid var(--np-line); margin-right: 6px; font-weight: 800; }
.np-pagination .current { background: var(--np-navy); color: #fff; }
.np-empty-state { grid-column: 1 / -1; background: #fff; border: 1px solid var(--np-line); border-radius: 20px; padding: 40px; text-align: center; }

.np-single-post { padding: 60px 0; }
.np-single-head { text-align: center; max-width: 900px; margin: 0 auto 28px; }
.np-single-head h1 { font-size: clamp(42px, 6vw, 72px); }
.np-single-image { margin-top: 28px; border-radius: 28px; overflow: hidden; box-shadow: var(--np-shadow); }
.np-single-image img { width: 100%; max-height: 560px; object-fit: cover; }
.np-single-footer { margin-top: 24px; color: var(--np-muted); }
.np-comments { margin-top: 50px; }
.np-comment-list { padding: 0; list-style: none; }
.np-comment-card { display: flex; gap: 16px; background: #fff; border: 1px solid var(--np-line); border-radius: 18px; padding: 18px; margin: 14px 0; }
.np-comment-avatar img { border-radius: 50%; }

.np-404 { min-height: 520px; display: grid; align-content: center; justify-items: start; }
.np-404 h1 { font-size: clamp(46px, 6vw, 82px); max-width: 760px; }
.np-404 p { color: var(--np-muted); font-size: 19px; }

/* WooCommerce */
.np-woo-wrap { display: grid; grid-template-columns: 270px minmax(0, 1fr); gap: 32px; padding-bottom: 70px; }
.np-woo-wrap:not(:has(.np-shop-sidebar)) { display: block; }
.np-shop-sidebar { background: #fff; border: 1px solid var(--np-line); border-radius: 22px; padding: 22px; align-self: start; box-shadow: var(--np-shadow-soft); }
.shop-widget { margin-bottom: 24px; }
.shop-widget-title { color: var(--np-navy); margin: 0 0 14px; }
.woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering { margin-bottom: 22px; }
.woocommerce .woocommerce-ordering select { border: 1px solid var(--np-line); border-radius: 12px; padding: 12px; background: #fff; color: var(--np-navy); font-weight: 700; }
.woocommerce ul.products { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; margin: 0; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product { width: auto !important; float: none !important; margin: 0 !important; background: #fff; border: 1px solid var(--np-line); border-radius: 20px; padding: 10px 10px 14px !important; box-shadow: var(--np-shadow-soft); transition: transform .25s ease, box-shadow .25s ease; overflow: hidden; }
.woocommerce ul.products li.product:hover { transform: translateY(-6px); box-shadow: var(--np-shadow); }
.woocommerce ul.products li.product a img { width: 100%; aspect-ratio: 1 / .95; object-fit: cover; border-radius: 16px; margin: 0 0 15px !important; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { color: var(--np-navy); font-size: 17px; line-height: 1.35; padding: 0 !important; min-height: 46px; }
.woocommerce ul.products li.product .price { color: var(--np-navy) !important; font-size: 21px !important; font-weight: 900 !important; margin: 12px 0 !important; }
.woocommerce span.onsale { min-height: 0; min-width: 0; line-height: 1; padding: 8px 10px; border-radius: 999px; background: var(--np-gold); font-weight: 900; }
.woocommerce .star-rating { color: #f2b91b; }
.woocommerce div.product { background: #fff; border: 1px solid var(--np-line); border-radius: 26px; padding: clamp(18px, 3vw, 36px); box-shadow: var(--np-shadow-soft); }
.woocommerce div.product div.images img { border-radius: 22px; }
.woocommerce div.product .product_title { font-family: "Playfair Display", Georgia, serif; color: var(--np-navy); font-size: clamp(36px, 5vw, 58px); letter-spacing: -.04em; }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--np-navy); font-size: 30px; font-weight: 900; }
.woocommerce div.product form.cart .button { width: auto; min-width: 190px; min-height: 54px; }
.woocommerce .quantity .qty { height: 54px; border: 1px solid var(--np-line); border-radius: 12px; padding: 0 8px; }
.woocommerce-tabs.wc-tabs-wrapper { margin-top: 38px; }
.woocommerce div.product .woocommerce-tabs ul.tabs { padding: 0; }
.woocommerce div.product .woocommerce-tabs ul.tabs li { border-radius: 12px 12px 0 0; border-color: var(--np-line); }
.woocommerce div.product .woocommerce-tabs .panel { line-height: 1.8; color: #344054; }
.woocommerce-cart-form, .cart_totals, .woocommerce-checkout-review-order, .woocommerce form.checkout, .woocommerce-MyAccount-navigation, .woocommerce-MyAccount-content, .woocommerce form.login, .woocommerce form.register { background: #fff; border: 1px solid var(--np-line); border-radius: 22px; padding: 24px; box-shadow: var(--np-shadow-soft); }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select, .select2-container .select2-selection--single { border: 1px solid var(--np-line); border-radius: 12px; min-height: 48px; padding: 10px 12px; }
.woocommerce table.shop_table { border: 1px solid var(--np-line); border-radius: 18px; overflow: hidden; background: #fff; }
.woocommerce-info, .woocommerce-message { border-top-color: var(--np-gold); background: #fff8ed; border-radius: 14px; }
.woocommerce-MyAccount-navigation ul { list-style: none; margin: 0; padding: 0; }
.woocommerce-MyAccount-navigation li a { display: block; padding: 13px 0; border-bottom: 1px solid var(--np-line); font-weight: 900; color: var(--np-navy); }

@supports not selector(:has(*)) {
  .np-woo-wrap { display: block; }
  .np-shop-sidebar { margin-bottom: 26px; }
}

@media (max-width: 1120px) {
  .np-header-inner { grid-template-columns: auto 1fr auto; }
  .np-primary-nav { display: none; }
  .np-menu-toggle { display: inline-grid; }
  .np-header-search { grid-column: 1 / -1; order: 3; width: 100%; margin-bottom: 14px; }
  .np-header-inner { padding-top: 12px; }
  .np-hero-grid { grid-template-columns: 1fr; min-height: 0; }
  .np-hero-image-wrap { min-height: 0; }
  .np-summer-promo { grid-template-columns: 1fr; }
  .np-promo-icons { grid-template-columns: repeat(4, 1fr); }
  .np-footer-grid { grid-template-columns: repeat(2, 1fr); }
  .woocommerce ul.products, .np-product-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 782px) {
  .admin-bar .np-site-header { top: 46px; }
  .np-container { width: min(100% - 28px, var(--np-container)); }
  .np-topbar-inner { min-height: 38px; height: auto; padding: 8px 0; font-size: 12px; }
  .np-header-inner { min-height: 72px; gap: 10px; }
  .brand-logo { font-size: 25px; }
  .brand-logo-icon { width: 28px; height: 28px; }
  .np-header-search { display: none; }
  .hide-small { display: none; }
  .np-hero-grid { padding: 42px 0 36px; gap: 28px; }
  .np-hero h1 { font-size: clamp(42px, 13vw, 62px); }
  .np-hero p { font-size: 16px; }
  .np-hero-actions { gap: 13px; }
  .np-link-arrow { font-size: 14px; }
  .np-floating-card { display: none; }
  .np-trust-grid { grid-template-columns: repeat(2, 1fr); }
  .np-trust-grid > div { padding: 15px 8px; gap: 8px; }
  .np-trust-grid .np-icon { width: 24px; height: 24px; }
  .np-trust-grid strong { font-size: 12px; }
  .np-trust-grid span { font-size: 11px; }
  .np-section { padding: 46px 0; }
  .np-section-head { align-items: start; flex-direction: column; }
  .np-product-grid, .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
  .np-product-card { border-radius: 17px; padding: 8px; }
  .np-product-body h3 { font-size: 14px; min-height: 40px; }
  .np-price { font-size: 18px; }
  .np-add-cart { min-height: 42px; font-size: 13px; }
  .np-rating { font-size: 12px; gap: 5px; }
  .np-stars { font-size: 13px; letter-spacing: 0; }
  .np-summer-promo { padding: 18px; border-radius: 22px; }
  .np-promo-icons { grid-template-columns: repeat(2, 1fr); }
  .np-category-grid { grid-template-columns: repeat(3, 1fr); gap: 18px 10px; }
  .np-category-card span { width: 92px; height: 92px; }
  .np-category-card strong { font-size: 12px; }
  .np-testimonial-grid, .np-post-grid { grid-template-columns: 1fr; }
  .np-newsletter-large { grid-template-columns: 1fr; padding: 24px; }
  .np-newsletter-large form, .np-newsletter-card form { flex-direction: column; }
  .np-faq-grid { grid-template-columns: 1fr; gap: 22px; }
  .np-benefits-grid { grid-template-columns: 1fr; }
  .np-footer { padding-bottom: 96px; }
  .np-footer-grid { grid-template-columns: 1fr; gap: 26px; }
  .np-footer-bottom { flex-direction: column; gap: 8px; }
  .np-mobile-bottom { position: fixed; left: 0; right: 0; bottom: 0; z-index: 1200; display: grid; grid-template-columns: repeat(4, 1fr); background: rgba(255,255,255,.94); border-top: 1px solid var(--np-line); backdrop-filter: blur(16px); padding: 8px 8px calc(8px + env(safe-area-inset-bottom)); box-shadow: 0 -12px 30px rgba(6,25,54,.08); }
  .np-mobile-bottom a { display: grid; justify-items: center; gap: 3px; color: var(--np-muted); font-size: 11px; font-weight: 800; }
  .np-mobile-bottom .np-icon { width: 22px; height: 22px; }
  .np-mobile-bottom a:first-child { color: var(--np-gold); }
  .np-page-hero, .np-shop-hero { padding: 42px 0 24px; }
  .np-prose { padding: 22px; border-radius: 20px; }
  .np-woo-wrap { display: block; padding-bottom: 46px; }
  .np-shop-sidebar { margin-bottom: 22px; }
  .woocommerce div.product { padding: 16px; }
  .woocommerce div.product form.cart .button { width: 100%; margin-top: 10px; }
}

@media (max-width: 430px) {
  .np-product-grid, .woocommerce ul.products { gap: 12px; }
  .np-product-media { aspect-ratio: 1 / 1; }
  .np-badge { font-size: 10px; padding: 6px 8px; }
  .np-wishlist { width: 34px; height: 34px; }
  .np-add-cart span { font-size: 12px; }
  .np-button { width: 100%; }
  .np-hero-actions .np-link-arrow { width: 100%; justify-content: center; }
}

.np-about-grid, .np-contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; align-items: stretch; padding-bottom: 70px; }
.np-about-image { border-radius: 28px; overflow: hidden; box-shadow: var(--np-shadow); min-height: 420px; }
.np-about-image img { width: 100%; height: 100%; object-fit: cover; }
.np-about-copy { margin-bottom: 0; }
.np-contact-card, .np-contact-form, .np-policy-grid article { background: #fff; border: 1px solid var(--np-line); border-radius: 24px; padding: 30px; box-shadow: var(--np-shadow-soft); }
.np-contact-card .np-icon, .np-policy-grid .np-icon { width: 42px; height: 42px; color: var(--np-gold); }
.np-contact-card h2, .np-policy-grid h2 { font-family: "Playfair Display", Georgia, serif; color: var(--np-navy); font-size: 32px; letter-spacing: -.04em; }
.np-contact-card p, .np-policy-grid p { color: var(--np-muted); line-height: 1.7; }
.np-contact-card a { color: var(--np-gold); font-weight: 900; }
.np-contact-form { display: grid; gap: 16px; }
.np-contact-form label { display: grid; gap: 8px; color: var(--np-navy); font-weight: 900; }
.np-contact-form input, .np-contact-form textarea { border: 1px solid var(--np-line); border-radius: 13px; padding: 13px 14px; outline: none; }
.np-contact-form input:focus, .np-contact-form textarea:focus { border-color: var(--np-gold); box-shadow: 0 0 0 4px rgba(199,155,55,.12); }
.np-policy-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; padding-bottom: 70px; }
@media (max-width: 782px) { .np-about-grid, .np-contact-grid, .np-policy-grid { grid-template-columns: 1fr; padding-bottom: 46px; } }

/* NuvaPaws Elite Pro enhancements */
.np-elite-hero { position: relative; overflow: hidden; background: radial-gradient(circle at 16% 18%, rgba(199,155,55,.18), transparent 28%), radial-gradient(circle at 88% 8%, rgba(6,25,54,.10), transparent 34%), linear-gradient(135deg, #fffaf2 0%, #f4eadb 48%, #fff 100%); }
.np-elite-hero:before { content:""; position:absolute; inset:0; background-image: linear-gradient(rgba(6,25,54,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(6,25,54,.035) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(180deg, rgba(0,0,0,.75), transparent 88%); pointer-events:none; }
.np-elite-hero-grid { position:relative; display:grid; grid-template-columns: .95fr 1.05fr; gap: 54px; align-items:center; min-height: 720px; padding: 74px 0 82px; }
.np-elite-copy h1 { font-size: clamp(48px, 5.9vw, 84px); max-width: 760px; }
.np-elite-copy p { max-width: 650px; }
.np-elite-stats { display:grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 12px; margin-top: 34px; max-width: 610px; }
.np-elite-stats div { background: rgba(255,255,255,.72); border: 1px solid rgba(6,25,54,.08); border-radius: 18px; padding: 17px 18px; box-shadow: var(--np-shadow-soft); backdrop-filter: blur(12px); }
.np-elite-stats strong { display:block; color: var(--np-navy); font-size: 26px; line-height: 1; }
.np-elite-stats span { display:block; color: var(--np-muted); font-size: 13px; font-weight: 800; margin-top: 7px; }
.np-elite-visual { position:relative; min-height: 610px; }
.np-elite-image-card { position:absolute; overflow:hidden; border-radius: 30px; background:#fff; box-shadow: 0 28px 80px rgba(6,25,54,.18); border: 8px solid rgba(255,255,255,.86); }
.np-elite-image-card img { width:100%; height:100%; object-fit:cover; }
.np-elite-main-image { right: 0; top: 28px; width: 78%; height: 460px; }
.np-elite-mini-one { left: 0; bottom: 18px; width: 38%; height: 255px; transform: rotate(-3deg); }
.np-elite-mini-two { right: 10%; bottom: 0; width: 34%; height: 210px; transform: rotate(3deg); }
.np-elite-floating { position:absolute; z-index:4; display:flex; align-items:center; gap:10px; background: rgba(255,255,255,.84); border:1px solid rgba(255,255,255,.72); backdrop-filter: blur(14px); padding: 13px 15px; border-radius: 17px; box-shadow: var(--np-shadow-soft); color: var(--np-navy); font-weight: 900; }
.np-elite-floating .np-icon { color: var(--np-gold); }
.np-elite-floating-a { left: 4%; top: 105px; }
.np-elite-floating-b { right: 1%; bottom: 165px; }
.np-elite-logo-strip { background: var(--np-navy); color: rgba(255,255,255,.82); font-weight: 900; letter-spacing:.02em; }
.np-elite-logo-strip .np-container { min-height: 58px; display:flex; align-items:center; justify-content:space-between; gap:18px; overflow:auto; scrollbar-width:none; }
.np-elite-logo-strip .np-container::-webkit-scrollbar { display:none; }
.np-elite-logo-strip span { white-space:nowrap; position:relative; padding-left: 18px; }
.np-elite-logo-strip span:before { content:"✦"; position:absolute; left:0; color: var(--np-gold-2); }
.np-trust-row-elite { box-shadow: 0 10px 40px rgba(6,25,54,.04); }
.np-collection-grid { display:grid; grid-template-columns: 1.15fr .85fr .85fr; gap: 22px; }
.np-collection-card { position:relative; min-height: 360px; border-radius: 26px; overflow:hidden; padding: 28px; display:flex; flex-direction:column; justify-content:flex-end; color:#fff; box-shadow: var(--np-shadow); isolation:isolate; }
.np-collection-large { min-height: 460px; }
.np-collection-card:after { content:""; position:absolute; inset:0; z-index:-1; background: linear-gradient(180deg, transparent 20%, rgba(6,25,54,.78) 100%); }
.np-collection-card img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; z-index:-2; transition: transform .55s ease; }
.np-collection-card:hover img { transform: scale(1.06); }
.np-collection-card span { display:inline-flex; width:max-content; padding: 8px 11px; border-radius:999px; background: rgba(255,255,255,.18); backdrop-filter: blur(10px); border:1px solid rgba(255,255,255,.18); font-weight:900; font-size:12px; text-transform:uppercase; letter-spacing:.1em; margin-bottom: 12px; }
.np-collection-card strong { font-family:"Playfair Display", Georgia, serif; font-size: clamp(25px, 3vw, 38px); line-height:1.05; letter-spacing:-.04em; max-width: 440px; }
.np-product-grid-elite { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.np-elite-products-section { background: linear-gradient(180deg, rgba(255,255,255,.5), rgba(255,248,237,.72)); }
.np-elite-story-wrap { padding: 18px 0 54px; }
.np-elite-story { display:grid; grid-template-columns: .9fr 1.1fr; gap: 34px; align-items:center; background:#fff; border:1px solid var(--np-line); border-radius: 30px; padding: 22px; box-shadow: var(--np-shadow); }
.np-elite-story-image { border-radius: 24px; overflow:hidden; min-height: 440px; }
.np-elite-story-image img { width:100%; height:100%; object-fit:cover; }
.np-elite-story-copy { padding: clamp(8px, 3vw, 34px); }
.np-elite-story-copy h2, .np-comparison-grid h2 { font-family:"Playfair Display", Georgia, serif; color: var(--np-navy); font-size: clamp(34px, 4.3vw, 58px); letter-spacing:-.05em; line-height:1; margin:0 0 18px; }
.np-elite-story-copy p, .np-comparison-grid p { color:#344054; line-height:1.75; font-size:17px; }
.np-story-checks { display:grid; gap: 12px; margin: 22px 0 26px; }
.np-story-checks div { display:flex; align-items:center; gap: 12px; color: var(--np-navy); font-weight: 850; }
.np-story-checks .np-icon { color: var(--np-gold); }
.np-elite-promo { grid-template-columns: .72fr 1fr .8fr; }
.np-category-grid-elite { grid-template-columns: repeat(6, 1fr); }
.np-elite-comparison { background: #fff; border-top:1px solid var(--np-line); border-bottom:1px solid var(--np-line); }
.np-comparison-grid { display:grid; grid-template-columns: .95fr 1.05fr; gap: 50px; align-items:center; }
.np-comparison-card { display:grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.np-comparison-card div { background: linear-gradient(180deg,#fff,#fff8ed); border:1px solid var(--np-line); border-radius: 20px; padding: 24px; box-shadow: var(--np-shadow-soft); }
.np-comparison-card strong { display:block; color: var(--np-navy); font-size: 18px; margin-bottom: 8px; }
.np-comparison-card span { color: var(--np-muted); line-height:1.55; }
.np-elite-newsletter { background: radial-gradient(circle at 75% 20%, rgba(199,155,55,.25), transparent 28%), linear-gradient(135deg, #041326, #0b2d61); }
.np-product-assurance { display:grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 18px 0; }
.np-product-assurance div { display:flex; align-items:center; gap:8px; background:#fff8ed; border:1px solid var(--np-line); border-radius: 14px; padding: 12px; color: var(--np-navy); font-weight:800; font-size:13px; }
.np-product-assurance .np-icon { width:20px; height:20px; color: var(--np-gold); }
.np-shop-after-trust { margin-top: 28px; background: #fff8ed; border:1px solid rgba(199,155,55,.28); border-radius: 18px; padding: 18px 20px; color: var(--np-navy); box-shadow: var(--np-shadow-soft); }
.np-shop-after-trust strong { color: var(--np-gold); }
.np-track-card, .np-size-card, .np-legal-card { background:#fff; border:1px solid var(--np-line); border-radius:24px; padding: clamp(24px, 4vw, 44px); box-shadow: var(--np-shadow-soft); margin-bottom:70px; }
.np-size-table { width:100%; border-collapse:separate; border-spacing:0; overflow:hidden; border-radius:18px; border:1px solid var(--np-line); }
.np-size-table th, .np-size-table td { padding: 15px 16px; border-bottom:1px solid var(--np-line); text-align:left; }
.np-size-table th { background:#fff8ed; color:var(--np-navy); }
.np-size-table tr:last-child td { border-bottom:0; }

@media (max-width: 1120px) {
  .np-elite-hero-grid { grid-template-columns: 1fr; min-height:0; }
  .np-elite-visual { min-height: 600px; }
  .np-collection-grid { grid-template-columns: 1fr 1fr; }
  .np-collection-large { grid-column: 1 / -1; }
  .np-category-grid-elite { grid-template-columns: repeat(3, 1fr); }
  .np-elite-promo { grid-template-columns: 1fr; }
}
@media (max-width: 782px) {
  .np-elite-hero-grid { padding: 44px 0 48px; gap: 24px; }
  .np-elite-copy h1 { font-size: clamp(42px, 12vw, 62px); }
  .np-elite-stats { grid-template-columns: 1fr 1fr 1fr; gap:8px; }
  .np-elite-stats div { padding: 13px 10px; border-radius:14px; }
  .np-elite-stats strong { font-size: 20px; }
  .np-elite-stats span { font-size: 11px; }
  .np-elite-visual { min-height: 390px; }
  .np-elite-main-image { width: 84%; height: 300px; top: 0; }
  .np-elite-mini-one { width: 42%; height: 155px; bottom: 12px; }
  .np-elite-mini-two { width: 38%; height: 135px; bottom: 0; right: 4%; }
  .np-elite-floating { display:none; }
  .np-elite-logo-strip .np-container { justify-content:flex-start; font-size: 13px; }
  .np-collection-grid, .np-elite-story, .np-comparison-grid, .np-comparison-card { grid-template-columns: 1fr; }
  .np-collection-card, .np-collection-large { min-height: 310px; }
  .np-product-grid-elite { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .np-elite-story-image { min-height: 260px; }
  .np-category-grid-elite { grid-template-columns: repeat(3, 1fr); }
  .np-product-assurance { grid-template-columns: 1fr; }
}
@media (max-width: 430px) {
  .np-category-grid-elite { grid-template-columns: repeat(2, 1fr); }
}
.np-existing-content { margin-top: 0; }
.np-track-card .np-prose, .np-size-card .np-prose { box-shadow: none; border-radius: 18px; margin-bottom: 24px; }

/* NuvaPaws Elite Pro v2.1 mobile full-width responsive hotfix */
html, body { max-width: 100%; overflow-x: hidden; }
body { width: 100%; }
.nuvapaws-pro-theme, .site-main, .np-site-header, .np-footer, section { max-width: 100%; }
.np-container { max-width: calc(100vw - 40px); }
.np-header-inner, .np-elite-hero-grid, .np-product-grid, .np-product-grid-elite, .np-collection-grid, .np-category-grid, .np-category-grid-elite, .np-footer-grid, .np-benefits-grid { min-width: 0; }
.np-product-card, .np-collection-card, .np-category-card, .np-benefit-card, .np-trust-grid > div { min-width: 0; }
.np-product-body h3, .np-footer p, .np-footer a, .np-trust-grid strong, .np-trust-grid span { overflow-wrap: anywhere; }

@media (max-width: 782px) {
  .np-container { width: calc(100vw - 24px); max-width: calc(100vw - 24px); }
  .np-site-header { width: 100%; left: 0; right: 0; }
  .np-header-inner { grid-template-columns: 42px minmax(0, 1fr) auto; gap: 8px; padding: 9px 0; min-height: 64px; }
  .np-brand { min-width: 0; justify-content: center; overflow: hidden; }
  .brand-logo { font-size: 23px; gap: 6px; max-width: 100%; white-space: nowrap; }
  .brand-logo-icon { width: 25px; height: 25px; }
  .np-header-actions { gap: 4px; min-width: 0; }
  .np-icon-button { width: 40px; height: 40px; }
  .np-cart-link { flex: 0 0 40px; }
  .nuvapaws-cart-count { top: 1px; right: 0; }

  .np-elite-hero-grid { display: block; padding: 34px 0 38px; }
  .np-elite-copy { width: 100%; }
  .np-trust-pill { max-width: 100%; font-size: 12px; padding-right: 10px; }
  .np-avatar-stack img { width: 24px; height: 24px; }
  .np-elite-copy h1 { font-size: clamp(36px, 11.8vw, 54px); line-height: .98; max-width: 100%; }
  .np-elite-copy p, .np-hero p { font-size: 15.5px; line-height: 1.6; max-width: 100%; }
  .np-hero-actions { width: 100%; flex-direction: column; align-items: stretch; gap: 10px; margin-top: 24px; }
  .np-button, .np-hero-actions .np-link-arrow { width: 100%; min-height: 50px; justify-content: center; }

  .np-elite-stats { grid-template-columns: repeat(3, minmax(0, 1fr)); width: 100%; max-width: 100%; gap: 7px; margin-top: 20px; }
  .np-elite-stats div { min-width: 0; padding: 12px 7px; text-align: center; }
  .np-elite-stats strong { font-size: 18px; }
  .np-elite-stats span { font-size: 10px; line-height: 1.25; }

  .np-elite-visual { position: relative; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; min-height: auto; margin-top: 24px; width: 100%; }
  .np-elite-image-card { position: relative !important; inset: auto !important; right: auto !important; left: auto !important; top: auto !important; bottom: auto !important; width: 100% !important; height: auto !important; transform: none !important; border-width: 4px; border-radius: 22px; }
  .np-elite-main-image { grid-column: 1 / -1; }
  .np-elite-main-image img { aspect-ratio: 1.16 / 1; }
  .np-elite-mini-one img, .np-elite-mini-two img { aspect-ratio: 1 / .82; }
  .np-elite-floating { display: none !important; }

  .np-elite-logo-strip .np-container { width: 100%; max-width: 100%; padding: 0 12px; }
  .np-trust-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); width: 100%; }
  .np-trust-grid > div { min-height: 82px; align-items: flex-start; padding: 14px 8px; }
  .np-trust-grid .np-icon { flex: 0 0 22px; width: 22px; height: 22px; }

  .np-section { padding: 40px 0; }
  .np-section-head { gap: 10px; margin-bottom: 20px; }
  .np-section-head h2, .np-elite-story-copy h2, .np-comparison-grid h2, .np-faq-grid h2 { font-size: clamp(30px, 9.2vw, 42px); line-height: 1.02; }
  .np-collection-grid { grid-template-columns: 1fr; gap: 14px; }
  .np-collection-card, .np-collection-large { min-height: 270px; border-radius: 22px; padding: 22px; }
  .np-collection-card strong { font-size: 28px; }

  .np-product-grid, .np-product-grid-elite, .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 12px; width: 100%; }
  .np-product-card, .woocommerce ul.products li.product { border-radius: 16px; padding: 7px !important; }
  .np-product-media, .woocommerce ul.products li.product a img { aspect-ratio: 1 / 1; border-radius: 13px; }
  .np-product-body { padding: 12px 2px 2px; }
  .np-product-body h3, .woocommerce ul.products li.product .woocommerce-loop-product__title { font-size: 13.5px; min-height: 38px; }
  .np-rating { margin-top: 7px; font-size: 11px; gap: 4px; flex-wrap: wrap; }
  .np-stars { font-size: 12px; }
  .np-price, .woocommerce ul.products li.product .price { font-size: 17px !important; margin: 8px 0 10px !important; }
  .np-add-cart, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button { min-height: 40px; font-size: 12px !important; padding: 0 8px !important; }

  .np-elite-story, .np-summer-promo, .np-newsletter-large { border-radius: 22px; padding: 16px; }
  .np-elite-story-image { min-height: auto; }
  .np-elite-story-image img { aspect-ratio: 1.15 / 1; }
  .np-elite-story-copy { padding: 6px; }
  .np-story-checks div { align-items: flex-start; font-size: 14px; }
  .np-promo-image img { aspect-ratio: 1.2 / 1; }
  .np-promo-icons { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .np-promo-icons div { min-height: 76px; }

  .np-category-grid, .np-category-grid-elite { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px 8px; }
  .np-category-card span { width: min(28vw, 92px); height: min(28vw, 92px); }
  .np-category-card strong { font-size: 11.5px; line-height: 1.25; }

  .np-comparison-grid, .np-comparison-card, .np-faq-grid, .np-footer-grid, .np-benefits-grid, .np-about-grid, .np-contact-grid, .np-policy-grid { grid-template-columns: 1fr !important; }
  .np-comparison-card div, .np-testimonial-grid article, .np-contact-card, .np-contact-form, .np-policy-grid article { padding: 20px; }
  .np-newsletter-large form, .np-newsletter-card form { width: 100%; }
  .np-newsletter-large input, .np-newsletter-card input, .np-newsletter-large button, .np-newsletter-card button { width: 100%; }
  .np-footer { padding-bottom: 92px; }
  .np-mobile-bottom { width: 100%; left: 0; right: 0; }

  .np-page-hero h1, .np-shop-hero h1 { font-size: clamp(34px, 11vw, 50px); line-height: 1; }
  .np-prose, .np-track-card, .np-size-card, .np-legal-card { padding: 20px; border-radius: 20px; }
  .woocommerce div.product { overflow: hidden; }
}

@media (max-width: 370px) {
  .np-container { width: calc(100vw - 18px); max-width: calc(100vw - 18px); }
  .brand-logo { font-size: 20px; }
  .np-icon-button { width: 36px; height: 36px; }
  .np-product-grid, .np-product-grid-elite, .woocommerce ul.products { grid-template-columns: 1fr !important; }
  .np-category-grid, .np-category-grid-elite { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .np-elite-stats { grid-template-columns: 1fr; }
}
