/* NUSA WooCommerce single-product CSS. Exact duplicate rules removed; cascade order preserved. */
body.single-product {
    --nusa-shop-blue: #246bfd;
    --nusa-shop-blue-soft: #edf4ff;
    --nusa-shop-green: #11b978;
    --nusa-shop-green-soft: #eefcf6;
    --nusa-shop-yellow: #f5a623;
    --nusa-shop-border: #dfe5ef;
    --nusa-shop-card: var(--nusa-surface, #fff);
    --nusa-shop-muted: #6b7280;
    --nusa-shop-heading: var(--nusa-text, #111827);
    --nusa-shop-radius: 11px;
    background: var(--nusa-bg, #fff);
}
body.single-product .nusa-header {
    position: sticky;
}
body.single-product .nusa-product-page {
    min-height: 60vh;
}
.nusa-product-hero {
    position: relative;
    padding: 26px 0 56px;
    background:
        linear-gradient(rgba(218,229,248,.42) 1px, transparent 1px),
        linear-gradient(90deg, rgba(218,229,248,.42) 1px, transparent 1px),
        linear-gradient(180deg, #f5f9ff 0, #fff 76%);
    background-size: 28px 28px, 28px 28px, auto;
}
:root[data-nusa-theme="dark"] .nusa-product-hero {
    background:
        linear-gradient(rgba(70,89,120,.16) 1px, transparent 1px),
        linear-gradient(90deg, rgba(70,89,120,.16) 1px, transparent 1px),
        linear-gradient(180deg, #101a2d 0, var(--nusa-bg) 76%);
}
.nusa-product-breadcrumb {
    width: min(100%, 960px);
    margin: 0 auto 18px;
}
.nusa-product-breadcrumb .woocommerce-breadcrumb {
    margin: 0;
    color: #7a8494;
    font-size: 11px;
    line-height: 1.5;
}
.nusa-product-breadcrumb .woocommerce-breadcrumb a {
    color: #7a8494;
    text-decoration: none;
}
.nusa-breadcrumb-separator {
    display: inline-block;
    margin: 0 7px;
    color: #b2bac7;
}
.nusa-product-layout {
    width: min(100%, 960px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 292px minmax(0, 1fr);
    gap: 20px;
    align-items: start;
}
.nusa-product-sidebar,
.nusa-order-column {
    min-width: 0;
}
.nusa-product-identity,
.nusa-detail-card,
.nusa-step-card,
.nusa-secure-note {
    background: var(--nusa-shop-card);
    border: 1px solid var(--nusa-shop-border);
    border-radius: var(--nusa-shop-radius);
}
.nusa-product-identity {
    padding: 18px;
}
.nusa-product-identity__image {
    width: 64px;
    height: 64px;
    border: 1px solid #e3e8ef;
    border-radius: 12px;
    display: grid;
    place-items: center;
    overflow: hidden;
    background: #fff;
    margin-bottom: 13px;
}
.nusa-product-identity__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 6px;
}
.nusa-product-identity__title {
    margin: 0 0 8px;
    color: var(--nusa-shop-heading);
    font-size: 19px;
    line-height: 1.3;
    letter-spacing: -.025em;
}
.nusa-product-identity__meta {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
    font-size: 11px;
}
.nusa-rating-number {
    color: #3f4754;
    font-weight: 700;
}
:root[data-nusa-theme="dark"] .nusa-rating-number { color: #dbe5f4; }
.nusa-stars {
    color: var(--nusa-shop-yellow);
    letter-spacing: 1px;
    font-size: 10px;
    line-height: 1;
}
.nusa-review-link {
    color: #8c95a4;
    text-decoration: none;
}
.nusa-product-badges {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    margin-top: 10px;
}
.nusa-status-badge {
    min-height: 22px;
    padding: 3px 7px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 10px;
    line-height: 1.2;
    font-weight: 650;
}
.nusa-status-badge--ready {
    color: #15845c;
    background: #eefaf5;
}
.nusa-status-badge--guarantee {
    color: #1d6de8;
    background: #eef5ff;
}
.nusa-status-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: currentColor;
}
.nusa-shield-icon {
    width: 13px;
    height: 13px;
    border: 1px solid currentColor;
    border-radius: 50%;
    display: inline-grid;
    place-items: center;
    font-size: 8px;
}
.nusa-detail-card {
    margin-top: 12px;
    overflow: hidden;
}
.nusa-detail-tabs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-bottom: 1px solid var(--nusa-shop-border);
}
.nusa-detail-tab {
    appearance: none;
    border: 0;
    border-bottom: 2px solid transparent;
    background: transparent;
    color: #758091;
    min-height: 42px;
    padding: 8px 5px;
    cursor: pointer;
    font-size: 11px;
    font-weight: 650;
}
.nusa-detail-tab.is-active {
    color: var(--nusa-shop-blue);
    border-bottom-color: var(--nusa-shop-blue);
}
.nusa-detail-panel {
    padding: 15px 14px 16px;
}
.nusa-benefit-list {
    display: grid;
    gap: 12px;
}
.nusa-benefit-row {
    display: grid;
    grid-template-columns: 18px 1fr;
    gap: 8px;
    align-items: start;
}
.nusa-check-icon {
    color: #16be7b;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.4;
}
.nusa-benefit-row strong {
    display: block;
    color: var(--nusa-shop-heading);
    font-size: 11px;
    line-height: 1.45;
}
.nusa-benefit-row p,
.nusa-detail-copy,
.nusa-detail-empty {
    color: #778293;
    font-size: 10px;
    line-height: 1.5;
}
.nusa-benefit-row p {
    margin: 2px 0 0;
}
.nusa-detail-copy p:first-child { margin-top: 0; }
.nusa-detail-copy p:last-child { margin-bottom: 0; }
.nusa-product-description img { border-radius: 8px; }
.nusa-secure-note {
    margin-top: 12px;
    padding: 12px 13px;
    display: flex;
    gap: 8px;
    align-items: flex-start;
    color: #7b8795;
    font-size: 9px;
    line-height: 1.45;
}
.nusa-secure-note__icon {
    color: #16b879;
    font-size: 12px;
}
.nusa-buy-form {
    display: grid;
    gap: 12px;
}
.nusa-step-card {
    overflow: hidden;
}
.nusa-step-header {
    min-height: 46px;
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 11px 17px;
    border-bottom: 1px solid var(--nusa-shop-border);
}
.nusa-step-number {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    display: inline-grid;
    place-items: center;
    flex: 0 0 auto;
    background: var(--nusa-pay-button-color, var(--nusa-shop-blue));
    color: #fff;
    font-size: 10px;
    font-weight: 800;
}
.nusa-step-header h2 {
    margin: 0;
    color: var(--nusa-shop-heading);
    font-size: 13px;
    line-height: 1.35;
    font-weight: 700;
}
.nusa-step-body {
    padding: 15px 17px 17px;
}
.nusa-variation-groups {
    display: grid;
    gap: 14px;
}
.nusa-variation-group {
    display: grid;
    gap: 7px;
}
.nusa-field-label,
.nusa-form-field > .nusa-field-label {
    display: block;
    color: #4c5564;
    font-size: 10px;
    line-height: 1.4;
    font-weight: 700;
}
:root[data-nusa-theme="dark"] .nusa-field-label,
:root[data-nusa-theme="dark"] .nusa-form-field > .nusa-field-label { color: #d1d9e6; }
.nusa-variant-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.nusa-variant-choice {
    position: relative;
    min-width: 86px;
    min-height: 40px;
    padding: 7px 11px;
    border: 1px solid #dce3ed;
    border-radius: 8px;
    background: var(--nusa-shop-card);
    color: #46505e;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
    cursor: pointer;
    text-align: left;
    transition: border-color .15s ease, box-shadow .15s ease, background .15s ease;
}
.nusa-variant-choice:hover {
    border-color: #9bbcfb;
}
.nusa-variant-choice.is-selected {
    border-color: var(--nusa-shop-blue);
    background: #f7faff;
    box-shadow: inset 0 0 0 1px rgba(36,107,253,.05);
}
:root[data-nusa-theme="dark"] .nusa-variant-choice.is-selected {
    background: rgba(36,107,253,.12);
}
.nusa-variant-choice:disabled,
.nusa-variant-choice.is-disabled {
    opacity: .45;
    cursor: not-allowed;
    text-decoration: line-through;
}
.nusa-variant-choice__check {
    display: none;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: var(--nusa-shop-blue);
    color: #fff;
    font-size: 8px;
    line-height: 13px;
    text-align: center;
}
.nusa-variant-choice.is-selected .nusa-variant-choice__check {
    display: inline-block;
}
.nusa-variant-choice__name {
    font-size: 10px;
    line-height: 1.25;
    font-weight: 650;
}
.nusa-variant-choice__price {
    color: var(--nusa-shop-blue);
    font-size: 8px;
    line-height: 1.2;
    font-weight: 700;
    white-space: nowrap;
}
.nusa-variant-choice__price .woocommerce-Price-amount {
    color: inherit;
}
.nusa-variant-choice--static {
    cursor: default;
}
.nusa-native-variation-select select {
    width: 100%;
    height: 38px;
    border: 1px solid #dce3ed;
    border-radius: 7px;
    background: var(--nusa-shop-card);
    color: var(--nusa-shop-heading);
    padding: 0 10px;
    font-size: 11px;
}
.nusa-buy-form.is-enhanced .nusa-native-variation-select {
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}
.reset_variations {
    width: max-content;
    color: #7c8798;
    font-size: 9px;
    text-decoration: none;
}
.nusa-buyer-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}
.nusa-form-field {
    display: grid;
    gap: 6px;
}
.nusa-form-field--phone {
    margin-top: 13px;
}
.nusa-input-wrap,
.nusa-phone-wrap {
    height: 36px;
    display: flex;
    align-items: center;
    border: 1px solid #dfe5ed;
    border-radius: 7px;
    background: var(--nusa-shop-card);
    overflow: hidden;
}
.nusa-input-wrap:focus-within,
.nusa-phone-wrap:focus-within {
    border-color: #8bb4ff;
    box-shadow: 0 0 0 2px rgba(36,107,253,.08);
}
.nusa-input-icon {
    width: 31px;
    flex: 0 0 31px;
    text-align: center;
    color: #98a2b1;
    font-size: 11px;
}
.nusa-input-wrap input,
.nusa-phone-wrap input {
    width: 100%;
    min-width: 0;
    height: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--nusa-shop-heading);
    padding: 0 9px 0 0;
    font-size: 10px;
}
.nusa-input-wrap input::placeholder,
.nusa-phone-wrap input::placeholder {
    color: #a8b1be;
}
.nusa-country-code {
    min-width: 55px;
    height: 100%;
    display: inline-flex;
    align-items: center;
    padding: 0 10px;
    border-right: 1px solid #e3e8ef;
    color: #566171;
    font-size: 10px;
}
.nusa-phone-wrap input {
    padding-left: 10px;
}
.nusa-form-field small {
    color: #8a94a3;
    font-size: 8px;
    line-height: 1.4;
}
.nusa-payment-body {
    display: grid;
    gap: 13px;
}
.nusa-payment-group {
    display: grid;
    gap: 6px;
}
.nusa-payment-label {
    color: #858f9e;
    font-size: 8px;
    line-height: 1.4;
    font-weight: 700;
}
.nusa-payment-options {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.nusa-payment-option {
    min-width: 74px;
    min-height: 39px;
    padding: 6px 9px;
    border: 1px solid #dfe5ed;
    border-radius: 8px;
    background: var(--nusa-shop-card);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    cursor: pointer;
    transition: .15s ease;
}
.nusa-payment-option:hover,
.nusa-payment-option.is-selected {
    border-color: var(--nusa-shop-blue);
    background: #f7faff;
}
:root[data-nusa-theme="dark"] .nusa-payment-option.is-selected {
    background: rgba(36,107,253,.12);
}
.nusa-payment-option input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.nusa-payment-logo img {
    max-height: 22px;
    max-width: 70px;
    width: auto;
}
.nusa-payment-fallback {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 33px;
    min-height: 20px;
    border-radius: 4px;
    background: #f0f4fa;
    color: #4e5969;
    font-size: 8px;
    font-weight: 800;
}
.nusa-payment-name {
    display: none;
    color: #475365;
    font-size: 9px;
    font-weight: 650;
}
.nusa-payment-option:has(.nusa-payment-fallback) .nusa-payment-name {
    display: inline;
}
.nusa-payment-empty {
    display: grid;
    gap: 3px;
    padding: 11px 12px;
    border-radius: 8px;
    background: #f7f9fc;
    color: #758091;
    font-size: 9px;
}
.nusa-payment-empty strong {
    color: var(--nusa-shop-heading);
    font-size: 10px;
}
.nusa-coupon-head {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #7f8998;
    font-size: 8px;
    font-weight: 700;
}
.nusa-coupon-head a {
    margin-left: auto;
    color: var(--nusa-shop-blue);
    text-decoration: none;
    font-size: 8px;
    font-weight: 650;
}
.nusa-tag-icon { color: #6f7a8a; }
.nusa-coupon-row {
    display: grid;
    grid-template-columns: 1fr auto;
    margin-top: 8px;
    border: 1px solid #dfe5ed;
    border-radius: 7px;
    overflow: hidden;
}
.nusa-coupon-row input {
    height: 35px;
    border: 0;
    outline: 0;
    background: var(--nusa-shop-card);
    color: var(--nusa-shop-heading);
    padding: 0 10px;
    font-size: 9px;
}
.nusa-coupon-apply {
    border: 0;
    border-left: 1px solid #dfe5ed;
    background: var(--nusa-shop-card);
    color: #6f7b8b;
    padding: 0 13px;
    font-size: 9px;
    font-weight: 650;
    cursor: pointer;
}
.nusa-coupon-apply:hover { color: var(--nusa-shop-blue); }
.nusa-coupon-status {
    min-height: 12px;
    margin: 4px 0 0;
    color: #728092;
    font-size: 8px;
}
.nusa-price-summary {
    margin-top: 11px;
    padding-top: 11px;
    border-top: 1px solid #edf0f4;
}
.nusa-summary-row,
.nusa-summary-total {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 16px;
}
.nusa-summary-row {
    min-height: 22px;
    color: #737e8e;
    font-size: 9px;
}
.nusa-summary-row strong {
    color: #5d6878;
    font-size: 9px;
    font-weight: 650;
    text-align: right;
}
.nusa-summary-row--saving,
.nusa-summary-row--saving strong {
    color: #10b877;
}
.nusa-summary-divider {
    height: 1px;
    background: #edf0f4;
    margin: 8px 0 10px;
}
.nusa-summary-total {
    color: var(--nusa-shop-heading);
    font-size: 11px;
    font-weight: 700;
}
.nusa-summary-total-value {
    color: var(--nusa-shop-blue);
    font-size: 16px;
    line-height: 1;
}
.nusa-summary-note {
    margin-top: 6px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 4px;
    color: #38ae7d;
    font-size: 7px;
}
.nusa-variation-runtime,
.nusa-simple-submit {
    margin-top: -12px;
    padding: 0 17px 17px;
    background: var(--nusa-shop-card);
    border: 1px solid var(--nusa-shop-border);
    border-top: 0;
    border-radius: 0 0 var(--nusa-shop-radius) var(--nusa-shop-radius);
}
.nusa-summary-card {
    border-radius: var(--nusa-shop-radius) var(--nusa-shop-radius) 0 0;
    border-bottom: 0;
}
.nusa-variation-runtime .woocommerce-variation {
    display: none !important;
}
.nusa-pay-button,
body.single-product .nusa-pay-button.button.alt {
    width: 100%;
    min-height: 42px;
    border: 0;
    border-radius: 6px;
    background: var(--nusa-shop-blue);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 7px 16px;
    box-shadow: none;
    cursor: pointer;
    text-transform: none;
}
.nusa-pay-button:hover,
body.single-product .nusa-pay-button.button.alt:hover {
    background: #155bed;
    color: #fff;
}
.nusa-pay-button.disabled,
.nusa-pay-button:disabled,
body.single-product .nusa-pay-button.button.alt.disabled {
    opacity: .55;
    cursor: not-allowed;
}
.nusa-pay-button span {
    font-size: 10px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: .01em;
}
.nusa-pay-button small {
    margin-top: 2px;
    color: rgba(255,255,255,.78);
    font-size: 6.5px;
    line-height: 1.1;
    font-weight: 500;
}
.nusa-standard-cart-fallback .cart,
.nusa-standard-cart-fallback form.cart {
    margin: 0;
}
body.single-product .woocommerce-notices-wrapper,
body.single-product > .woocommerce-notices-wrapper {
    width: min(calc(100% - 40px), 960px);
    margin: 14px auto 0;
}
body.single-product .woocommerce-error,
body.single-product .woocommerce-message,
body.single-product .woocommerce-info {
    border-radius: 8px;
    font-size: 12px;
}
body.single-product {
    --nusa-product-title-size: 20px;
    --nusa-product-title-line: 27.5px;
    --nusa-product-title-track: -0.5px;
    --nusa-detail-heading-size: 14px;
    --nusa-detail-heading-line: 20px;
    --nusa-paragraph-size: 12px;
    --nusa-paragraph-line: 16px;
    --nusa-step-title-size: 16px;
    --nusa-step-title-line: 24px;
    --nusa-control-size: 14px;
    --nusa-control-line: 20px;
    --nusa-total-size: 20px;
    --nusa-total-line: 28px;
    --nusa-total-track: -0.5px;
}
.nusa-product-identity__title {
    font-size: var(--nusa-product-title-size);
    line-height: var(--nusa-product-title-line);
    letter-spacing: var(--nusa-product-title-track);
}
.nusa-detail-tab,
.nusa-benefit-row strong,
.nusa-detail-copy h2,
.nusa-detail-copy h3 {
    font-size: var(--nusa-detail-heading-size);
    line-height: var(--nusa-detail-heading-line);
}
.nusa-benefit-row p,
.nusa-detail-copy,
.nusa-detail-copy p,
.nusa-detail-empty,
.nusa-secure-note,
.nusa-form-field small {
    font-size: var(--nusa-paragraph-size);
    line-height: var(--nusa-paragraph-line);
}
.nusa-step-header h2 {
    font-size: var(--nusa-step-title-size);
    line-height: var(--nusa-step-title-line);
}
.nusa-field-label,
.nusa-form-field > .nusa-field-label,
.nusa-variant-choice__name,
.nusa-variant-choice__price,
.nusa-native-variation-select select,
.nusa-input-wrap input,
.nusa-phone-wrap input,
.nusa-country-code,
.nusa-coupon-row input,
.nusa-summary-row,
.nusa-summary-row strong,
.nusa-summary-total {
    font-size: var(--nusa-control-size);
    line-height: var(--nusa-control-line);
}
.nusa-summary-total-value {
    font-size: var(--nusa-total-size);
    line-height: var(--nusa-total-line);
    letter-spacing: var(--nusa-total-track);
}
.nusa-payment-label,
.nusa-payment-name,
.nusa-coupon-head,
.nusa-coupon-head a,
.nusa-coupon-apply,
.nusa-coupon-status,
.reset_variations {
    font-size: 12px;
    line-height: 16px;
}
.nusa-payment-fallback {
    font-size: 10px;
    line-height: 14px;
}
.nusa-summary-saving-badge {
    width: max-content;
    margin: 7px 0 0 auto;
    padding: 3px 7px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    border: 1px solid rgba(17, 185, 120, .18);
    border-radius: 999px;
    background: var(--nusa-shop-green-soft);
    color: #0d9f68;
    font-size: 10px;
    line-height: 14.3px;
    font-weight: 700;
    white-space: nowrap;
}
.nusa-summary-saving-badge[hidden] {
    display: none !important;
}
.nusa-summary-saving-badge strong {
    color: inherit;
    font: inherit;
}
.nusa-pay-button span {
    font-size: 12px;
    line-height: 16px;
    font-weight: 800;
    letter-spacing: 0;
}
.nusa-pay-button small {
    margin-top: 2px;
    color: rgba(255,255,255,.84);
    font-size: 10px;
    line-height: 14px;
    font-weight: 500;
}
.nusa-secure-note {
    align-items: center;
}
.nusa-secure-note__icon {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    display: inline-grid;
    place-items: center;
    color: #11b978;
}
.nusa-secure-note__icon svg {
    width: 18px;
    height: 18px;
    display: block;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.nusa-product-reviews-section {
    padding: 44px 0 54px;
    border-top: 1px solid #edf0f4;
    background: var(--nusa-bg);
}
.nusa-product-lower-container {
    width: min(calc(100% - 40px), 960px);
}
.nusa-product-reviews-section #reviews,
.nusa-product-reviews-section #comments,
.nusa-product-reviews-section #review_form_wrapper {
    width: 100%;
}
.nusa-product-reviews-section #reviews {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, .75fr);
    gap: 38px;
    align-items: start;
}
.nusa-product-reviews-section #comments > h2,
.nusa-product-reviews-section .comment-reply-title {
    margin: 0 0 17px;
    color: var(--nusa-shop-heading);
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: -.02em;
}
.nusa-product-reviews-section .woocommerce-Reviews-title {
    display: flex;
    gap: 8px;
    align-items: center;
}
.nusa-product-reviews-section .commentlist {
    list-style: none;
    padding: 0;
    margin: 0;
}
.nusa-product-reviews-section .commentlist > li {
    margin: 0 0 12px;
}
.nusa-product-reviews-section .comment_container {
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 10px;
    padding: 13px 14px;
    border: 1px solid #e4e8ef;
    border-radius: 9px;
    background: var(--nusa-shop-card);
}
.nusa-product-reviews-section .avatar {
    width: 34px !important;
    height: 34px !important;
    border-radius: 50%;
}
.nusa-product-reviews-section .comment-text {
    margin: 0 !important;
    border: 0 !important;
    padding: 0 !important;
}
.nusa-product-reviews-section .star-rating {
    color: var(--nusa-shop-yellow);
    font-size: 10px;
}
.nusa-product-reviews-section .meta,
.nusa-product-reviews-section .description {
    font-size: 10px;
    color: #7b8696;
}
.nusa-product-reviews-section .meta strong {
    color: var(--nusa-shop-heading);
}
.nusa-product-reviews-section .comment-form {
    display: grid;
    gap: 10px;
}
.nusa-product-reviews-section .comment-form p { margin: 0; }
.nusa-product-reviews-section .comment-form-rating { display: grid; gap: 4px; }
.nusa-product-reviews-section input[type="text"],
.nusa-product-reviews-section input[type="email"],
.nusa-product-reviews-section textarea {
    width: 100%;
    border: 1px solid #dfe5ed;
    border-radius: 7px;
    background: var(--nusa-shop-card);
    color: var(--nusa-shop-heading);
    padding: 9px 10px;
    font-size: 11px;
}
.nusa-product-reviews-section .form-submit input,
.nusa-product-reviews-section button {
    border: 0;
    border-radius: 7px;
    background: var(--nusa-shop-blue);
    color: #fff;
    padding: 9px 14px;
    font-size: 10px;
    font-weight: 700;
}
.nusa-product-faq-section {
    padding: 52px 0 62px;
    background: #fbfcfe;
}
:root[data-nusa-theme="dark"] .nusa-product-faq-section { background: #0e1727; }
.nusa-product-faq-section h2 {
    margin: 0 0 24px;
    text-align: center;
    color: var(--nusa-shop-heading);
    font-size: 21px;
    line-height: 1.25;
    letter-spacing: -.03em;
}
.nusa-product-faq-list {
    width: min(100%, 700px);
    margin: 0 auto;
    display: grid;
    gap: 8px;
}
.nusa-product-faq-item {
    border: 1px solid #e4e8ef;
    border-radius: 8px;
    background: var(--nusa-shop-card);
    overflow: hidden;
}
.nusa-product-faq-item summary {
    list-style: none;
    min-height: 43px;
    padding: 11px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    color: #4c5665;
    cursor: pointer;
    font-size: 10px;
    font-weight: 650;
}
.nusa-product-faq-item summary::-webkit-details-marker { display: none; }
.nusa-faq-chevron {
    color: #8d97a6;
    font-size: 15px;
    transition: transform .15s ease;
}
.nusa-product-faq-item[open] .nusa-faq-chevron {
    transform: rotate(180deg);
}
.nusa-product-faq-answer {
    padding: 0 14px 13px;
    color: #778293;
    font-size: 10px;
    line-height: 1.6;
}
.nusa-product-faq-answer p { margin: 0; }
@media (max-width: 900px) {
    .nusa-product-hero {
        padding-top: 18px;
    }

    .nusa-product-breadcrumb,
    .nusa-product-layout {
        width: 100%;
    }

    .nusa-product-layout {
        grid-template-columns: 245px minmax(0, 1fr);
        gap: 14px;
    }

    .nusa-buyer-grid {
        grid-template-columns: 1fr;
    }

    .nusa-form-field--phone { margin-top: 12px; }
}
@media (max-width: 720px) {
    .nusa-product-hero {
        padding: 14px 0 34px;
        background-size: 22px 22px, 22px 22px, auto;
    }

    body.single-product .nusa-product-hero > .nusa-container,
    .nusa-product-lower-container {
        width: min(calc(100% - 24px), 960px);
    }

    .nusa-product-layout {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .nusa-product-sidebar {
        display: grid;
        grid-template-columns: 1fr;
    }

    .nusa-product-identity {
        display: grid;
        grid-template-columns: 66px 1fr;
        column-gap: 12px;
        align-items: start;
    }

    .nusa-product-identity__image {
        grid-row: 1 / span 3;
        margin: 0;
    }

    .nusa-product-identity__title {
        margin: 1px 0 4px;
    }

    .nusa-product-identity__meta,
    .nusa-product-badges {
        grid-column: 2;
    }

    .nusa-detail-card { margin-top: 10px; }

    .nusa-step-header {
        padding-inline: 14px;
    }

    .nusa-step-body {
        padding: 14px;
    }

    .nusa-variation-runtime,
    .nusa-simple-submit {
        padding: 0 14px 14px;
    }

    .nusa-variant-choice {
        min-width: calc(50% - 4px);
        flex: 1 1 calc(50% - 4px);
    }

    .nusa-payment-option {
        min-width: 84px;
    }

    .nusa-product-reviews-section {
        padding: 34px 0 42px;
    }

    .nusa-product-reviews-section #reviews {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .nusa-product-faq-section {
        padding: 40px 0 48px;
    }
}
@media (max-width: 420px) {
    .nusa-product-breadcrumb .woocommerce-breadcrumb {
        font-size: 10px;
    }

    .nusa-product-identity {
        padding: 14px;
    }

    .nusa-step-number { width: 18px; height: 18px; font-size: 9px; }

    .nusa-variant-choice {
        min-width: 100%;
        flex-basis: 100%;
    }

    .nusa-payment-options {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .nusa-payment-option {
        min-width: 0;
    }

}
body.single-product .nusa-product-breadcrumb,
body.single-product .nusa-product-layout,
body.single-product .nusa-product-lower-container {
    width: 100%;
    max-width: var(--nusa-container, 1232px);
    margin-left: auto;
    margin-right: auto;
}
body.single-product .nusa-product-layout {
    grid-template-columns: 312px minmax(0, 1fr);
    gap: 24px;
}
body.single-product .nusa-product-lower-container {
    width: min(calc(100% - 40px), var(--nusa-container, 1232px));
}
.nusa-product-reviews-section {
    padding: 46px 0 54px;
}
.nusa-product-reviews-section #reviews.nusa-reviews-display-only {
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 24px;
    width: 100%;
    align-items: start;
}
.nusa-reviews-summary,
.nusa-reviews-results {
    min-width: 0;
}
.nusa-reviews-summary {
    border: 1px solid var(--nusa-shop-border);
    border-radius: 11px;
    background: var(--nusa-shop-card);
    padding: 20px;
}
.nusa-reviews-summary__eyebrow {
    margin-bottom: 12px;
    color: var(--nusa-shop-heading);
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
}
.nusa-reviews-summary__score-row {
    display: flex;
    align-items: center;
    gap: 14px;
}
.nusa-reviews-summary__score {
    color: var(--nusa-shop-heading);
    font-size: 32px;
    line-height: 38px;
    letter-spacing: -.5px;
}
.nusa-reviews-summary__stars {
    display: flex;
    gap: 2px;
    color: #d7dde7;
    font-size: 16px;
    line-height: 20px;
}
.nusa-reviews-summary__stars .is-filled {
    color: var(--nusa-shop-yellow);
}
.nusa-reviews-summary__count,
.nusa-reviews-summary__note,
.nusa-reviews-empty p {
    color: var(--nusa-shop-muted);
    font-size: 12px;
    line-height: 16px;
}
.nusa-reviews-summary__count {
    margin-top: 2px;
}
.nusa-reviews-summary__note {
    margin: 14px 0 0;
}
.nusa-reviews-results__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}
.nusa-reviews-results__head h2 {
    margin: 0;
    color: var(--nusa-shop-heading);
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -.15px;
}
.nusa-reviews-results .commentlist {
    display: grid;
    gap: 10px;
}
.nusa-reviews-results .commentlist > li {
    margin: 0;
}
.nusa-reviews-empty {
    min-height: 126px;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 20px;
    border: 1px solid var(--nusa-shop-border);
    border-radius: 11px;
    background: var(--nusa-shop-card);
}
.nusa-reviews-empty__icon {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    background: var(--nusa-shop-blue-soft);
    color: var(--nusa-shop-blue);
}
.nusa-reviews-empty__icon svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linejoin: round;
}
.nusa-reviews-empty strong {
    display: block;
    margin-bottom: 4px;
    color: var(--nusa-shop-heading);
    font-size: 14px;
    line-height: 20px;
}
.nusa-reviews-empty p {
    margin: 0;
}
.nusa-review-pagination {
    margin-top: 16px;
}
.nusa-product-reviews-section #review_form_wrapper,
.nusa-product-reviews-section .comment-respond {
    display: none !important;
}
@media (max-width: 1271px) {
    body.single-product .nusa-product-breadcrumb,
    body.single-product .nusa-product-layout {
        width: min(calc(100% - 40px), var(--nusa-container, 1232px));
    }
}
@media (max-width: 900px) {
    body.single-product .nusa-product-layout {
        grid-template-columns: 280px minmax(0, 1fr);
        gap: 18px;
    }

    .nusa-product-reviews-section #reviews.nusa-reviews-display-only {
        grid-template-columns: 240px minmax(0, 1fr);
        gap: 18px;
    }
}
@media (max-width: 767px) {
    body.single-product .nusa-product-hero {
        margin-top: 0;
    }

    body.single-product .nusa-product-breadcrumb,
    body.single-product .nusa-product-layout,
    body.single-product .nusa-product-lower-container {
        width: min(calc(100% - 28px), var(--nusa-container, 1232px));
    }

    body.single-product .nusa-product-layout,
    .nusa-product-reviews-section #reviews.nusa-reviews-display-only {
        grid-template-columns: 1fr;
    }
}
:root[data-nusa-theme="dark"] body.single-product {
    --nusa-shop-blue: #2d72ff;
    --nusa-shop-blue-soft: rgba(45, 114, 255, .14);
    --nusa-shop-green: #11c784;
    --nusa-shop-green-soft: rgba(17, 199, 132, .14);
    --nusa-shop-yellow: #f2b94b;
    --nusa-shop-border: rgba(255,255,255,.08);
    --nusa-shop-card: #111317;
    --nusa-shop-muted: #8e97a7;
    --nusa-shop-heading: #f5f7fb;
    background: #07090d;
}
:root[data-nusa-theme="dark"] body.single-product .nusa-header {
    background: rgba(7, 9, 13, .94);
    border-bottom-color: rgba(88, 118, 173, .22);
}
:root[data-nusa-theme="dark"] body.single-product .nusa-nav__list a,
:root[data-nusa-theme="dark"] body.single-product .nusa-brand__link,
:root[data-nusa-theme="dark"] body.single-product .nusa-theme-toggle {
    color: #f5f7fb;
}
:root[data-nusa-theme="dark"] body.single-product .nusa-theme-toggle:hover {
    background: rgba(255,255,255,.05);
}
:root[data-nusa-theme="dark"] .nusa-product-page,
:root[data-nusa-theme="dark"] .nusa-product-reviews-section,
:root[data-nusa-theme="dark"] .nusa-product-faq-section {
    background: #07090d;
}
:root[data-nusa-theme="dark"] .nusa-product-hero {
    padding-top: 30px;
    background:
        linear-gradient(rgba(45, 114, 255, .08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(45, 114, 255, .08) 1px, transparent 1px),
        radial-gradient(circle at 50% -12%, rgba(31, 84, 201, .28), transparent 34%),
        linear-gradient(180deg, #081225 0%, #07101f 18%, #07090d 100%);
    background-size: 32px 32px, 32px 32px, auto, auto;
}
:root[data-nusa-theme="dark"] .nusa-product-breadcrumb .woocommerce-breadcrumb,
:root[data-nusa-theme="dark"] .nusa-product-breadcrumb .woocommerce-breadcrumb a {
    color: #8390a5;
}
:root[data-nusa-theme="dark"] .nusa-breadcrumb-separator {
    color: #5d687b;
}
body.single-product .nusa-product-breadcrumb,
body.single-product .nusa-product-layout,
body.single-product .nusa-product-lower-container,
body.single-product .woocommerce-notices-wrapper,
body.single-product > .woocommerce-notices-wrapper {
    width: min(calc(100% - 40px), 1120px);
}
:root[data-nusa-theme="dark"] .nusa-product-identity,
:root[data-nusa-theme="dark"] .nusa-detail-card,
:root[data-nusa-theme="dark"] .nusa-step-card,
:root[data-nusa-theme="dark"] .nusa-secure-note,
:root[data-nusa-theme="dark"] .nusa-variation-runtime,
:root[data-nusa-theme="dark"] .nusa-simple-submit,
:root[data-nusa-theme="dark"] .nusa-product-faq-item,
:root[data-nusa-theme="dark"] .nusa-reviews-summary,
:root[data-nusa-theme="dark"] .nusa-reviews-results,
:root[data-nusa-theme="dark"] .nusa-product-reviews-section .comment_container,
:root[data-nusa-theme="dark"] .nusa-reviews-empty {
    background: #111317;
    border-color: rgba(255,255,255,.08);
    box-shadow: 0 6px 24px rgba(0,0,0,.22);
}
:root[data-nusa-theme="dark"] .nusa-product-layout {
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 20px;
}
:root[data-nusa-theme="dark"] .nusa-product-identity__image {
    border-color: rgba(255,255,255,.08);
    background: #16191f;
}
:root[data-nusa-theme="dark"] .nusa-rating-number,
:root[data-nusa-theme="dark"] .nusa-product-reviews-section #comments > h2,
:root[data-nusa-theme="dark"] .nusa-product-reviews-section .comment-reply-title,
:root[data-nusa-theme="dark"] .nusa-reviews-results__head h2,
:root[data-nusa-theme="dark"] .nusa-reviews-summary__score,
:root[data-nusa-theme="dark"] .nusa-reviews-empty strong,
:root[data-nusa-theme="dark"] .nusa-product-faq-section h2 {
    color: #f5f7fb;
}
:root[data-nusa-theme="dark"] .nusa-review-link,
:root[data-nusa-theme="dark"] .nusa-benefit-row p,
:root[data-nusa-theme="dark"] .nusa-detail-copy,
:root[data-nusa-theme="dark"] .nusa-detail-empty,
:root[data-nusa-theme="dark"] .nusa-secure-note,
:root[data-nusa-theme="dark"] .nusa-form-field small,
:root[data-nusa-theme="dark"] .nusa-payment-label,
:root[data-nusa-theme="dark"] .nusa-coupon-head,
:root[data-nusa-theme="dark"] .nusa-summary-row,
:root[data-nusa-theme="dark"] .nusa-product-reviews-section .meta,
:root[data-nusa-theme="dark"] .nusa-product-reviews-section .description,
:root[data-nusa-theme="dark"] .nusa-product-faq-answer,
:root[data-nusa-theme="dark"] .nusa-reviews-summary__count,
:root[data-nusa-theme="dark"] .nusa-reviews-summary__note,
:root[data-nusa-theme="dark"] .nusa-reviews-empty p {
    color: #8e97a7;
}
:root[data-nusa-theme="dark"] .nusa-detail-tabs,
:root[data-nusa-theme="dark"] .nusa-step-header,
:root[data-nusa-theme="dark"] .nusa-summary-divider,
:root[data-nusa-theme="dark"] .nusa-price-summary,
:root[data-nusa-theme="dark"] .nusa-product-reviews-section,
:root[data-nusa-theme="dark"] .nusa-coupon-row,
:root[data-nusa-theme="dark"] .nusa-coupon-apply,
:root[data-nusa-theme="dark"] .nusa-input-wrap,
:root[data-nusa-theme="dark"] .nusa-phone-wrap,
:root[data-nusa-theme="dark"] .nusa-payment-option,
:root[data-nusa-theme="dark"] .nusa-native-variation-select select,
:root[data-nusa-theme="dark"] .nusa-product-faq-item,
:root[data-nusa-theme="dark"] .nusa-product-reviews-section input[type="text"],
:root[data-nusa-theme="dark"] .nusa-product-reviews-section input[type="email"],
:root[data-nusa-theme="dark"] .nusa-product-reviews-section textarea {
    border-color: rgba(255,255,255,.09);
}
:root[data-nusa-theme="dark"] .nusa-detail-tab {
    color: #8e97a7;
}
:root[data-nusa-theme="dark"] .nusa-detail-tab.is-active {
    color: #fff;
    border-bottom-color: var(--nusa-shop-blue);
}
:root[data-nusa-theme="dark"] .nusa-field-label,
:root[data-nusa-theme="dark"] .nusa-form-field > .nusa-field-label,
:root[data-nusa-theme="dark"] .nusa-summary-row strong,
:root[data-nusa-theme="dark"] .nusa-coupon-head a,
:root[data-nusa-theme="dark"] .nusa-payment-name,
:root[data-nusa-theme="dark"] .nusa-variant-choice__name,
:root[data-nusa-theme="dark"] .reset_variations,
:root[data-nusa-theme="dark"] .nusa-country-code {
    color: #dfe6f3;
}
:root[data-nusa-theme="dark"] .nusa-variant-choice,
:root[data-nusa-theme="dark"] .nusa-native-variation-select select,
:root[data-nusa-theme="dark"] .nusa-input-wrap,
:root[data-nusa-theme="dark"] .nusa-phone-wrap,
:root[data-nusa-theme="dark"] .nusa-coupon-row input,
:root[data-nusa-theme="dark"] .nusa-coupon-apply,
:root[data-nusa-theme="dark"] .nusa-payment-option,
:root[data-nusa-theme="dark"] .nusa-payment-empty,
:root[data-nusa-theme="dark"] .nusa-product-faq-item summary,
:root[data-nusa-theme="dark"] .nusa-product-faq-answer {
    background: #111317;
}
:root[data-nusa-theme="dark"] .nusa-input-wrap input,
:root[data-nusa-theme="dark"] .nusa-phone-wrap input,
:root[data-nusa-theme="dark"] .nusa-coupon-row input,
:root[data-nusa-theme="dark"] .nusa-native-variation-select select,
:root[data-nusa-theme="dark"] .nusa-product-faq-item summary,
:root[data-nusa-theme="dark"] .nusa-variation-runtime,
:root[data-nusa-theme="dark"] .nusa-simple-submit,
:root[data-nusa-theme="dark"] .nusa-payment-empty strong,
:root[data-nusa-theme="dark"] .nusa-payment-fallback,
:root[data-nusa-theme="dark"] .nusa-summary-total,
:root[data-nusa-theme="dark"] .nusa-summary-row strong,
:root[data-nusa-theme="dark"] .nusa-product-reviews-section .meta strong {
    color: #f5f7fb;
}
:root[data-nusa-theme="dark"] .nusa-payment-fallback {
    background: #1b1f26;
    color: #dbe4f5;
}
:root[data-nusa-theme="dark"] .nusa-payment-empty {
    color: #8e97a7;
}
:root[data-nusa-theme="dark"] .nusa-variant-choice:hover,
:root[data-nusa-theme="dark"] .nusa-payment-option:hover {
    border-color: rgba(45,114,255,.55);
}
:root[data-nusa-theme="dark"] .nusa-variant-choice.is-selected,
:root[data-nusa-theme="dark"] .nusa-payment-option.is-selected {
    background: rgba(45,114,255,.14);
    border-color: rgba(45,114,255,.72);
    box-shadow: inset 0 0 0 1px rgba(45,114,255,.14);
}
:root[data-nusa-theme="dark"] .nusa-coupon-row input::placeholder,
:root[data-nusa-theme="dark"] .nusa-input-wrap input::placeholder,
:root[data-nusa-theme="dark"] .nusa-phone-wrap input::placeholder {
    color: #7f899a;
}
:root[data-nusa-theme="dark"] .nusa-summary-total-value,
:root[data-nusa-theme="dark"] .nusa-coupon-head a,
:root[data-nusa-theme="dark"] .nusa-variant-choice__price {
    color: #2d72ff;
}
:root[data-nusa-theme="dark"] .nusa-summary-saving-badge {
    background: rgba(17,199,132,.14);
    border-color: rgba(17,199,132,.22);
    color: #25d795;
}
:root[data-nusa-theme="dark"] .nusa-pay-button,
:root[data-nusa-theme="dark"] body.single-product .nusa-pay-button.button.alt {
    background: linear-gradient(180deg, #2d72ff 0%, #1f5fed 100%);
}
:root[data-nusa-theme="dark"] .nusa-pay-button:hover,
:root[data-nusa-theme="dark"] body.single-product .nusa-pay-button.button.alt:hover {
    background: linear-gradient(180deg, #3a7cff 0%, #255ee3 100%);
}
:root[data-nusa-theme="dark"] .nusa-reviews-summary__stars span,
:root[data-nusa-theme="dark"] .nusa-stars {
    color: #f2b94b;
}
:root[data-nusa-theme="dark"] .nusa-review-pagination .page-numbers {
    border: 1px solid rgba(255,255,255,.08);
    background: #111317;
    color: #dfe6f3;
}
:root[data-nusa-theme="dark"] .nusa-review-pagination .current {
    border-color: rgba(45,114,255,.72);
    background: rgba(45,114,255,.16);
    color: #fff;
}
:root[data-nusa-theme="dark"] .nusa-faq-chevron {
    color: #8e97a7;
}
:root[data-nusa-theme="dark"] body.single-product .nusa-footer {
    background: #121315;
    color: #f2f5fb;
    border-top: 1px solid rgba(255,255,255,.06);
}
:root[data-nusa-theme="dark"] body.single-product .nusa-footer__description,
:root[data-nusa-theme="dark"] body.single-product .nusa-footer__menu a,
:root[data-nusa-theme="dark"] body.single-product .nusa-footer__bottom {
    color: #c5cfde;
}
:root[data-nusa-theme="dark"] body.single-product .nusa-footer__bottom {
    border-top-color: rgba(255,255,255,.08);
}
:root[data-nusa-theme="dark"] body.single-product .nusa-footer__mark {
    background: #fff;
    color: #111317;
}
@media (max-width: 900px) {
    body.single-product .nusa-product-breadcrumb,
    body.single-product .nusa-product-layout,
    body.single-product .nusa-product-lower-container,
    body.single-product .woocommerce-notices-wrapper,
    body.single-product > .woocommerce-notices-wrapper {
        width: min(calc(100% - 24px), 1120px);
    }

    :root[data-nusa-theme="dark"] .nusa-product-layout {
        grid-template-columns: 1fr;
    }
}
body.single-product .nusa-product-hero {
    margin-top: 0;
}
.nusa-product-faq-section h2 {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: -0.8px;
}
.nusa-product-faq-item summary {
    font-size: 16px;
    line-height: 24px;
}
.nusa-product-faq-answer,
.nusa-product-faq-answer p {
    font-size: 14px;
    line-height: 22.8px;
}
@media (max-width: 767px) {
    body.single-product .nusa-product-hero {
        margin-top: 0;
    }

    .nusa-product-faq-section h2 {
        font-size: 30px;
        line-height: 36px;
        letter-spacing: -0.8px;
    }

    .nusa-product-faq-item summary {
        font-size: 16px;
        line-height: 24px;
    }

    .nusa-product-faq-answer,
    .nusa-product-faq-answer p {
        font-size: 14px;
        line-height: 22.8px;
    }
}
body.single-product .nusa-buyer-grid {
    align-items: start;
}
body.single-product .nusa-buyer-grid > .nusa-form-field {
    display: grid;
    grid-template-rows: 20px 36px minmax(32px, auto);
    gap: 6px;
    align-content: start;
    align-self: start;
    margin: 0;
}
body.single-product .nusa-buyer-grid > .nusa-form-field > .nusa-field-label {
    min-height: 20px;
    height: 20px;
    margin: 0;
    display: flex;
    align-items: center;
    line-height: 20px;
}
body.single-product .nusa-buyer-grid > .nusa-form-field > .nusa-input-wrap {
    width: 100%;
    min-height: 36px;
    height: 36px;
    margin: 0;
    align-self: start;
}
body.single-product .nusa-buyer-grid > .nusa-form-field > small {
    min-height: 32px;
    margin: 0;
    display: block;
    align-self: start;
}
body.single-product .nusa-buyer-grid .nusa-input-icon {
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
body.single-product .nusa-buyer-grid .nusa-input-wrap input {
    height: 100%;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 20px;
}
@media (max-width: 720px) {
    body.single-product .nusa-buyer-grid > .nusa-form-field {
        grid-template-rows: 20px 36px auto;
    }

    body.single-product .nusa-buyer-grid > .nusa-form-field > small {
        min-height: 0;
    }
}
body.single-product .nusa-buyer-grid .nusa-input-icon {
    width: 36px;
    flex: 0 0 36px;
    color: #8b95a5;
}
body.single-product .nusa-buyer-grid .nusa-input-icon svg {
    width: 17px;
    height: 17px;
    display: block;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.75;
    stroke-linecap: round;
    stroke-linejoin: round;
}
body.single-product .nusa-buyer-grid .nusa-input-wrap input {
    padding-left: 1px;
}
:root[data-nusa-theme="dark"] body.single-product .nusa-buyer-grid .nusa-input-icon {
    color: #9aa6b8;
}
body.single-product > .woocommerce-notices-wrapper:empty,
body.single-product .woocommerce-notices-wrapper:empty {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}
body.single-product > .woocommerce-notices-wrapper:not(:empty),
body.single-product .nusa-product-page .woocommerce-notices-wrapper:not(:empty) {
    margin-top: 14px;
}
body.single-product .nusa-product-page,
body.single-product .nusa-product-hero {
    margin-top: 0 !important;
}
.nusa-coupon-head .nusa-tag-icon {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    display: inline-grid;
    place-items: center;
    color: #6f7a8a;
}
.nusa-coupon-head .nusa-tag-icon svg {
    width: 16px;
    height: 16px;
    display: block;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}
:root[data-nusa-theme="dark"] .nusa-coupon-head .nusa-tag-icon {
    color: #9aa5b6;
}
.nusa-detail-panel .nusa-benefit-row strong,
.nusa-detail-panel .nusa-detail-copy h1,
.nusa-detail-panel .nusa-detail-copy h2,
.nusa-detail-panel .nusa-detail-copy h3,
.nusa-detail-panel .nusa-detail-copy h4,
.nusa-detail-panel .nusa-detail-copy h5,
.nusa-detail-panel .nusa-detail-copy h6,
.nusa-detail-panel .nusa-detail-heading,
.nusa-detail-panel .nusa-product-description h1,
.nusa-detail-panel .nusa-product-description h2,
.nusa-detail-panel .nusa-product-description h3,
.nusa-detail-panel .nusa-product-description h4,
.nusa-detail-panel .nusa-product-description h5,
.nusa-detail-panel .nusa-product-description h6 {
    margin: 0 0 6px;
    color: var(--nusa-shop-heading);
    font-size: 14px !important;
    line-height: 20px !important;
    letter-spacing: 0;
    font-weight: 700;
}
.nusa-detail-panel .nusa-benefit-row p,
.nusa-detail-panel .nusa-detail-copy,
.nusa-detail-panel .nusa-detail-copy p,
.nusa-detail-panel .nusa-detail-copy li,
.nusa-detail-panel .nusa-detail-subheading,
.nusa-detail-panel .nusa-product-description,
.nusa-detail-panel .nusa-product-description p,
.nusa-detail-panel .nusa-product-description li,
.nusa-detail-panel .nusa-detail-empty {
    color: #778293;
    font-size: 12px !important;
    line-height: 16px !important;
    font-weight: 400;
}
.nusa-detail-panel .nusa-benefit-row p {
    margin: 2px 0 0;
}
.nusa-detail-panel .nusa-detail-copy > .nusa-detail-heading:not(:first-child),
.nusa-detail-panel .nusa-detail-copy > h1:not(:first-child),
.nusa-detail-panel .nusa-detail-copy > h2:not(:first-child),
.nusa-detail-panel .nusa-detail-copy > h3:not(:first-child),
.nusa-detail-panel .nusa-detail-copy > h4:not(:first-child),
.nusa-detail-panel .nusa-detail-copy > h5:not(:first-child),
.nusa-detail-panel .nusa-detail-copy > h6:not(:first-child) {
    margin-top: 16px;
}
.nusa-detail-panel .nusa-detail-copy p,
.nusa-detail-panel .nusa-detail-subheading {
    margin: 0 0 10px;
}
.nusa-detail-panel .nusa-detail-list,
.nusa-detail-panel .nusa-detail-copy ul,
.nusa-detail-panel .nusa-detail-copy ol,
.nusa-detail-panel .nusa-product-description ul,
.nusa-detail-panel .nusa-product-description ol {
    margin: 4px 0 12px;
    padding-left: 20px;
}
.nusa-detail-panel .nusa-detail-list li,
.nusa-detail-panel .nusa-detail-copy li,
.nusa-detail-panel .nusa-product-description li {
    margin: 0 0 7px;
}
:root[data-nusa-theme="dark"] .nusa-detail-panel .nusa-benefit-row p,
:root[data-nusa-theme="dark"] .nusa-detail-panel .nusa-detail-copy,
:root[data-nusa-theme="dark"] .nusa-detail-panel .nusa-detail-copy p,
:root[data-nusa-theme="dark"] .nusa-detail-panel .nusa-detail-copy li,
:root[data-nusa-theme="dark"] .nusa-detail-panel .nusa-detail-subheading,
:root[data-nusa-theme="dark"] .nusa-detail-panel .nusa-product-description,
:root[data-nusa-theme="dark"] .nusa-detail-panel .nusa-product-description p,
:root[data-nusa-theme="dark"] .nusa-detail-panel .nusa-product-description li,
:root[data-nusa-theme="dark"] .nusa-detail-panel .nusa-detail-empty {
    color: #8e97a7;
}
body.single-product .nusa-product-faq-item summary {
    padding-right: 14px;
}
body.single-product .nusa-faq-chevron {
    width: 30px;
    height: 30px;
    min-width: 30px;
    flex: 0 0 30px;
    display: inline-grid;
    place-items: center;
    border: 1px solid #e5e9ef;
    border-radius: 999px;
    background: #ffffff;
    color: #657184;
    box-shadow: 0 1px 3px rgba(15, 23, 42, .05);
    font-size: 0;
    line-height: 0;
    transition: transform .18s ease, border-color .18s ease, background .18s ease, color .18s ease;
}
body.single-product .nusa-faq-chevron svg {
    width: 15px;
    height: 15px;
    display: block;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}
body.single-product .nusa-product-faq-item summary:hover .nusa-faq-chevron {
    border-color: #d7dde6;
    color: #263244;
}
body.single-product .nusa-product-faq-item[open] .nusa-faq-chevron {
    transform: rotate(180deg);
}
:root[data-nusa-theme="dark"] body.single-product .nusa-faq-chevron {
    border-color: rgba(255,255,255,.10);
    background: #181b20;
    color: #aab3c2;
    box-shadow: 0 1px 3px rgba(0,0,0,.28);
}
:root[data-nusa-theme="dark"] body.single-product .nusa-product-faq-item summary:hover .nusa-faq-chevron {
    border-color: rgba(255,255,255,.17);
    color: #f4f7fb;
}
@media (max-width: 767px) {
    body.single-product .nusa-faq-chevron {
        width: 28px;
        height: 28px;
        min-width: 28px;
        flex-basis: 28px;
    }

    body.single-product .nusa-faq-chevron svg {
        width: 14px;
        height: 14px;
    }
}
body.single-product .nusa-product-gallery-card {
    margin-top: 12px;
    overflow: hidden;
    border: 1px solid var(--nusa-shop-border);
    border-radius: var(--nusa-shop-radius);
    background: var(--nusa-shop-card);
}
body.single-product .nusa-product-gallery-header {
    min-height: 48px;
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 11px 17px;
    border-bottom: 1px solid var(--nusa-shop-border);
}
body.single-product .nusa-product-gallery-header__icon {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    display: inline-grid;
    place-items: center;
    border-radius: 50%;
    background: var(--nusa-shop-blue);
    color: #fff;
}
body.single-product .nusa-product-gallery-header__icon svg {
    width: 12px;
    height: 12px;
    display: block;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}
body.single-product .nusa-product-gallery-header h2 {
    margin: 0;
    color: var(--nusa-shop-heading);
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}
body.single-product .nusa-product-gallery-count {
    margin-left: auto;
    color: var(--nusa-shop-muted);
    font-size: 12px;
    line-height: 16px;
    white-space: nowrap;
}
body.single-product .nusa-product-gallery-main-wrap {
    padding: 16px 17px 12px;
}
body.single-product .nusa-product-gallery-main-link {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    min-height: 260px;
    max-height: 430px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border: 1px solid #e6ebf2;
    border-radius: 9px;
    background:
        linear-gradient(rgba(36,107,253,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(36,107,253,.035) 1px, transparent 1px),
        #f8faff;
    background-size: 24px 24px, 24px 24px, auto;
    text-decoration: none;
}
body.single-product .nusa-product-gallery-main {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    transition: opacity .16s ease, transform .2s ease;
}
body.single-product .nusa-product-gallery-main-link:hover .nusa-product-gallery-main {
    transform: scale(1.012);
}
body.single-product .nusa-product-gallery-card.is-single-image .nusa-product-gallery-main {
    max-width: 76%;
    max-height: 76%;
}
body.single-product .nusa-product-gallery-main.is-switching {
    opacity: .35;
}
body.single-product .nusa-product-gallery-expand {
    position: absolute;
    right: 12px;
    bottom: 12px;
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(15,23,42,.10);
    border-radius: 9px;
    background: rgba(255,255,255,.92);
    color: #566171;
    box-shadow: 0 4px 14px rgba(15,23,42,.08);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}
body.single-product .nusa-product-gallery-expand svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}
body.single-product .nusa-product-gallery-thumbs {
    display: flex;
    gap: 9px;
    overflow-x: auto;
    padding: 0 17px 16px;
    scrollbar-width: thin;
}
body.single-product .nusa-product-gallery-thumb {
    width: 78px;
    height: 58px;
    flex: 0 0 78px;
    padding: 3px;
    border: 1px solid #dfe5ed;
    border-radius: 8px;
    background: #fff;
    cursor: pointer;
    overflow: hidden;
    transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}
body.single-product .nusa-product-gallery-thumb:hover {
    transform: translateY(-1px);
    border-color: #9dbbfb;
}
body.single-product .nusa-product-gallery-thumb.is-active {
    border-color: var(--nusa-shop-blue);
    box-shadow: 0 0 0 1px rgba(36,107,253,.10);
}
body.single-product .nusa-product-gallery-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}
:root[data-nusa-theme="dark"] body.single-product .nusa-product-gallery-card {
    background: #111317;
    border-color: rgba(255,255,255,.08);
    box-shadow: 0 6px 24px rgba(0,0,0,.22);
}
:root[data-nusa-theme="dark"] body.single-product .nusa-product-gallery-header {
    border-bottom-color: rgba(255,255,255,.08);
}
:root[data-nusa-theme="dark"] body.single-product .nusa-product-gallery-main-link {
    border-color: rgba(255,255,255,.08);
    background:
        linear-gradient(rgba(45,114,255,.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(45,114,255,.05) 1px, transparent 1px),
        #0d1015;
    background-size: 24px 24px, 24px 24px, auto;
}
:root[data-nusa-theme="dark"] body.single-product .nusa-product-gallery-expand {
    border-color: rgba(255,255,255,.09);
    background: rgba(20,23,29,.88);
    color: #cbd4e2;
    box-shadow: 0 4px 14px rgba(0,0,0,.26);
}
:root[data-nusa-theme="dark"] body.single-product .nusa-product-gallery-thumb {
    border-color: rgba(255,255,255,.09);
    background: #15181d;
}
:root[data-nusa-theme="dark"] body.single-product .nusa-product-gallery-thumb:hover,
:root[data-nusa-theme="dark"] body.single-product .nusa-product-gallery-thumb.is-active {
    border-color: rgba(45,114,255,.72);
}
@media (max-width: 720px) {
    body.single-product .nusa-product-gallery-header {
        padding-inline: 14px;
    }

    body.single-product .nusa-product-gallery-main-wrap {
        padding: 14px 14px 10px;
    }

    body.single-product .nusa-product-gallery-main-link {
        min-height: 210px;
        max-height: none;
    }

    body.single-product .nusa-product-gallery-thumbs {
        padding: 0 14px 14px;
    }
}

/* NUSA v24 — payment button readiness / active state */
.nusa-pay-button,
body.single-product .nusa-pay-button.button.alt {
    transition: background-color .18s ease, color .18s ease, box-shadow .18s ease, transform .18s ease, opacity .18s ease;
}
.nusa-pay-button.disabled,
.nusa-pay-button:disabled,
body.single-product .nusa-pay-button.button.alt.disabled,
body.single-product .nusa-pay-button.button.alt:disabled {
    background: #dfe5ec !important;
    color: #8792a2 !important;
    opacity: 1 !important;
    cursor: not-allowed !important;
    box-shadow: none !important;
    filter: none !important;
}
.nusa-pay-button.disabled span,
.nusa-pay-button:disabled span,
body.single-product .nusa-pay-button.button.alt.disabled span,
body.single-product .nusa-pay-button.button.alt:disabled span {
    color: #7c8797 !important;
}
.nusa-pay-button.disabled small,
.nusa-pay-button:disabled small,
body.single-product .nusa-pay-button.button.alt.disabled small,
body.single-product .nusa-pay-button.button.alt:disabled small {
    color: #9aa4b2 !important;
}
.nusa-pay-button.is-ready,
body.single-product .nusa-pay-button.button.alt.is-ready {
    background: var(--nusa-pay-button-color, var(--nusa-shop-blue)) !important;
    color: #fff !important;
    cursor: pointer !important;
    opacity: 1 !important;
    box-shadow: 0 7px 18px rgba(36,107,253,.16) !important;
    filter: none !important;
}
.nusa-pay-button.is-ready span,
body.single-product .nusa-pay-button.button.alt.is-ready span { color:#fff !important; }
.nusa-pay-button.is-ready small,
body.single-product .nusa-pay-button.button.alt.is-ready small { color:rgba(255,255,255,.82) !important; }
.nusa-pay-button.is-ready:hover,
body.single-product .nusa-pay-button.button.alt.is-ready:hover {
    filter: brightness(.92) !important;
    transform: translateY(-1px);
}
.nusa-pay-button.is-processing,
body.single-product .nusa-pay-button.button.alt.is-processing {
    cursor: wait !important;
    transform: none !important;
    filter: brightness(.94) !important;
}
.nusa-pay-readiness {
    margin: 7px 2px 0;
    min-height: 15px;
    color: #8a94a3;
    font-size: 8px;
    line-height: 1.45;
    text-align: center;
}
.nusa-pay-readiness.is-ready { color:#1f9d68; }
.nusa-pay-readiness.is-error { color:#d84d4d; }
.nusa-form-field.is-invalid .nusa-input-wrap,
.nusa-form-field.is-invalid .nusa-phone-wrap {
    border-color:#ef6b6b !important;
    box-shadow:0 0 0 2px rgba(239,107,107,.08) !important;
}
:root[data-nusa-theme="dark"] .nusa-pay-button.disabled,
:root[data-nusa-theme="dark"] .nusa-pay-button:disabled,
:root[data-nusa-theme="dark"] body.single-product .nusa-pay-button.button.alt.disabled,
:root[data-nusa-theme="dark"] body.single-product .nusa-pay-button.button.alt:disabled {
    background:#303846 !important;
    color:#818c9d !important;
}
:root[data-nusa-theme="dark"] .nusa-pay-button.disabled span,
:root[data-nusa-theme="dark"] .nusa-pay-button:disabled span { color:#a2abba !important; }
:root[data-nusa-theme="dark"] .nusa-pay-button.disabled small,
:root[data-nusa-theme="dark"] .nusa-pay-button:disabled small { color:#727d8f !important; }
:root[data-nusa-theme="dark"] .nusa-pay-readiness { color:#8d98aa; }
:root[data-nusa-theme="dark"] .nusa-pay-readiness.is-ready { color:#61d3a0; }


/* v41: purpose-built review cards for the custom NUSA product layout. */
.nusa-review-cards {
    display: grid;
    gap: 12px;
}
.nusa-review-card {
    width: 100%;
    min-width: 0;
    padding: 18px;
    border: 1px solid var(--nusa-shop-border, #e5e9f0);
    border-radius: 12px;
    background: var(--nusa-shop-card, #fff);
    box-shadow: 0 4px 18px rgba(15,23,42,.035);
}
.nusa-review-card__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
}
.nusa-review-card__person {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}
.nusa-review-card__avatar {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border: 1px solid #e5eaf1;
    border-radius: 50%;
    background: var(--nusa-shop-blue-soft, #eef5ff);
    color: var(--nusa-shop-blue, #1677ff);
    font-size: 14px;
    font-weight: 800;
}
.nusa-review-card__identity { min-width: 0; }
.nusa-review-card__name-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px;
}
.nusa-review-card__name-row > strong {
    color: var(--nusa-shop-heading, #101828);
    font-size: 13px;
    line-height: 18px;
    font-weight: 800;
    overflow-wrap: anywhere;
}
.nusa-review-card__date {
    display: block;
    margin-top: 2px;
    color: var(--nusa-shop-muted, #7b8696);
    font-size: 10px;
    line-height: 15px;
}
.nusa-review-card__rating {
    display: flex;
    gap: 2px;
    flex: 0 0 auto;
    color: #d7dde7;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: .2px;
}
.nusa-review-card__rating .is-filled { color: var(--nusa-shop-yellow, #f6a723); }
.nusa-review-card__content {
    margin: 14px 0 0;
    padding-top: 13px;
    border-top: 1px solid #eef1f5;
    color: #475467;
    font-size: 12px;
    line-height: 1.65;
    overflow-wrap: anywhere;
}
:root[data-nusa-theme="dark"] .nusa-review-card {
    border-color: rgba(255,255,255,.08);
    background: #111317;
    box-shadow: 0 6px 24px rgba(0,0,0,.18);
}
:root[data-nusa-theme="dark"] .nusa-review-card__avatar {
    border-color: rgba(255,255,255,.08);
    background: rgba(45,114,255,.14);
}
:root[data-nusa-theme="dark"] .nusa-review-card__name-row > strong { color: #f5f7fb; }
:root[data-nusa-theme="dark"] .nusa-review-card__date,
:root[data-nusa-theme="dark"] .nusa-review-card__content { color: #9aa5b5; }
:root[data-nusa-theme="dark"] .nusa-review-card__content { border-top-color: rgba(255,255,255,.07); }
@media (max-width: 560px) {
    .nusa-review-card { padding: 15px; }
    .nusa-review-card__header { gap: 12px; }
    .nusa-review-card__avatar { width: 38px; height: 38px; flex-basis: 38px; }
    .nusa-review-card__rating { font-size: 12px; gap: 1px; }
    .nusa-review-card__verified { font-size: 8px; }
    .nusa-review-card__content { margin-top: 12px; padding-top: 11px; }
}

/* v42: compact two-column verified review grid with initials + pagination. */
.nusa-review-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}
.nusa-review-card {
    min-height: 142px;
    padding: 16px;
    border-radius: 13px;
    box-shadow: none;
}
.nusa-review-card__header {
    align-items: flex-start;
    gap: 12px;
}
.nusa-review-card__person {
    align-items: flex-start;
    gap: 11px;
}
.nusa-review-card__avatar {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    border: 0;
    background: #f5f6f8;
    color: #7b8492;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .1px;
}
.nusa-review-card__name-row {
    gap: 6px;
    min-height: 18px;
}
.nusa-review-card__name-row > strong {
    font-size: 12px;
    line-height: 18px;
    font-weight: 750;
}
.nusa-review-card__verified-mark {
    width: 16px;
    height: 16px;
    display: inline-grid;
    place-items: center;
    flex: 0 0 16px;
    border-radius: 50%;
    background: #ecfdf3;
    color: #079455;
    font-size: 9px;
    line-height: 1;
    font-weight: 900;
}
.nusa-review-card__rating {
    margin-top: 2px;
    gap: 1px;
    font-size: 13px;
    line-height: 16px;
}
.nusa-review-card__date {
    margin: 1px 0 0;
    flex: 0 0 auto;
    color: var(--nusa-shop-muted, #7b8696);
    font-size: 9px;
    line-height: 15px;
    white-space: nowrap;
}
.nusa-review-card__content {
    margin: 8px 0 0 51px;
    padding: 0;
    border-top: 0;
    color: var(--nusa-shop-heading, #101828);
    font-size: 11px;
    line-height: 1.55;
}
.nusa-review-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 16px;
}
.nusa-review-range {
    color: var(--nusa-shop-muted, #7b8696);
    font-size: 9px;
    line-height: 14px;
    white-space: nowrap;
}
.nusa-review-pagination-v42 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 6px;
}
.nusa-review-pagination-v42 .page-numbers {
    width: 32px;
    height: 32px;
    display: inline-grid;
    place-items: center;
    margin: 0;
    border: 1px solid var(--nusa-shop-border, #e5e9f0);
    border-radius: 9px;
    background: var(--nusa-shop-card, #fff);
    color: var(--nusa-shop-heading, #101828);
    text-decoration: none !important;
    font-size: 10px;
    line-height: 1;
    font-weight: 700;
    transition: border-color .15s ease, background .15s ease, color .15s ease, transform .15s ease;
}
.nusa-review-pagination-v42 a.page-numbers:hover {
    border-color: var(--nusa-shop-blue, #1677ff);
    color: var(--nusa-shop-blue, #1677ff);
    transform: translateY(-1px);
}
.nusa-review-pagination-v42 .page-numbers.current {
    border-color: var(--nusa-shop-blue, #1677ff);
    background: var(--nusa-shop-blue, #1677ff);
    color: #fff;
}
.nusa-review-pagination-v42 .page-numbers.dots {
    border-color: transparent;
    background: transparent;
}
:root[data-nusa-theme="dark"] .nusa-review-card__avatar {
    background: rgba(255,255,255,.065);
    color: #b4bdca;
}
:root[data-nusa-theme="dark"] .nusa-review-card__verified-mark {
    background: rgba(17,199,132,.14);
    color: #25d795;
}
:root[data-nusa-theme="dark"] .nusa-review-card__content { color: #e7ebf1; }
:root[data-nusa-theme="dark"] .nusa-review-pagination-v42 .page-numbers {
    border-color: rgba(255,255,255,.09);
    background: #111317;
    color: #e8edf5;
}
:root[data-nusa-theme="dark"] .nusa-review-pagination-v42 .page-numbers.current {
    border-color: var(--nusa-shop-blue, #2d72ff);
    background: var(--nusa-shop-blue, #2d72ff);
    color: #fff;
}
@media (max-width: 640px) {
    .nusa-review-cards { grid-template-columns: 1fr; }
    .nusa-review-card { min-height: 0; padding: 14px; }
    .nusa-review-card__avatar { width: 38px; height: 38px; flex-basis: 38px; }
    .nusa-review-card__content { margin-left: 49px; }
    .nusa-review-footer { align-items: flex-start; flex-direction: column; }
    .nusa-review-pagination-v42 { width: 100%; justify-content: flex-start; }
}
@media (max-width: 420px) {
    .nusa-review-card__content { margin-left: 0; margin-top: 10px; }
    .nusa-review-pagination-v42 .page-numbers { width: 30px; height: 30px; border-radius: 8px; }
}


/* v43: streamlined review overview + sales badge moved beside guarantee. */
.nusa-status-badge--sales {
    color: #6b5bd2;
    background: #f4f1ff;
}
.nusa-sales-icon {
    width: 12px;
    height: 12px;
    display: inline-grid;
    place-items: center;
    border-radius: 50%;
    background: currentColor;
    color: #fff;
    font-size: 8px;
    line-height: 1;
    font-weight: 900;
}

.nusa-product-reviews-section #reviews.nusa-reviews-display-only {
    display: block;
}
.nusa-reviews-results {
    width: 100%;
}
.nusa-review-overview {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 0 0 16px;
}
.nusa-review-overview__score {
    color: var(--nusa-shop-heading);
    font-size: 30px;
    line-height: 1;
    letter-spacing: -.55px;
    font-weight: 800;
}
.nusa-review-overview__meta {
    display: grid;
    gap: 3px;
}
.nusa-review-overview__stars {
    display: flex;
    gap: 2px;
    color: #d7dde7;
    font-size: 15px;
    line-height: 1;
}
.nusa-review-overview__stars .is-filled {
    color: var(--nusa-shop-yellow, #f6a723);
}
.nusa-review-overview__count {
    color: var(--nusa-shop-muted);
    font-size: 11px;
    line-height: 1.35;
}
/* Old v42 sales pill is intentionally no longer rendered. */

:root[data-nusa-theme="dark"] .nusa-status-badge--sales {
    color: #b8a7ff;
    background: rgba(139,92,246,.14);
}
:root[data-nusa-theme="dark"] .nusa-review-overview__score {
    color: #f5f7fb;
}

@media (max-width: 767px) {
    .nusa-review-overview { gap: 11px; margin-bottom: 14px; }
    .nusa-review-overview__score { font-size: 27px; }
    .nusa-review-overview__stars { font-size: 14px; }
    .nusa-review-overview__count { font-size: 10px; }
}
