:root {
    --np-bg: #f5f1e8;
    --np-surface: #ffffff;
    --np-surface-soft: #fcfaf6;
    --np-surface-tint: #f7f3eb;
    --np-text: #111827;
    --np-muted: #5f6f82;
    --np-border: rgba(17, 24, 39, 0.08);
    --np-border-strong: rgba(17, 24, 39, 0.14);
    --np-ink-accent: #17324f;
    --np-gold: #ffd76b;
    --np-gold-strong: #f0b14b;
    --np-orange: #ffa41c;
    --np-success: #137333;
    --np-shadow: 0 24px 70px rgba(15, 23, 42, 0.08);
}

body {
    background:
        radial-gradient(circle at top left, rgba(240, 177, 75, 0.16), transparent 24%),
        linear-gradient(180deg, #faf7f0 0%, #f5f1e8 100%);
}

.new-product-page {
    padding: 20px 0 56px;
}

.new-product-page-host {
    clear: both;
    overflow: visible;
    width: 100% !important;
}

.new-product-page-host > .content-wrap {
    width: 100%;
}

.new-product-page-host > .content-wrap > .container {
    max-width: 1320px !important;
    width: 100% !important;
}

.new-product-breadcrumbs {
    color: var(--np-muted);
    font-size: 13px;
    margin-bottom: 16px;
}

.new-product-breadcrumbs a {
    color: var(--np-ink-accent);
}

.new-product-hero {
    background: var(--np-surface);
    border: 1px solid var(--np-border);
    border-radius: 26px;
    box-shadow: var(--np-shadow);
    padding: 20px;
}

.new-product-grid {
    align-items: start;
    display: grid;
    gap: 20px;
    grid-template-areas: "media copy buy";
    grid-template-columns: 280px minmax(0, 1fr) 296px;
}

.new-product-media-column {
    display: grid;
    gap: 14px;
    grid-area: media;
}

.new-product-stage-shell {
    background: linear-gradient(180deg, #fffdf8 0%, #f6f1e7 100%);
    border: 1px solid #e8e0d1;
    border-radius: 20px;
    padding: 12px;
}

.new-product-stage-frame {
    align-items: center;
    background: #ffffff;
    border: 1px solid #efe7d9;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    min-height: 340px;
    overflow: hidden;
    padding: 18px 14px;
}

.new-product-stage-frame video {
    border-radius: 12px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
    max-height: 340px;
    max-width: 100%;
}

.new-product-stage-frame.is-image {
    min-height: 320px;
}

.new-product-stage-image {
    border-radius: 12px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
    display: block;
    height: auto;
    max-height: 286px;
    max-width: 200px;
    object-fit: contain;
    width: auto;
}

.new-product-video-launch {
    background: #0f172a;
    border: 0;
    border-radius: 12px;
    cursor: pointer;
    display: block;
    min-height: 360px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}

.new-product-video-launch img {
    border-radius: 0;
    box-shadow: none;
    display: block;
    height: 100%;
    max-height: none;
    object-fit: cover;
    width: 100%;
}

.new-product-video-launch::after {
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.04), rgba(15, 23, 42, 0.72));
    content: "";
    inset: 0;
    position: absolute;
}

.new-product-video-launch-icon {
    align-items: center;
    backdrop-filter: blur(6px);
    background: rgba(255, 255, 255, 0.16);
    border: 2px solid rgba(255, 255, 255, 0.78);
    border-radius: 999px;
    color: #ffffff;
    display: inline-flex;
    font-size: 26px;
    height: 72px;
    justify-content: center;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 72px;
    z-index: 1;
}

.new-product-video-launch-badge {
    background: rgba(255, 255, 255, 0.94);
    border-radius: 999px;
    bottom: 14px;
    color: var(--np-text);
    font-size: 12px;
    font-weight: 800;
    left: 14px;
    padding: 10px 14px;
    position: absolute;
    z-index: 1;
}

.new-product-video-launch-fallback {
    align-items: center;
    color: #ffffff;
    display: flex;
    font-size: 18px;
    font-weight: 800;
    height: 100%;
    justify-content: center;
    min-height: 360px;
    padding: 24px;
    position: relative;
    z-index: 1;
}

.new-product-stage-caption {
    color: var(--np-muted);
    font-size: 13px;
    line-height: 1.55;
    margin-top: 10px;
    min-height: 20px;
}

.new-product-gallery-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.new-product-thumb {
    background: #fff;
    border: 2px solid transparent;
    border-radius: 16px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
    cursor: pointer;
    overflow: hidden;
    padding: 0;
    position: relative;
    transition: border-color 0.18s ease, transform 0.18s ease;
    width: 64px;
}

.new-product-thumb:hover,
.new-product-thumb.is-active {
    border-color: var(--np-gold-strong);
    transform: translateY(-1px);
}

.new-product-thumb img {
    display: block;
    height: 74px;
    object-fit: cover;
    width: 100%;
}

.new-product-thumb-badge {
    background: rgba(17, 24, 39, 0.78);
    border-radius: 999px;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    left: 6px;
    letter-spacing: 0.06em;
    padding: 3px 6px;
    position: absolute;
    text-transform: uppercase;
    top: 6px;
}

.new-product-sample-link {
    align-items: center;
    background: #ffffff;
    border: 1px solid var(--np-border-strong);
    border-radius: 999px;
    cursor: pointer;
    color: var(--np-text);
    display: inline-flex;
    font-size: 15px;
    font-weight: 800;
    justify-content: center;
    min-height: 48px;
    text-decoration: none;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.new-product-sample-link:hover {
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.08);
    color: var(--np-text);
    text-decoration: none;
    transform: translateY(-1px);
}

.new-product-copy {
    grid-area: copy;
    max-width: 690px;
    min-width: 0;
}

.new-product-badge {
    background: #fff3d7;
    border: 1px solid #ffd996;
    border-radius: 999px;
    color: #8a5800;
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    padding: 8px 12px;
    text-transform: uppercase;
}

.new-product-title {
    color: var(--np-text);
    font-size: 22px;
    font-weight: 800;
    line-height: 1.38;
    margin: 14px 0 8px;
}

.new-product-byline {
    color: var(--np-ink-accent);
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 12px;
}

.new-product-byline strong {
    color: var(--np-text);
}

.new-product-byline a,
.new-product-buy-meta a {
    color: #0b5d87;
    font-weight: 800;
    text-decoration: none;
}

.new-product-byline a:hover,
.new-product-buy-meta a:hover {
    color: #06233f;
    text-decoration: underline;
}

.product-authors {
    display: grid;
    gap: 10px;
    margin: 12px 0 14px;
}

.author-mini {
    align-items: center;
    background: #fbfcff;
    border: 1px solid #dce9f3;
    border-radius: 16px;
    display: grid;
    gap: 12px;
    grid-template-columns: 52px minmax(0, 1fr);
    max-width: 430px;
    padding: 9px 11px;
}

.author-mini img {
    border-radius: 999px;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.12);
    height: 52px;
    object-fit: cover;
    width: 52px;
}

.author-mini a {
    color: #06233f;
    display: inline-flex;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.25;
    text-decoration: none;
}

.author-mini a:hover {
    color: #0b5d87;
    text-decoration: underline;
}

.author-mini span {
    color: #52657a;
    display: block;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.45;
    margin-top: 2px;
}

.new-product-kv {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

.new-product-kv span {
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 999px;
    color: #324155;
    font-size: 12px;
    font-weight: 700;
    padding: 8px 12px;
}

.new-product-teaser {
    color: #334155;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 14px;
}

.new-product-overview-card {
    margin-bottom: 18px;
}

.new-product-overview-card h2 {
    color: var(--np-text);
    font-size: 18px;
    font-weight: 800;
    margin: 0 0 12px;
}

.new-product-overview-body {
    color: #314256;
    font-size: 15px;
    line-height: 1.72;
    overflow: hidden;
    position: relative;
    transition: max-height 0.24s ease;
}

.new-product-overview-body h3 {
    color: var(--np-ink-accent);
    font-size: 18px;
    margin: 18px 0 10px;
}

.new-product-overview-body p {
    margin-bottom: 14px;
}

.new-product-overview-body .new-product-rich-list {
    display: grid;
    gap: 8px;
    list-style: none;
    margin: 0 0 14px;
    padding: 0;
}

.new-product-overview-body .new-product-rich-list li {
    background: #faf8f2;
    border: 1px solid #ede6d8;
    border-radius: 14px;
    padding: 10px 12px;
}

.new-product-overview-body.is-collapsed {
    max-height: 180px;
}

.new-product-overview-body.is-collapsed::after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    bottom: 0;
    content: "";
    height: 82px;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
}

.new-product-readmore {
    background: none;
    border: 0;
    color: var(--np-ink-accent);
    cursor: pointer;
    font-size: 16px;
    font-weight: 800;
    margin-top: 10px;
    padding: 0;
}

.new-product-readmore[hidden] {
    display: none;
}

.new-product-hashtags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}

.new-product-hashtags a,
.new-product-hashtags span {
    background: #eef4ff;
    border: 1px solid #dae6ff;
    border-radius: 999px;
    color: #33578d;
    display: inline-flex;
    font-size: 12px;
    font-weight: 700;
    padding: 8px 12px;
}

.new-product-hashtags a:hover {
    background: #e2edff;
    color: #24456f;
}

.new-product-highlights {
    background: linear-gradient(180deg, #fbfcff 0%, #f5f8fc 100%);
    border: 1px solid #e2e8f0;
    border-radius: 22px;
    padding: 18px 20px;
}

.new-product-highlights h3 {
    color: var(--np-ink-accent);
    font-size: 17px;
    margin: 0 0 12px;
}

.new-product-highlights ul {
    display: grid;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.new-product-highlights li {
    color: #354454;
    line-height: 1.65;
    padding-left: 16px;
    position: relative;
}

.new-product-highlights li::before {
    background: var(--np-success);
    border-radius: 999px;
    content: "";
    height: 8px;
    left: 0;
    position: absolute;
    top: 10px;
    width: 8px;
}

.new-product-buy-box {
    background: var(--np-surface-soft);
    border: 1px solid #e8dcc0;
    border-radius: 20px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
    grid-area: buy;
    padding: 18px;
    position: sticky;
    top: 92px;
}

.new-product-price {
    align-items: baseline;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 10px;
}

.new-product-price ins {
    color: #9f3c00;
    font-size: 38px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
}

.new-product-price del {
    color: #6b7280;
    font-size: 18px;
}

.new-product-savings {
    color: var(--np-success);
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 10px;
}

.new-product-stock {
    color: var(--np-success);
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 14px;
}

.new-product-print-note {
    color: var(--np-muted);
    display: grid;
    font-size: 13px;
    gap: 2px;
    line-height: 1.6;
    margin: 0 0 14px;
}

.new-product-print-note span {
    color: var(--np-text);
    font-weight: 700;
}

.new-product-print-note a {
    color: #1d4ed8;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}

.new-product-buy-meta {
    border-top: 1px solid rgba(17, 24, 39, 0.08);
    display: grid;
    gap: 12px;
    margin-bottom: 18px;
    padding-top: 14px;
}

.new-product-buy-meta div {
    align-items: start;
    display: grid;
    gap: 3px;
    grid-template-columns: 78px minmax(0, 1fr);
}

.new-product-buy-meta strong {
    color: #4b5563;
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.new-product-buy-meta span {
    color: var(--np-text);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.55;
}

.new-product-actions {
    display: grid;
    gap: 10px;
    margin-bottom: 16px;
}

.new-product-btn {
    align-items: center;
    border: 0;
    border-radius: 999px;
    color: #111827;
    display: inline-flex;
    font-size: 15px;
    font-weight: 800;
    justify-content: center;
    min-height: 48px;
    padding: 12px 18px;
    text-decoration: none;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.new-product-btn:hover {
    color: #111827;
    text-decoration: none;
    transform: translateY(-1px);
}

.new-product-btn.is-hidden {
    display: none;
}

.new-product-btn.primary {
    background: linear-gradient(180deg, #ffd76b 0%, #f0b14b 100%);
    box-shadow: 0 12px 24px rgba(240, 177, 75, 0.22);
}

.new-product-btn.secondary {
    background: linear-gradient(180deg, #ffb344 0%, #ffa41c 100%);
    box-shadow: 0 12px 24px rgba(255, 164, 28, 0.18);
}

.new-product-btn.ghost {
    background: #ffffff;
    border: 1px solid var(--np-border-strong);
    box-shadow: none;
}

.new-product-buy-note {
    color: var(--np-muted);
    font-size: 13px;
    line-height: 1.7;
    margin: 0;
}

.new-product-floatbuy {
    background: rgba(255, 253, 248, 0.98);
    border: 1px solid #e8dcc0;
    border-radius: 22px;
    bottom: 18px;
    box-shadow: 0 24px 56px rgba(15, 23, 42, 0.18);
    max-width: 320px;
    opacity: 0;
    padding: 16px;
    pointer-events: none;
    position: fixed;
    right: 18px;
    transform: translateY(18px);
    transition: opacity 0.2s ease, transform 0.2s ease;
    width: min(320px, calc(100vw - 36px));
    z-index: 580;
}

.new-product-floatbuy.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.new-product-floatbuy-price {
    align-items: center;
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.new-product-floatbuy-price strong {
    color: #9f3c00;
    font-size: 28px;
    line-height: 1;
}

.new-product-floatbuy-price span {
    color: var(--np-muted);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5;
}

.new-product-floatbuy-actions {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1fr;
}

.new-product-video-modal[hidden] {
    display: none;
}

.new-product-video-modal {
    inset: 0;
    position: fixed;
    z-index: 720;
}

.new-product-video-modal-backdrop {
    background: rgba(15, 23, 42, 0.72);
    inset: 0;
    position: absolute;
}

.new-product-video-modal-dialog {
    left: 50%;
    max-width: min(960px, calc(100vw - 32px));
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.new-product-video-modal-shell {
    background: #0f172a;
    border-radius: 26px;
    box-shadow: 0 28px 80px rgba(15, 23, 42, 0.3);
    padding: 18px;
    position: relative;
}

.new-product-sample-modal[hidden] {
    display: none;
}

.new-product-sample-modal {
    inset: 0;
    position: fixed;
    z-index: 720;
}

.new-product-sample-modal-backdrop {
    background: rgba(15, 23, 42, 0.72);
    inset: 0;
    position: absolute;
}

.new-product-sample-modal-dialog {
    left: 50%;
    max-width: min(1100px, calc(100vw - 32px));
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.new-product-sample-modal-shell {
    background: #ffffff;
    border-radius: 26px;
    box-shadow: 0 28px 80px rgba(15, 23, 42, 0.3);
    padding: 18px;
    position: relative;
}

.new-product-sample-toolbar {
    align-items: center;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    margin-bottom: 14px;
    padding-right: 52px;
}

.new-product-sample-toolbar strong {
    color: var(--np-text);
    font-size: 20px;
    font-weight: 800;
}

.new-product-sample-toolbar a {
    color: var(--np-ink-accent);
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

.new-product-sample-frame {
    border: 1px solid #dde6ef;
    border-radius: 18px;
    height: min(76vh, 900px);
    overflow: hidden;
    width: 100%;
}

.new-product-sample-frame iframe {
    border: 0;
    display: block;
    height: 100%;
    width: 100%;
}

.new-product-video-modal-close {
    align-items: center;
    background: rgba(255, 255, 255, 0.12);
    border: 0;
    border-radius: 999px;
    color: #ffffff;
    cursor: pointer;
    display: inline-flex;
    font-size: 28px;
    height: 44px;
    justify-content: center;
    position: absolute;
    right: 14px;
    top: 14px;
    width: 44px;
    z-index: 1;
}

.new-product-video-modal-player {
    aspect-ratio: 16 / 9;
    background: #000000;
    border-radius: 18px;
    overflow: hidden;
    width: 100%;
}

.new-product-video-modal-player video {
    display: block;
    height: 100%;
    width: 100%;
}

body.new-product-overlay-open {
    overflow: hidden;
}

.new-product-sections {
    display: grid;
    gap: 20px;
    margin-top: 24px;
}

.new-product-section-card {
    background: var(--np-surface);
    border: 1px solid var(--np-border);
    border-radius: 24px;
    box-shadow: var(--np-shadow);
    padding: 24px;
}

.new-product-section-card h2 {
    color: var(--np-text);
    font-size: 24px;
    font-weight: 800;
    margin: 0 0 16px;
}

.new-product-section-eyebrow {
    color: #0b83ba;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.12em;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.new-product-inside-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}

.new-product-inside-item {
    align-items: start;
    background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
    border: 1px solid #dce9f3;
    border-radius: 18px;
    display: grid;
    gap: 12px;
    grid-template-columns: 24px minmax(0, 1fr);
    padding: 15px 16px;
}

.new-product-inside-item span {
    background: linear-gradient(180deg, #ffd76b 0%, #f0b14b 100%);
    border-radius: 999px;
    box-shadow: 0 8px 18px rgba(240, 177, 75, 0.22);
    height: 12px;
    margin-top: 7px;
    width: 12px;
}

.new-product-inside-item p {
    color: #314256;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.55;
    margin: 0;
}

.new-product-use-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.new-product-use-grid article {
    background: #fbfcff;
    border: 1px solid #dce9f3;
    border-radius: 22px;
    padding: 22px;
}

.new-product-use-grid h2 {
    font-size: 22px;
}

.new-product-use-grid p:last-child,
.new-product-topic-card p {
    color: #42566d;
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 0;
}

.new-product-topic-card {
    background: linear-gradient(135deg, #eef8ff 0%, #fff8e7 100%);
}

.new-product-topic-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.new-product-topic-links a {
    background: #ffffff;
    border: 1px solid #cfe3f5;
    border-radius: 999px;
    color: #0b5d87;
    font-size: 14px;
    font-weight: 800;
    padding: 10px 14px;
    text-decoration: none;
}

.new-product-topic-links a:hover {
    background: #f4fbff;
    color: #06233f;
    text-decoration: none;
}

.new-product-faq-list {
    display: grid;
    gap: 12px;
}

.new-product-faq-list details {
    background: #ffffff;
    border: 1px solid #e1e8f0;
    border-radius: 18px;
    padding: 16px 18px;
}

.new-product-faq-list summary {
    color: #06233f;
    cursor: pointer;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.45;
}

.new-product-faq-list p {
    color: #42566d;
    font-size: 16px;
    line-height: 1.7;
    margin: 12px 0 0;
}

.new-product-facts-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

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

.new-product-fact-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    padding: 18px;
}

.new-product-related-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    display: block;
    min-width: 0;
    padding: 14px;
}

.new-product-fact-card strong {
    color: var(--np-muted);
    display: block;
    font-size: 12px;
    letter-spacing: 0.08em;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.new-product-fact-card span {
    color: var(--np-text);
    display: block;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.45;
}

.new-product-related-card h3 {
    font-size: 14px;
    line-height: 1.45;
    margin: 0 0 10px;
}

.new-product-related-card img {
    border-radius: 12px;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.1);
    display: block;
    height: 210px;
    margin-bottom: 12px;
    max-height: 210px;
    object-fit: cover;
    object-position: top center;
    width: 100%;
}

.new-product-related-card .price {
    color: #9f3c00;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 10px;
}

.new-product-related-card .price del {
    color: #6b7280;
    font-size: 14px;
    margin-right: 8px;
}

.new-product-related-card .mini-link {
    color: var(--np-ink-accent);
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.shop.new-product-related-shop {
    margin: 4px -16px -20px 0;
}

.shop.new-product-related-shop .product {
    padding: 0 16px 20px 0;
    width: 25%;
}

.shop.new-product-related-shop .product-image {
    aspect-ratio: 4 / 5;
    background: #fff;
    border: 1px solid #dfe7ef;
    border-radius: 18px;
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.08);
}

.shop.new-product-related-shop .product-image > a,
.shop.new-product-related-shop .product-image img {
    height: 100%;
}

.shop.new-product-related-shop .product-image img {
    border-radius: 17px;
    object-fit: cover;
    object-position: top center;
}

.shop.new-product-related-shop .product-overlay {
    border-radius: 0 0 17px 17px;
}

.shop.new-product-related-shop .product-overlay a:hover {
    background-color: var(--np-success);
}

.shop.new-product-related-shop .product-desc {
    padding: 12px 2px 0;
}

.shop.new-product-related-shop .product-title {
    align-items: flex-start;
    display: flex;
    min-height: 46px;
}

.shop.new-product-related-shop .product-title h3 {
    font-size: 15px;
    font-weight: 800;
    line-height: 1.45;
    margin: 0;
}

.shop.new-product-related-shop .product-title h3 a {
    color: var(--np-success);
}

.shop.new-product-related-shop .product-title h3 a:hover {
    color: var(--np-ink-accent);
}

.shop.new-product-related-shop .product-price {
    color: #9f3c00;
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 0;
}

.shop.new-product-related-shop .product-price del {
    color: #6b7280;
    display: inline-block;
    font-size: 13px;
    margin-right: 6px;
}

.shop.new-product-related-shop .product-price ins {
    color: #9f3c00;
    text-decoration: none;
}

.new-product-mobile-buybar {
    display: none;
}

@media (max-width: 1360px) {
    .new-product-grid {
        grid-template-columns: 260px minmax(0, 1fr) 280px;
    }

    .new-product-copy {
        max-width: none;
    }

    .new-product-stage-frame {
        min-height: 360px;
    }

    .new-product-stage-image {
        max-height: 274px;
        max-width: 192px;
    }
}

@media (max-width: 1180px) {
    .new-product-grid {
        grid-template-areas:
            "media copy"
            "buy buy";
        grid-template-columns: 260px minmax(0, 1fr);
    }

    .new-product-buy-box {
        position: static;
    }

    .new-product-floatbuy {
        display: none;
    }
}

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

    .shop.new-product-related-shop .product {
        width: 50%;
    }
}

@media (max-width: 460px) {
    .shop.new-product-related-shop {
        margin-right: 0;
    }

    .shop.new-product-related-shop .product {
        padding-right: 0;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .new-product-page {
        padding: 16px 0 128px;
    }

    .new-product-hero,
    .new-product-section-card {
        border-radius: 22px;
        padding: 18px;
    }

    .new-product-grid {
        grid-template-areas:
            "media"
            "buy"
            "copy";
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .new-product-stage-frame {
        min-height: 320px;
    }

    .new-product-stage-image {
        max-height: 260px;
        max-width: 188px;
    }

    .new-product-video-launch,
    .new-product-video-launch-fallback {
        min-height: 320px;
    }

    .new-product-gallery-nav {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 2px;
    }

    .new-product-title {
        font-size: 26px;
    }

    .new-product-buy-box {
        padding-bottom: 20px;
    }

    .new-product-floatbuy {
        display: none;
    }

    .new-product-mobile-buybar {
        background: rgba(255, 253, 248, 0.98);
        border-top: 1px solid rgba(17, 24, 39, 0.08);
        bottom: 0;
        box-shadow: 0 -16px 36px rgba(15, 23, 42, 0.12);
        display: grid;
        gap: 10px;
        left: 0;
        padding: 12px 14px calc(12px + env(safe-area-inset-bottom));
        position: fixed;
        right: 0;
        z-index: 600;
    }

    .new-product-mobile-buytop {
        align-items: center;
        display: flex;
        justify-content: space-between;
        gap: 12px;
    }

    .new-product-mobile-price {
        color: var(--np-text);
        font-size: 15px;
        font-weight: 800;
    }

    .new-product-mobile-price strong {
        color: #9f3c00;
        font-size: 22px;
        margin-right: 8px;
    }

    .new-product-mobile-actions {
        display: grid;
        gap: 10px;
        grid-template-columns: 1fr 1fr;
    }

    .new-product-mobile-sample {
        background: none;
        border: 0;
        color: var(--np-ink-accent);
        cursor: pointer;
        font-size: 13px;
        font-weight: 800;
        padding: 0;
        text-align: center;
        text-decoration: none;
    }
}
