/* Nahid Landing Funnel Pro v1.6.2 */
:root{
  --nlfp-primary:#111827;--nlfp-on-primary:#fff;--nlfp-accent:#b68a35;--nlfp-on-accent:#111827;
  --nlfp-surface:#fff;--nlfp-on-surface:#111827;--nlfp-muted:#667085;--nlfp-border:#e4e7ec;
  --nlfp-focus:#2f6fed;--nlfp-danger:#b42318;--nlfp-success:#087f5b;
  --nlfp-shadow:0 18px 55px rgba(16,24,40,.10);--nlfp-radius:18px;
}
.nlfp-product-offer,.nlfp-product-collection,.nlfp-reviews,.nlfp-direct-checkout-wrap,.nlfp-checkout-shell,.nlfp-order-bump,.nlfp-thankyou,.nlfp-trust-bar{box-sizing:border-box;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans Bengali",sans-serif}
.nlfp-product-offer *,.nlfp-product-collection *,.nlfp-reviews *,.nlfp-direct-checkout-wrap *,.nlfp-checkout-shell *,.nlfp-order-bump *,.nlfp-thankyou *,.nlfp-trust-bar *{box-sizing:border-box}
.nlfp-product-offer :focus-visible,.nlfp-product-collection :focus-visible,.nlfp-reviews :focus-visible,.nlfp-direct-checkout-wrap :focus-visible,.nlfp-checkout-shell :focus-visible,.nlfp-order-bump :focus-visible,.nlfp-thankyou :focus-visible,.nlfp-trust-bar :focus-visible{outline:3px solid var(--nlfp-focus)!important;outline-offset:3px!important}
.screen-reader-text{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.nlfp-eyebrow{display:inline-block;color:var(--nlfp-accent);font-size:11px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}
.nlfp-live{min-height:18px;margin-top:7px;color:var(--nlfp-success);font-size:12px;line-height:1.4}
.nlfp-live.is-error{color:var(--nlfp-danger)}
.nlfp-alert{padding:15px 17px;border:1px solid #bfdbfe;border-radius:13px;background:#eff6ff;color:#1e3a8a;line-height:1.55}
.nlfp-alert-warning{border-color:#fed7aa;background:#fff7ed;color:#9a3412}
.nlfp-primary-button{display:flex;align-items:center;justify-content:center;gap:12px;width:100%;min-height:52px;padding:13px 20px;border:1px solid transparent;border-radius:12px;background:var(--nlfp-primary);color:var(--nlfp-on-primary);font:inherit;font-weight:800;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease}
.nlfp-primary-button:hover{transform:translateY(-1px);box-shadow:0 10px 24px rgba(17,24,39,.18)}
.nlfp-primary-button:disabled,.nlfp-product-card__button:disabled{cursor:not-allowed;opacity:.55;transform:none;box-shadow:none}
.is-loading{position:relative;pointer-events:none;opacity:.75}
.is-loading:after{content:"";width:16px;height:16px;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;animation:nlfp-spin .7s linear infinite}
@keyframes nlfp-spin{to{transform:rotate(360deg)}}

/* Single product offer */
.nlfp-product-offer{max-width:1180px;margin:30px auto;padding:clamp(18px,4vw,48px);color:var(--nlfp-on-surface)}
.nlfp-product-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(310px,.95fr);gap:clamp(26px,5vw,70px);align-items:center}
.nlfp-main-image{overflow:hidden;border-radius:22px;background:#f2f4f7;box-shadow:var(--nlfp-shadow)}
.nlfp-main-image img{display:block;width:100%;height:auto;aspect-ratio:4/5;object-fit:cover}
.nlfp-thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:9px;margin-top:12px}
.nlfp-thumb{width:100%;aspect-ratio:1;object-fit:cover;border:2px solid transparent;border-radius:10px;cursor:pointer}
.nlfp-product-copy h1{margin:.35em 0 .2em;color:inherit;font-family:Georgia,"Times New Roman",serif;font-size:clamp(32px,5vw,62px);line-height:1.02}
.nlfp-price{margin:14px 0;font-size:25px;font-weight:850;color:var(--nlfp-accent)}
.nlfp-description{color:var(--nlfp-muted);font-size:16px;line-height:1.75}
.nlfp-quantity{margin:14px 0}.nlfp-quantity label{display:block;margin-bottom:6px;font-size:13px;font-weight:750}.nlfp-quantity input{width:90px;min-height:46px;border:1px solid var(--nlfp-border);border-radius:10px;padding:9px 11px;background:var(--nlfp-surface);color:var(--nlfp-on-surface)}
.nlfp-micro-trust{display:flex;flex-wrap:wrap;gap:11px 16px;margin-top:16px;color:var(--nlfp-muted);font-size:12px}

/* Multi-product collection */
.nlfp-product-collection{position:relative;max-width:1240px;margin:0 auto;padding:clamp(28px,5vw,72px) clamp(14px,3vw,28px);color:var(--nlfp-on-surface)}
.nlfp-collection-heading,.nlfp-reviews-heading{text-align:center;margin:0 auto clamp(24px,4vw,42px);max-width:760px}
.nlfp-collection-heading h2,.nlfp-reviews-heading h2{margin:8px 0 0;color:inherit;font-family:Georgia,"Times New Roman",serif;font-size:clamp(28px,4vw,48px);line-height:1.12}
.nlfp-product-collection__viewport,.nlfp-reviews__viewport{overflow:hidden;scrollbar-width:thin;scroll-snap-type:x mandatory}
.nlfp-product-collection__track{display:grid;grid-template-columns:repeat(var(--nlfp-collection-columns,4),minmax(0,1fr));gap:16px;align-items:stretch}
.nlfp-collection-layout-carousel .nlfp-product-collection__viewport,.nlfp-reviews-layout-carousel .nlfp-reviews__viewport{overflow-x:auto;overscroll-behavior-inline:contain;padding:4px 3px 12px}
.nlfp-collection-layout-carousel .nlfp-product-collection__track{display:flex;gap:16px;width:max-content}
.nlfp-collection-layout-carousel .nlfp-product-card{width:clamp(235px,27vw,320px);scroll-snap-align:start}
.nlfp-carousel-controls{display:flex;justify-content:flex-end;gap:8px;max-width:1240px;margin:-28px auto 14px}
.nlfp-carousel-controls button{display:grid;place-items:center;width:42px;height:42px;border:1px solid var(--nlfp-border);border-radius:999px;background:var(--nlfp-surface);color:var(--nlfp-on-surface);font-size:18px;cursor:pointer;box-shadow:0 6px 18px rgba(16,24,40,.08)}
.nlfp-product-card{--nlfp-card-text:#111827;--nlfp-card-muted:#667085;position:relative;display:flex;flex-direction:column;min-width:0;overflow:hidden;border:1px solid #e5e7eb;border-radius:15px;background:#fff;color:var(--nlfp-card-text);box-shadow:0 8px 25px rgba(16,24,40,.07);scroll-snap-align:start;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.nlfp-product-card:hover{transform:translateY(-3px);box-shadow:0 18px 42px rgba(16,24,40,.13);border-color:rgba(182,138,53,.45)}
.nlfp-product-card__media{position:relative;overflow:hidden;background:#f2f0ee}
.nlfp-product-card__media img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.nlfp-product-card:hover .nlfp-product-card__media img{transform:scale(1.025)}
.nlfp-ratio-1-1 .nlfp-product-card__media{aspect-ratio:1}.nlfp-ratio-4-5 .nlfp-product-card__media{aspect-ratio:4/5}.nlfp-ratio-3-4 .nlfp-product-card__media{aspect-ratio:3/4}.nlfp-ratio-auto .nlfp-product-card__media{aspect-ratio:auto}
.nlfp-product-card__badge{position:absolute;z-index:2;top:9px;left:9px;padding:5px 8px;border-radius:999px;background:rgba(255,255,255,.94);color:#4b3b1e;font-size:9px;font-weight:850;letter-spacing:.07em;text-transform:uppercase;box-shadow:0 3px 12px rgba(0,0,0,.08)}
.nlfp-product-card__body{display:flex;flex:1;flex-direction:column;padding:13px}
.nlfp-product-card__title{margin:0 0 7px;color:inherit;font-family:Georgia,"Times New Roman",serif;font-size:15px;line-height:1.35;text-transform:none}
.nlfp-product-card__price{margin-bottom:8px;color:var(--nlfp-accent);font-size:14px;font-weight:850}.nlfp-product-card__price del{color:var(--nlfp-card-muted);font-weight:500}.nlfp-product-card__price ins{text-decoration:none}
.nlfp-product-card__excerpt{margin-bottom:10px;color:var(--nlfp-card-muted);font-size:12px;line-height:1.5}
.nlfp-product-card__stock{margin-bottom:8px;font-size:11px;font-weight:750}.nlfp-product-card__stock.is-in-stock{color:#067647}.nlfp-product-card__stock.is-out-of-stock{color:#b42318}
.nlfp-collection-add-form{display:flex;flex:1;flex-direction:column}.nlfp-collection-add-form.is-added .nlfp-product-card__button{background:#087f5b;color:#fff}
.nlfp-variations{display:grid;gap:8px;margin-top:auto;margin-bottom:10px}.nlfp-variation-field{min-width:0;margin:0;padding:0;border:0}.nlfp-variation-field legend{display:block;width:100%;margin-bottom:4px;color:var(--nlfp-card-muted);font-size:10px;font-weight:750}
.nlfp-variation-select{width:100%;min-height:38px;border:1px solid rgba(102,112,133,.35);border-radius:7px;background:transparent;color:inherit;padding:6px 28px 6px 8px;font:inherit;font-size:11px}
.nlfp-option-chips{display:flex;flex-wrap:wrap;gap:6px}.nlfp-option-chip{min-width:36px;min-height:34px;padding:5px 9px;border:1px solid rgba(102,112,133,.38);border-radius:8px;background:transparent;color:inherit;font-size:11px;cursor:pointer}.nlfp-option-chip.is-selected{border-color:var(--nlfp-accent);background:var(--nlfp-accent);color:var(--nlfp-on-accent)}
.nlfp-card-actions{display:grid;grid-template-columns:48px minmax(0,1fr);gap:7px;margin-top:auto}.nlfp-card-quantity input{width:100%;height:40px;border:1px solid rgba(102,112,133,.35);border-radius:7px;background:transparent;color:inherit;padding:5px;text-align:center}
.nlfp-product-card__button{display:flex;align-items:center;justify-content:center;gap:7px;min-height:40px;padding:8px 10px;border:1px solid var(--nlfp-accent);border-radius:7px;background:transparent;color:inherit;font:inherit;font-size:10px;font-weight:850;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;transition:background .18s,color .18s}
.nlfp-product-card__button:hover{background:var(--nlfp-accent);color:var(--nlfp-on-accent)}
.nlfp-collection-cartbar{position:sticky;z-index:20;bottom:14px;display:flex;align-items:center;justify-content:space-between;gap:16px;max-width:650px;margin:26px auto 0;padding:12px 14px 12px 18px;border:1px solid rgba(182,138,53,.35);border-radius:999px;background:rgba(17,24,39,.94);color:#fff;box-shadow:0 14px 38px rgba(0,0,0,.25);backdrop-filter:blur(12px)}
.nlfp-collection-cartbar span{font-size:13px}.nlfp-collection-cartbar strong{font-size:17px}.nlfp-collection-checkout-link{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:8px 16px;border-radius:999px;background:var(--nlfp-accent);color:var(--nlfp-on-accent)!important;font-size:12px;font-weight:850;text-decoration:none!important}

/* Customer reviews */
.nlfp-reviews{max-width:1240px;margin:0 auto;padding:clamp(32px,6vw,80px) clamp(14px,3vw,28px);color:var(--nlfp-on-surface)}
.nlfp-reviews__track{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.nlfp-reviews-layout-carousel .nlfp-reviews__track{display:flex;width:max-content;gap:16px}
.nlfp-review-card{--nlfp-review-text:#111827;--nlfp-review-muted:#667085;display:flex;flex-direction:column;width:100%;min-width:0;overflow:hidden;border:1px solid #e5e7eb;border-radius:15px;background:#fff;color:var(--nlfp-review-text);box-shadow:0 8px 25px rgba(16,24,40,.07);scroll-snap-align:start}
.nlfp-reviews-layout-carousel .nlfp-review-card{width:clamp(240px,29vw,330px)}
.nlfp-review-card__image{aspect-ratio:4/5;overflow:hidden;background:#f2f4f7}.nlfp-review-card__image img{display:block;width:100%;height:100%;object-fit:cover}
.nlfp-review-card__body{display:flex;flex:1;flex-direction:column;padding:14px}.nlfp-review-stars{color:#d4a72c;font-size:13px;letter-spacing:.08em}.nlfp-review-card p{margin:9px 0 14px;color:inherit;font-size:12px;line-height:1.55}.nlfp-review-card footer{display:flex;align-items:flex-end;justify-content:space-between;gap:10px;margin-top:auto}.nlfp-review-card footer strong,.nlfp-review-card footer small{display:block}.nlfp-review-card footer small{color:var(--nlfp-review-muted);font-size:10px}.nlfp-review-card footer>span{padding:4px 7px;border-radius:999px;background:#f2f4f7;color:#475467;font-size:9px;font-weight:750}

/* Trust bar, order bump, thank-you */
.nlfp-trust-bar{display:flex;flex-wrap:wrap;justify-content:center;gap:10px 22px;padding:18px;color:var(--nlfp-on-surface)}.nlfp-trust-bar span{display:flex;align-items:center;gap:7px;font-size:13px;font-weight:700}.nlfp-trust-bar b{display:grid;place-items:center;width:21px;height:21px;border-radius:50%;background:#ecfdf3;color:#067647}
.nlfp-order-bump{display:grid;grid-template-columns:90px 1fr auto;gap:16px;align-items:center;margin:20px auto;padding:16px;max-width:980px;border:1px solid rgba(182,138,53,.45);border-radius:18px;background:var(--nlfp-surface);color:var(--nlfp-on-surface);box-shadow:0 12px 32px rgba(16,24,40,.08)}
.nlfp-bump-image img{display:block;width:90px;height:90px;object-fit:cover;border-radius:12px}.nlfp-bump-kicker{color:var(--nlfp-accent);font-size:9px;font-weight:850;letter-spacing:.12em;text-transform:uppercase}.nlfp-bump-copy h3{margin:4px 0;font-size:18px}.nlfp-bump-copy p{margin:0 0 5px;color:var(--nlfp-muted)}.nlfp-bump-toggle{display:flex;align-items:center;gap:8px;font-weight:800;cursor:pointer}.nlfp-bump-toggle input{width:22px;height:22px;accent-color:var(--nlfp-accent)}.nlfp-order-bump.is-selected{border-color:#0e9f6e;background:#f1fcf7;color:#111827}.nlfp-order-bump.is-collapsed{opacity:.86}.nlfp-order-bump.is-collapsed .nlfp-bump-copy p,.nlfp-order-bump.is-collapsed .nlfp-bump-copy div{display:none}.nlfp-cart-badge{display:inline-flex;padding:3px 7px;border-radius:999px;background:#fff3cd;color:#705500;font-size:10px}
.nlfp-thankyou{max-width:760px;margin:40px auto;padding:clamp(28px,6vw,70px);border:1px solid var(--nlfp-border);border-radius:28px;background:var(--nlfp-surface);color:var(--nlfp-on-surface);box-shadow:var(--nlfp-shadow);text-align:center}.nlfp-success-icon{display:grid;place-items:center;width:68px;height:68px;margin:0 auto 18px;border-radius:50%;background:#ecfdf5;color:#047857;font-size:34px;font-weight:900}.nlfp-thankyou h1{color:inherit}.nlfp-order-card{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:28px;text-align:left}.nlfp-order-card>div{padding:16px;border-radius:14px;background:rgba(127,127,127,.08)}.nlfp-order-card span{display:block;color:var(--nlfp-muted);font-size:12px;margin-bottom:4px}

/* Native checkout shell */
.nlfp-checkout-shell{max-width:1160px;margin:30px auto;padding:clamp(18px,4vw,42px);color:var(--nlfp-on-surface)}.nlfp-checkout-head{text-align:center;margin:0 auto 24px;max-width:720px}.nlfp-checkout-head h2{margin:7px 0;color:inherit;font-family:Georgia,"Times New Roman",serif;font-size:clamp(28px,4vw,44px)}.nlfp-checkout-head p{margin:0;color:var(--nlfp-muted);line-height:1.6}.nlfp-checkout-body{padding:clamp(16px,3vw,30px);border:1px solid var(--nlfp-border);border-radius:20px;background:var(--nlfp-surface);box-shadow:var(--nlfp-shadow)}.nlfp-checkout-body .input-text,.nlfp-checkout-body .form-row select,.nlfp-checkout-body .select2-container .select2-selection{min-height:48px;border:1px solid #d1d5db;border-radius:10px;padding:10px 12px;background:#fff;color:#111827}.nlfp-checkout-body label{font-weight:700;font-size:13px}.nlfp-checkout-body #place_order{width:100%;min-height:54px;border-radius:12px;background:var(--nlfp-primary);color:var(--nlfp-on-primary);font-weight:800;font-size:16px}

/* Direct checkout */
.nlfp-direct-checkout-wrap{--nlfp-soft:rgba(127,127,127,.07);max-width:1180px;margin:0 auto;padding:clamp(26px,5vw,70px) clamp(12px,2vw,24px);color:var(--nlfp-on-surface)}
.nlfp-direct-checkout{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(330px,.8fr);gap:22px;align-items:start}.nlfp-direct-main{display:grid;gap:18px}.nlfp-direct-card,.nlfp-direct-summary{border:1px solid var(--nlfp-border);border-radius:22px;background:var(--nlfp-surface);color:var(--nlfp-on-surface);box-shadow:var(--nlfp-shadow)}.nlfp-direct-card{padding:clamp(18px,3.2vw,34px)}.nlfp-direct-summary{position:sticky;top:24px;padding:22px}.nlfp-card-title,.nlfp-summary-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:22px}.nlfp-card-title>div{display:flex;align-items:center;gap:12px}.nlfp-card-title h3,.nlfp-summary-heading h3{margin:0;color:inherit;font-size:20px;line-height:1.25}.nlfp-card-title small,.nlfp-summary-heading span{color:var(--nlfp-muted);font-size:12px}.nlfp-step-number{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:var(--nlfp-primary);color:var(--nlfp-on-primary);font-weight:800}.nlfp-direct-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.nlfp-direct-field{min-width:0}.nlfp-width-full{grid-column:1/-1}.nlfp-width-half{grid-column:auto}.nlfp-direct-field label{display:block;margin-bottom:7px;color:inherit;font-size:13px;font-weight:750}.nlfp-direct-field label span{color:var(--nlfp-danger)}
.nlfp-direct-field input,.nlfp-direct-field select,.nlfp-direct-field textarea,.nlfp-coupon-box input{width:100%;min-height:50px;border:1px solid #b8c0cc;border-radius:12px;background:#fff;color:#101828;padding:12px 14px;font:inherit;transition:border-color .18s,box-shadow .18s}.nlfp-direct-field textarea{min-height:92px;resize:vertical}.nlfp-direct-field input:focus,.nlfp-direct-field select:focus,.nlfp-direct-field textarea:focus,.nlfp-coupon-box input:focus{border-color:var(--nlfp-focus);box-shadow:0 0 0 4px rgba(47,111,237,.16);outline:none}.nlfp-direct-field [aria-invalid=true]{border-color:var(--nlfp-danger);box-shadow:0 0 0 4px rgba(180,35,24,.1)}.nlfp-field-error{display:block;min-height:18px;margin-top:5px;color:var(--nlfp-danger);font-size:12px}
.nlfp-country-lock,.nlfp-payment-method{display:flex;align-items:center;gap:12px;margin:16px 0;padding:14px;border:1px solid var(--nlfp-border);border-radius:14px;background:var(--nlfp-soft);color:inherit}.nlfp-country-lock>span{font-size:25px}.nlfp-country-lock strong,.nlfp-country-lock small,.nlfp-payment-method strong,.nlfp-payment-method small{display:block}.nlfp-country-lock small,.nlfp-payment-method small{margin-top:3px;color:var(--nlfp-muted)}.nlfp-payment-method.is-selected{border-color:rgba(182,138,53,.6)}.nlfp-payment-radio{width:19px;height:19px;border:5px solid var(--nlfp-accent);border-radius:50%;background:#fff;flex:0 0 auto}.nlfp-terms{display:flex;align-items:flex-start;gap:9px;margin:18px 0;font-size:13px;line-height:1.5}.nlfp-terms input{width:19px;height:19px;margin-top:1px;accent-color:var(--nlfp-primary)}.nlfp-submit-note{margin:12px 0 0;color:var(--nlfp-muted);font-size:12px;text-align:center;line-height:1.55}.nlfp-edit-details{border:0;background:transparent;color:var(--nlfp-focus);font-weight:700;cursor:pointer;text-decoration:underline;text-underline-offset:3px}.is-step-hidden{display:none!important}
.nlfp-checkout-progress{display:flex;justify-content:center;gap:0;max-width:520px;margin:0 auto 24px;padding:0;list-style:none}.nlfp-checkout-progress li{display:flex;align-items:center;gap:8px;flex:1;color:#7d8898;font-size:13px;font-weight:700}.nlfp-checkout-progress li:after{content:"";height:2px;background:#cfd5de;flex:1}.nlfp-checkout-progress li:last-child{flex:0 auto}.nlfp-checkout-progress li:last-child:after{display:none}.nlfp-checkout-progress li span{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:#dfe3e8;color:#475467}.nlfp-checkout-progress li.is-active{color:var(--nlfp-on-surface)}.nlfp-checkout-progress li.is-active span{background:var(--nlfp-primary);color:var(--nlfp-on-primary)}.nlfp-checkout-progress li.is-active:after{background:var(--nlfp-primary)}
.nlfp-summary-items{display:grid;gap:14px}.nlfp-summary-item{display:grid;grid-template-columns:64px minmax(0,1fr) auto;gap:12px;align-items:start;padding-bottom:14px;border-bottom:1px solid var(--nlfp-border)}.nlfp-summary-thumb img{display:block;width:64px;height:76px;object-fit:cover;border-radius:11px;background:#f2f4f7}.nlfp-summary-copy strong{display:block;color:inherit;font-size:14px;line-height:1.35}.nlfp-summary-copy small{display:block;margin-top:4px;color:var(--nlfp-muted);font-size:11px}.nlfp-summary-badge{display:inline-flex;margin-top:5px;padding:3px 7px;border-radius:999px;background:#fff2cc;color:#705500;font-size:10px;font-weight:800}.nlfp-summary-price{white-space:nowrap;font-size:13px;font-weight:800}.nlfp-qty-control{display:inline-grid;grid-template-columns:30px 38px 30px;align-items:center;margin-top:9px;overflow:hidden;border:1px solid #b8c0cc;border-radius:9px;background:#fff;color:#111827}.nlfp-qty-control button{height:30px;border:0;background:#f2f4f7;color:#111827;cursor:pointer;font-size:18px}.nlfp-qty-control input{width:38px;height:30px;border:0;border-right:1px solid #d0d5dd;border-left:1px solid #d0d5dd;background:#fff;color:#111827;text-align:center;padding:0;-moz-appearance:textfield}.nlfp-qty-control input::-webkit-inner-spin-button{display:none}
.nlfp-empty-cart-state{display:grid;place-items:center;min-height:210px;padding:24px;border:1px dashed #b8c0cc;border-radius:16px;text-align:center}.nlfp-empty-cart-state>span{display:grid;place-items:center;width:46px;height:46px;margin-bottom:9px;border-radius:50%;background:var(--nlfp-soft);font-size:24px}.nlfp-empty-cart-state strong{color:inherit}.nlfp-empty-cart-state p{max-width:300px;margin:6px 0 0;color:var(--nlfp-muted);font-size:12px;line-height:1.6}
.nlfp-coupon-box{margin-top:18px;padding:14px;border-radius:13px;background:var(--nlfp-soft)}.nlfp-coupon-box label{display:block;margin-bottom:7px;font-size:12px;font-weight:800}.nlfp-coupon-box>div:first-of-type{display:grid;grid-template-columns:1fr auto;gap:8px}.nlfp-coupon-box button{border:0;border-radius:10px;background:var(--nlfp-primary);color:var(--nlfp-on-primary);padding:0 15px;font-weight:750;cursor:pointer}.nlfp-summary-totals{display:grid;gap:10px;margin:18px 0 0}.nlfp-summary-totals>div{display:flex;justify-content:space-between;gap:20px;font-size:13px}.nlfp-summary-totals dt,.nlfp-summary-totals dd{margin:0}.nlfp-summary-totals dd{font-weight:700;text-align:right}.nlfp-summary-grand{margin-top:4px;padding-top:14px;border-top:1px solid var(--nlfp-border);font-size:17px!important;font-weight:850}.nlfp-remove-coupon{padding:0;border:0;background:transparent;color:var(--nlfp-danger);font-size:11px;cursor:pointer;text-decoration:underline}.nlfp-honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important}
.nlfp-shipping-placeholder,.nlfp-shipping-error{display:flex;justify-content:space-between;gap:12px;margin-top:18px;padding:13px;border-radius:12px;background:var(--nlfp-soft);font-size:12px}.nlfp-shipping-placeholder span,.nlfp-shipping-error span{color:var(--nlfp-muted);text-align:right}.nlfp-shipping-error{border:1px solid #fda29b;background:#fffbfa;color:#912018}.nlfp-shipping-methods{display:grid;gap:8px;margin:18px 0 0;padding:0;border:0}.nlfp-shipping-methods legend{margin-bottom:7px;color:inherit;font-size:12px;font-weight:850}.nlfp-shipping-option{display:flex;align-items:center;gap:10px;padding:12px;border:1px solid var(--nlfp-border);border-radius:12px;background:var(--nlfp-surface);color:inherit;cursor:pointer}.nlfp-shipping-option.is-selected{border-color:var(--nlfp-accent);box-shadow:0 0 0 3px rgba(182,138,53,.12)}.nlfp-shipping-option input{width:18px;height:18px;accent-color:var(--nlfp-accent)}.nlfp-shipping-option span{display:flex;align-items:center;justify-content:space-between;gap:14px;width:100%}.nlfp-shipping-option strong{font-size:12px}.nlfp-shipping-option small{color:inherit;font-size:12px;font-weight:800}.nlfp-order-status{text-align:center;font-size:14px}.nlfp-direct-checkout-wrap.is-cart-empty .nlfp-confirm-card{opacity:.7}

/* Imported Elementor template structure */
.nlfp-template-page{margin:0;background:#f6f6f5;color:#111827}.nlfp-template-page .elementor-section-wrap,.nlfp-template-page .elementor{overflow:clip}.nlfp-template-section>.elementor-container{max-width:none!important}.nlfp-template-hero,.nlfp-template-contact,.nlfp-template-footer{padding:24px}.nlfp-demo-brand{display:grid;grid-template-columns:auto auto;justify-content:center;align-items:center;gap:0 8px;padding:4px 0 30px;text-align:left}.nlfp-demo-logo{display:grid;grid-row:1/3;place-items:center;width:34px;height:34px;border-radius:5px;background:#fff;color:#111;font-family:Georgia,serif;font-size:20px}.nlfp-demo-brand strong{font-family:Georgia,serif;font-size:14px;letter-spacing:.12em}.nlfp-demo-brand small{font-size:8px;letter-spacing:.18em;text-transform:uppercase}.nlfp-demo-hero{max-width:760px;margin:0 auto;padding:24px 10px 10px;text-align:center}.nlfp-demo-hero>span{color:var(--nlfp-accent);font-size:9px;font-weight:850;letter-spacing:.22em}.nlfp-demo-hero h1{margin:9px 0;color:inherit;font-family:Georgia,"Times New Roman",serif;font-size:clamp(34px,6vw,72px);font-weight:500}.nlfp-demo-hero p{max-width:620px;margin:0 auto;color:inherit;opacity:.78;line-height:1.7}.nlfp-demo-contact{max-width:720px;margin:0 auto;padding:42px 24px;text-align:center}.nlfp-demo-contact>span{color:var(--nlfp-accent);font-size:10px;font-weight:800;letter-spacing:.16em}.nlfp-demo-contact h2{margin:8px 0;color:inherit;font-family:Georgia,serif;font-size:34px}.nlfp-demo-contact p{color:inherit;opacity:.75}.nlfp-demo-contact a{display:inline-flex;margin-top:10px;padding:11px 20px;border-radius:999px;background:var(--nlfp-accent);color:var(--nlfp-on-accent)!important;font-weight:800;text-decoration:none!important}

/* Template colour systems with guaranteed readable foregrounds */
.nlfp-theme-midnight-collection{--nlfp-surface:#171719;--nlfp-on-surface:#f8f5ee;--nlfp-muted:#c6c0b5;--nlfp-border:rgba(255,255,255,.15);--nlfp-primary:#c8a45d;--nlfp-on-primary:#15110a;--nlfp-accent:#c8a45d;--nlfp-on-accent:#15110a;background:#090909;color:#f8f5ee}
.nlfp-theme-midnight-collection .nlfp-template-hero,.nlfp-theme-midnight-collection .nlfp-template-products,.nlfp-theme-midnight-collection .nlfp-template-checkout,.nlfp-theme-midnight-collection .nlfp-template-reviews{background:#090909;color:#f8f5ee}.nlfp-theme-midnight-collection .nlfp-template-contact,.nlfp-theme-midnight-collection .nlfp-template-footer{background:#121214;color:#f8f5ee}.nlfp-theme-midnight-collection .nlfp-product-card{--nlfp-card-text:#f8f5ee;--nlfp-card-muted:#c6c0b5;border-color:rgba(255,255,255,.13);background:#171719}.nlfp-theme-midnight-collection .nlfp-product-card__media{background:#eee8df}.nlfp-theme-midnight-collection .nlfp-review-card{--nlfp-review-text:#f8f5ee;--nlfp-review-muted:#c6c0b5;border-color:rgba(255,255,255,.13);background:#171719}.nlfp-theme-midnight-collection .nlfp-review-card footer>span{background:#252529;color:#eee9df}.nlfp-theme-midnight-collection .nlfp-option-chip,.nlfp-theme-midnight-collection .nlfp-variation-select,.nlfp-theme-midnight-collection .nlfp-card-quantity input{border-color:rgba(255,255,255,.24);color:#f8f5ee;background:#1d1d20}.nlfp-theme-midnight-collection .nlfp-variation-select option{background:#fff;color:#111}.nlfp-theme-midnight-collection .nlfp-product-card__button{color:#f8f5ee}.nlfp-theme-midnight-collection .nlfp-direct-field label{color:#f8f5ee}.nlfp-theme-midnight-collection .nlfp-checkout-progress li{color:#c6c0b5}
.nlfp-theme-ivory-collection{--nlfp-surface:#fffaf2;--nlfp-on-surface:#2b211a;--nlfp-muted:#6e625a;--nlfp-border:#dfd3c6;--nlfp-primary:#2d2118;--nlfp-on-primary:#fff;--nlfp-accent:#9a673c;--nlfp-on-accent:#fff;background:#f4ede3;color:#2b211a}.nlfp-theme-ivory-collection .nlfp-template-section{background:#f4ede3;color:#2b211a}.nlfp-theme-ivory-collection .nlfp-product-card,.nlfp-theme-ivory-collection .nlfp-review-card{background:#fffaf2;border-color:#dfd3c6}
.nlfp-theme-clean-catalog{--nlfp-surface:#fff;--nlfp-on-surface:#111827;--nlfp-muted:#5e6979;--nlfp-border:#dfe4ec;--nlfp-primary:#19399a;--nlfp-on-primary:#fff;--nlfp-accent:#2648c7;--nlfp-on-accent:#fff;background:#f4f7fb;color:#111827}.nlfp-theme-clean-catalog .nlfp-template-section{background:#f4f7fb;color:#111827}
.nlfp-theme-rose-carousel{--nlfp-surface:#fffafb;--nlfp-on-surface:#39252b;--nlfp-muted:#765e66;--nlfp-border:#ead4da;--nlfp-primary:#7e344b;--nlfp-on-primary:#fff;--nlfp-accent:#a84f68;--nlfp-on-accent:#fff;background:#f9edf0;color:#39252b}.nlfp-theme-rose-carousel .nlfp-template-section{background:#f9edf0;color:#39252b}.nlfp-theme-rose-carousel .nlfp-product-card,.nlfp-theme-rose-carousel .nlfp-review-card{background:#fffafb;border-color:#ead4da}

@media(max-width:1024px){.nlfp-product-collection__track{grid-template-columns:repeat(3,minmax(0,1fr))}.nlfp-reviews__track{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:900px){.nlfp-product-grid,.nlfp-direct-checkout{grid-template-columns:1fr}.nlfp-direct-summary{position:static;grid-row:1;padding:17px}.nlfp-direct-main{grid-row:2}.nlfp-summary-items{max-height:420px;overflow:auto;padding-right:3px}.nlfp-checkout-progress{padding:0 12px}.nlfp-order-bump{grid-template-columns:72px 1fr}.nlfp-bump-image img{width:72px;height:72px}.nlfp-bump-toggle{grid-column:1/-1}.nlfp-order-card{grid-template-columns:1fr}}
@media(max-width:760px){.nlfp-product-collection__track{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.nlfp-product-card__body{padding:10px}.nlfp-product-card__title{font-size:13px}.nlfp-product-card__price{font-size:12px}.nlfp-card-actions{grid-template-columns:42px minmax(0,1fr)}.nlfp-product-card__button{font-size:9px}.nlfp-reviews__track{grid-template-columns:1fr}.nlfp-collection-cartbar{bottom:8px}.nlfp-carousel-controls{margin:-22px 0 10px}}
@media(max-width:620px){.nlfp-direct-grid{grid-template-columns:1fr}.nlfp-width-half,.nlfp-width-full{grid-column:1}.nlfp-direct-card,.nlfp-direct-summary{padding:17px;border-radius:17px}.nlfp-checkout-head{text-align:left;margin-bottom:18px}.nlfp-checkout-progress{justify-content:flex-start}.nlfp-card-title{align-items:flex-start}.nlfp-card-title>div{align-items:flex-start}.nlfp-card-title small{max-width:105px;text-align:right}.nlfp-summary-item{grid-template-columns:56px minmax(0,1fr) auto}.nlfp-summary-thumb img{width:56px;height:66px}.nlfp-primary-button{min-height:55px}.nlfp-direct-checkout-wrap{padding-right:4px;padding-left:4px}.nlfp-collection-cartbar{border-radius:14px}.nlfp-collection-cartbar span{font-size:11px}.nlfp-collection-checkout-link{padding:7px 12px}}
@media(max-width:420px){.nlfp-product-collection__track{grid-template-columns:repeat(2,minmax(0,1fr))}.nlfp-product-card__badge{font-size:7px}.nlfp-variation-field legend{font-size:9px}.nlfp-variation-select{min-height:35px;font-size:10px}.nlfp-card-actions{display:block}.nlfp-card-quantity{display:none}.nlfp-product-card__button{width:100%;min-height:38px}.nlfp-product-card__button span:last-child{display:none}}
@media(prefers-reduced-motion:reduce){.nlfp-product-offer *,.nlfp-product-collection *,.nlfp-reviews *,.nlfp-direct-checkout-wrap *{scroll-behavior:auto!important;transition:none!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}

/* v1.3.0 accessibility and shipping hardening */
.nlfp-direct-checkout-wrap.has-shipping-error .nlfp-direct-summary{box-shadow:0 0 0 3px rgba(180,35,24,.16),var(--nlfp-shadow)}
.nlfp-direct-checkout-wrap.has-shipping-error .nlfp-field-district select{border-color:#d92d20;box-shadow:0 0 0 3px rgba(217,45,32,.12)}
.nlfp-primary-button:disabled,.nlfp-product-card__button:disabled,.nlfp-coupon-box button:disabled,.nlfp-carousel-controls button:disabled{cursor:not-allowed;opacity:.55;filter:saturate(.55)}
.nlfp-direct-field input,.nlfp-direct-field select,.nlfp-direct-field textarea,.nlfp-coupon-box input{
  color:#111827!important;background:#fff!important;border-color:#c8ced8!important;-webkit-text-fill-color:#111827;
}
.nlfp-direct-field input::placeholder,.nlfp-direct-field textarea::placeholder,.nlfp-coupon-box input::placeholder{color:#687386!important;opacity:1}
.nlfp-direct-field select option{color:#111827;background:#fff}
.nlfp-direct-field input:focus,.nlfp-direct-field select:focus,.nlfp-direct-field textarea:focus,.nlfp-coupon-box input:focus{border-color:var(--nlfp-focus)!important;box-shadow:0 0 0 3px rgba(47,111,237,.18)!important;outline:0}
.nlfp-direct-card,.nlfp-direct-summary{color:#111827;background:#fff}
.nlfp-direct-card h2,.nlfp-direct-card h3,.nlfp-direct-summary h2,.nlfp-direct-summary h3,.nlfp-direct-summary strong,.nlfp-direct-summary dt,.nlfp-direct-summary dd{color:#111827}
.nlfp-direct-card small,.nlfp-direct-summary small,.nlfp-submit-note{color:#596579}
.nlfp-theme-midnight-collection .nlfp-direct-checkout-wrap{--nlfp-surface:#fff;--nlfp-on-surface:#111827;--nlfp-muted:#596579;--nlfp-border:#dfe3ea}
.nlfp-theme-midnight-collection .nlfp-direct-card,.nlfp-theme-midnight-collection .nlfp-direct-summary{color:#111827;background:#fff;border-color:#dfe3ea}
.nlfp-theme-midnight-collection .nlfp-direct-card h2,.nlfp-theme-midnight-collection .nlfp-direct-card h3,.nlfp-theme-midnight-collection .nlfp-direct-summary h2,.nlfp-theme-midnight-collection .nlfp-direct-summary h3,.nlfp-theme-midnight-collection .nlfp-direct-summary strong,.nlfp-theme-midnight-collection .nlfp-direct-summary dt,.nlfp-theme-midnight-collection .nlfp-direct-summary dd,.nlfp-theme-midnight-collection .nlfp-direct-field label{color:#111827}
.nlfp-theme-midnight-collection .nlfp-direct-card small,.nlfp-theme-midnight-collection .nlfp-direct-summary small,.nlfp-theme-midnight-collection .nlfp-submit-note,.nlfp-theme-midnight-collection .nlfp-checkout-progress li{color:#596579}
.nlfp-theme-midnight-collection .nlfp-checkout-progress li.is-active{color:#111827}
.nlfp-theme-midnight-collection .nlfp-payment-method,.nlfp-theme-midnight-collection .nlfp-country-lock,.nlfp-theme-midnight-collection .nlfp-coupon-box,.nlfp-theme-midnight-collection .nlfp-shipping-placeholder{color:#111827;background:#f6f7f9;border-color:#dfe3ea}
.nlfp-theme-midnight-collection .nlfp-shipping-option{color:#111827;background:#fff;border-color:#dfe3ea}
.nlfp-theme-midnight-collection .nlfp-shipping-option small,.nlfp-theme-midnight-collection .nlfp-shipping-option strong{color:#111827}
.nlfp-theme-midnight-collection .nlfp-primary-button{background:#c8a45d;color:#15110a}
.nlfp-product-card__title,.nlfp-product-card__price,.nlfp-product-card__excerpt,.nlfp-product-card__stock,.nlfp-review-card p,.nlfp-review-card strong,.nlfp-review-card small{overflow-wrap:anywhere}
.nlfp-product-card__button,.nlfp-primary-button,.nlfp-collection-checkout-link{min-height:44px}
@media(forced-colors:active){.nlfp-product-card,.nlfp-review-card,.nlfp-direct-card,.nlfp-direct-summary,.nlfp-shipping-option{border:1px solid CanvasText}.nlfp-product-card__button,.nlfp-primary-button,.nlfp-carousel-controls button{border:1px solid ButtonText}.nlfp-product-card__badge{border:1px solid CanvasText}}

/* v1.4.0 conversion widgets, quantity discounts and accessible landing tools */
.nlfp-discount-ladder,.nlfp-sticky-cart,.nlfp-product-filter,.nlfp-size-guide,.nlfp-faq,.nlfp-offer-banner,.nlfp-feature-grid,.nlfp-checkout-cta{box-sizing:border-box;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans Bengali",sans-serif}
.nlfp-discount-ladder *,.nlfp-sticky-cart *,.nlfp-product-filter *,.nlfp-size-guide *,.nlfp-faq *,.nlfp-offer-banner *,.nlfp-feature-grid *,.nlfp-checkout-cta *{box-sizing:border-box}
.nlfp-discount-ladder :focus-visible,.nlfp-sticky-cart :focus-visible,.nlfp-product-filter :focus-visible,.nlfp-size-guide :focus-visible,.nlfp-faq :focus-visible,.nlfp-offer-banner :focus-visible,.nlfp-feature-grid :focus-visible,.nlfp-checkout-cta :focus-visible{outline:3px solid var(--nlfp-focus)!important;outline-offset:3px!important}

/* Buy-more-save-more ladder */
.nlfp-discount-ladder{--nlfp-discount-text:#17120c;--nlfp-discount-muted:#695f52;--nlfp-discount-accent:#a87720;max-width:1120px;margin:28px auto;padding:clamp(20px,4vw,38px);border:1px solid #eadfca;border-radius:22px;background:linear-gradient(135deg,#fffdf8,#f8f0df);color:var(--nlfp-discount-text);box-shadow:0 18px 45px rgba(82,57,18,.09)}
.nlfp-discount-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:22px}
.nlfp-discount-heading h2{margin:7px 0 5px;color:inherit;font-family:Georgia,"Times New Roman",serif;font-size:clamp(26px,4vw,42px);line-height:1.1}
.nlfp-discount-heading p{max-width:660px;margin:0;color:var(--nlfp-discount-muted);line-height:1.65}
.nlfp-discount-current{display:grid;flex:0 0 auto;min-width:112px;padding:13px 15px;border:1px solid rgba(168,119,32,.28);border-radius:15px;background:rgba(255,255,255,.72);text-align:center}
.nlfp-discount-current strong{color:var(--nlfp-discount-accent);font-size:30px;line-height:1}
.nlfp-discount-current small{margin-top:5px;color:var(--nlfp-discount-muted);font-size:11px}
.nlfp-discount-tiers{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:11px;margin:0;padding:0;list-style:none}
.nlfp-discount-tier{position:relative;display:flex;align-items:center;gap:11px;min-height:78px;padding:14px;border:1px solid #ded4c4;border-radius:15px;background:rgba(255,255,255,.82);color:var(--nlfp-discount-text);transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease,background .2s ease}
.nlfp-discount-tier strong,.nlfp-discount-tier small{display:block}.nlfp-discount-tier strong{line-height:1.35}.nlfp-discount-tier small{margin-top:3px;color:var(--nlfp-discount-muted);font-size:12px}
.nlfp-discount-tier-check{display:grid;place-items:center;flex:0 0 29px;width:29px;height:29px;border:1px solid #d4c7b0;border-radius:999px;background:#fff;color:transparent;font-weight:900}
.nlfp-discount-tier.is-reached{border-color:rgba(168,119,32,.65);background:#fffaf0}.nlfp-discount-tier.is-reached .nlfp-discount-tier-check{border-color:var(--nlfp-discount-accent);background:var(--nlfp-discount-accent);color:#fff}
.nlfp-discount-tier.is-active{transform:translateY(-2px);border-color:var(--nlfp-discount-accent);box-shadow:0 12px 26px rgba(133,89,18,.15)}
.nlfp-discount-badge{position:absolute;top:-9px;right:10px;padding:4px 8px;border-radius:999px;background:var(--nlfp-discount-accent);color:#fff;font-size:10px;font-weight:850;letter-spacing:.05em;text-transform:uppercase}
.nlfp-discount-progress{height:8px;margin-top:18px;overflow:hidden;border-radius:99px;background:#e7dece}
.nlfp-discount-progress-bar{display:block;height:100%;border-radius:inherit;background:var(--nlfp-discount-accent);transition:width .35s ease}
.nlfp-discount-message{margin:11px 0 0;color:var(--nlfp-discount-text);font-weight:750;text-align:center}
.nlfp-discount-layout-compact{padding:18px 20px}.nlfp-discount-layout-compact .nlfp-discount-heading{align-items:center;margin-bottom:14px}.nlfp-discount-layout-compact .nlfp-discount-heading h2{font-size:25px}.nlfp-discount-layout-compact .nlfp-discount-tiers{display:flex;overflow-x:auto;padding:3px 2px 9px;scroll-snap-type:x mandatory}.nlfp-discount-layout-compact .nlfp-discount-tier{min-width:185px;scroll-snap-align:start}

/* Product filters */
.nlfp-product-filter{display:flex;flex-wrap:wrap;justify-content:center;gap:9px;max-width:1120px;margin:0 auto 20px;padding:3px}
.nlfp-product-filter button{min-height:42px;padding:9px 16px;border:1px solid #d7dce4;border-radius:999px;background:#fff;color:#344054;font:inherit;font-size:13px;font-weight:750;cursor:pointer;transition:background .18s,color .18s,border-color .18s,transform .18s}
.nlfp-product-filter button:hover{transform:translateY(-1px);border-color:#98a2b3}.nlfp-product-filter button[aria-pressed="true"]{border-color:var(--nlfp-primary);background:var(--nlfp-primary);color:var(--nlfp-on-primary)}
.nlfp-product-card[hidden],.nlfp-product-card.is-filtered-out{display:none!important}

/* Sticky/inline cart bar */
.nlfp-sticky-cart{z-index:999;display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:16px;width:min(920px,calc(100% - 28px));margin:18px auto;padding:12px 14px 12px 18px;border:1px solid rgba(255,255,255,.18);border-radius:17px;background:#111827;color:#fff;box-shadow:0 18px 50px rgba(0,0,0,.25)}
.nlfp-sticky-cart-sticky_bottom{position:fixed;right:14px;bottom:14px;left:14px;margin:auto}.nlfp-sticky-cart-sticky_top{position:fixed;top:46px;right:14px;left:14px;margin:auto}
.nlfp-sticky-cart-copy{display:grid;gap:2px}.nlfp-sticky-cart-copy>span{color:#d0d5dd;font-size:11px;text-transform:uppercase;letter-spacing:.1em}.nlfp-sticky-cart-copy strong{font-size:15px}.nlfp-sticky-cart-saving{color:#f4d58f;line-height:1.35}
.nlfp-sticky-cart-total{font-size:18px;font-weight:850;white-space:nowrap}.nlfp-sticky-cart-total .amount{color:inherit}
.nlfp-sticky-cart-action{display:flex;align-items:center;justify-content:center;gap:10px;min-height:46px;padding:10px 17px;border:0;border-radius:11px;background:#fff;color:#111827;font:inherit;font-weight:850;cursor:pointer}

/* Accessible size guide dialog */
.nlfp-size-guide-open{min-height:42px;padding:9px 15px;border:1px solid #cfd5de;border-radius:10px;background:#fff;color:#111827;font:inherit;font-weight:750;cursor:pointer}
.nlfp-size-guide-dialog{width:min(780px,calc(100% - 28px));max-height:min(84vh,760px);padding:0;border:1px solid #dfe3e8;border-radius:20px;background:#fff;color:#111827;box-shadow:0 30px 90px rgba(0,0,0,.28)}
.nlfp-size-guide-dialog::backdrop{background:rgba(10,16,26,.72);backdrop-filter:blur(3px)}
.nlfp-size-guide-dialog.is-fallback-open{position:fixed;z-index:10010;inset:50% auto auto 50%;transform:translate(-50%,-50%)}
.nlfp-size-guide-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:23px 24px 12px}.nlfp-size-guide-head h2{margin:5px 0 0;font-family:Georgia,"Times New Roman",serif;font-size:30px}
.nlfp-size-guide-close{display:grid;place-items:center;flex:0 0 42px;width:42px;height:42px;border:1px solid #d8dde5;border-radius:999px;background:#fff;color:#111827;font-size:25px;cursor:pointer}
.nlfp-size-guide-dialog>p{margin:0;padding:0 24px 17px;color:#667085;line-height:1.6}.nlfp-size-guide-table-wrap{overflow:auto;padding:0 24px 24px}.nlfp-size-guide table{width:100%;border-collapse:collapse;min-width:600px}.nlfp-size-guide th,.nlfp-size-guide td{padding:12px;border:1px solid #e2e7ed;text-align:left}.nlfp-size-guide thead th{background:#f5f7fa}.nlfp-size-guide tbody th{background:#fbfcfd}

/* FAQ */
.nlfp-faq{--nlfp-faq-accent:#a87720;max-width:920px;margin:40px auto;padding:clamp(20px,4vw,38px);border-radius:22px;background:#f8fafc;color:#111827}.nlfp-faq>header{text-align:center;margin-bottom:22px}.nlfp-faq h2{margin:6px 0;font-family:Georgia,"Times New Roman",serif;font-size:clamp(28px,4vw,43px)}.nlfp-faq>header p{margin:0;color:#667085}
.nlfp-faq-list{display:grid;gap:10px}.nlfp-faq details{overflow:hidden;border:1px solid #e0e4ea;border-radius:14px;background:#fff}.nlfp-faq summary{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:56px;padding:14px 17px;color:inherit;font-weight:800;cursor:pointer;list-style:none}.nlfp-faq summary::-webkit-details-marker{display:none}.nlfp-faq details[open] summary{color:var(--nlfp-faq-accent)}.nlfp-faq details[open] summary span:last-child{transform:rotate(45deg)}.nlfp-faq summary span:last-child{font-size:22px;transition:transform .18s}.nlfp-faq-answer{padding:0 17px 17px;color:#596579;line-height:1.7}.nlfp-faq-answer>:first-child{margin-top:0}.nlfp-faq-answer>:last-child{margin-bottom:0}

/* Offer banner and honest countdown */
.nlfp-offer-banner{--nlfp-offer-accent:#f3cc74;display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:22px;max-width:1180px;margin:28px auto;padding:clamp(21px,4vw,38px);border-radius:22px;background:linear-gradient(135deg,#111827,#222f48);color:#fff;box-shadow:0 22px 55px rgba(17,24,39,.22)}
.nlfp-offer-badge{display:inline-flex;padding:5px 9px;border:1px solid rgba(243,204,116,.45);border-radius:999px;color:var(--nlfp-offer-accent);font-size:10px;font-weight:900;letter-spacing:.12em}.nlfp-offer-banner h2{margin:8px 0 5px;color:inherit;font-family:Georgia,"Times New Roman",serif;font-size:clamp(25px,3.5vw,40px)}.nlfp-offer-banner p{margin:0;color:#d8dee9;line-height:1.6}
.nlfp-offer-countdown{display:flex;gap:7px}.nlfp-offer-countdown>span{display:grid;min-width:58px;padding:9px;border:1px solid rgba(255,255,255,.18);border-radius:11px;background:rgba(255,255,255,.08);text-align:center}.nlfp-offer-countdown strong{font-size:19px}.nlfp-offer-countdown small{margin-top:2px;color:#c8d0dc;font-size:9px;text-transform:uppercase}.nlfp-offer-expired{color:var(--nlfp-offer-accent)}
.nlfp-offer-banner-button{min-height:46px;padding:10px 16px;border:0;border-radius:11px;background:var(--nlfp-offer-accent);color:#17120c;font:inherit;font-weight:900;cursor:pointer;white-space:nowrap}

/* Feature/benefit grid */
.nlfp-feature-grid{max-width:1180px;margin:38px auto;padding:clamp(20px,4vw,38px);border-radius:22px;background:#f8fafc;color:#111827}.nlfp-feature-grid>header{text-align:center;margin-bottom:22px}.nlfp-feature-grid h2{margin:6px 0;font-family:Georgia,"Times New Roman",serif;font-size:clamp(28px,4vw,43px)}
.nlfp-feature-grid-items{display:grid;grid-template-columns:repeat(var(--nlfp-feature-columns,3),minmax(0,1fr));gap:14px}.nlfp-feature-card{padding:22px;border:1px solid #e2e7ed;border-radius:16px;background:#fff;box-shadow:0 8px 26px rgba(16,24,40,.055)}.nlfp-feature-icon{display:grid;place-items:center;width:42px;height:42px;margin-bottom:13px;border-radius:12px;background:#f6efe2;color:#93651d;font-size:21px}.nlfp-feature-card h3{margin:0 0 7px;color:inherit}.nlfp-feature-card p{margin:0;color:#667085;line-height:1.62}

/* Checkout call-to-action */
.nlfp-checkout-cta{display:flex;align-items:center;justify-content:space-between;gap:25px;max-width:1120px;margin:35px auto;padding:clamp(22px,4vw,38px);border:1px solid #dfe4eb;border-radius:22px;background:#fff;color:#111827;box-shadow:0 16px 44px rgba(16,24,40,.08)}.nlfp-checkout-cta h2{margin:6px 0;color:inherit;font-family:Georgia,"Times New Roman",serif;font-size:clamp(26px,3.5vw,39px)}.nlfp-checkout-cta p{max-width:690px;margin:0;color:#667085;line-height:1.65}.nlfp-checkout-cta button{display:flex;align-items:center;justify-content:center;gap:10px;min-width:190px;min-height:50px;padding:11px 17px;border:0;border-radius:12px;background:var(--nlfp-primary);color:var(--nlfp-on-primary);font:inherit;font-weight:850;cursor:pointer}.nlfp-checkout-cta-count{display:grid;place-items:center;min-width:25px;height:25px;padding:0 6px;border-radius:99px;background:rgba(255,255,255,.18);font-size:12px}

@media(max-width:900px){.nlfp-offer-banner{grid-template-columns:1fr}.nlfp-offer-countdown{flex-wrap:wrap}.nlfp-offer-banner-button{justify-self:start}.nlfp-feature-grid-items{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:700px){.nlfp-discount-heading,.nlfp-checkout-cta{align-items:stretch;flex-direction:column}.nlfp-discount-heading{display:flex}.nlfp-discount-current{grid-template-columns:auto auto;align-items:center;justify-content:center;gap:8px}.nlfp-discount-current small{margin:0}.nlfp-sticky-cart{grid-template-columns:minmax(0,1fr) auto;gap:9px;padding:10px}.nlfp-sticky-cart-total{display:none}.nlfp-sticky-cart-action{padding:9px 12px}.nlfp-checkout-cta button{width:100%}.nlfp-feature-grid-items{grid-template-columns:1fr}.nlfp-product-filter{justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap;padding-bottom:8px}.nlfp-product-filter button{flex:0 0 auto}}
@media(max-width:480px){.nlfp-discount-ladder{padding:17px 13px}.nlfp-discount-tiers{grid-template-columns:1fr}.nlfp-sticky-cart-copy>span,.nlfp-sticky-cart-saving{display:none}.nlfp-sticky-cart-action span:first-child{max-width:116px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nlfp-offer-countdown>span{min-width:50px}.nlfp-size-guide-head,.nlfp-size-guide-dialog>p,.nlfp-size-guide-table-wrap{padding-right:16px;padding-left:16px}}
@media(prefers-reduced-motion:reduce){.nlfp-discount-tier,.nlfp-discount-progress-bar,.nlfp-product-filter button,.nlfp-faq summary span:last-child{transition:none!important}.nlfp-discount-tier.is-active,.nlfp-product-filter button:hover{transform:none}}
@media(forced-colors:active){.nlfp-discount-tier.is-active,.nlfp-product-filter button[aria-pressed="true"],.nlfp-sticky-cart,.nlfp-offer-banner{border:2px solid CanvasText}.nlfp-discount-tier-check,.nlfp-discount-badge{forced-color-adjust:auto}.nlfp-size-guide-dialog::backdrop{background:Canvas}}

/* ========================================================================
   Nahid Landing Funnel Pro v1.5.0 — minimalist, accessible UI refresh
   ======================================================================== */
:root{
  --nlfp-container:1240px;
  --nlfp-space-section:clamp(44px,7vw,92px);
  --nlfp-card-price:#9a651c;
  --nlfp-card-button-bg:#111827;
  --nlfp-card-button-text:#ffffff;
  --nlfp-card-button-border:#111827;
  --nlfp-card-button-hover-bg:#263248;
  --nlfp-card-button-hover-text:#ffffff;
}

/* Keep plugin surfaces legible even when a theme applies inherited colours. */
.nlfp-product-collection,
.nlfp-direct-checkout-wrap,
.nlfp-thankyou,
.nlfp-reviews,
.nlfp-order-bump,
.nlfp-discount-ladder,
.nlfp-checkout-cta,
.nlfp-feature-grid,
.nlfp-faq{
  line-height:1.5;
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
}
.nlfp-product-collection a,
.nlfp-direct-checkout-wrap a,
.nlfp-thankyou a{color:inherit}

/* Product collection — clean cards, dependable price/action contrast. */
.nlfp-product-collection{
  width:min(100%,var(--nlfp-container));
  padding-block:var(--nlfp-space-section);
}
.nlfp-collection-heading{margin-bottom:clamp(24px,4vw,46px)}
.nlfp-collection-heading h2{
  max-width:18ch;
  margin-inline:auto;
  font-size:clamp(30px,4.2vw,54px);
  letter-spacing:-.025em;
}
.nlfp-product-collection__track{gap:clamp(12px,1.8vw,22px)}
.nlfp-product-card{
  --nlfp-card-surface:#ffffff;
  --nlfp-card-text:#101828;
  --nlfp-card-muted:#5d6878;
  border-color:#e3e7ed;
  border-radius:18px;
  background:var(--nlfp-card-surface);
  color:var(--nlfp-card-text);
  box-shadow:0 8px 28px rgba(16,24,40,.07);
}
.nlfp-card-style-minimal .nlfp-product-card{box-shadow:0 5px 20px rgba(16,24,40,.055)}
.nlfp-card-style-luxury .nlfp-product-card{
  --nlfp-card-surface:#151517;
  --nlfp-card-text:#f9fafb;
  --nlfp-card-muted:#c4c9d2;
  --nlfp-card-price:#f0c86e;
  --nlfp-card-button-bg:#f0c86e;
  --nlfp-card-button-text:#16120a;
  --nlfp-card-button-border:#f0c86e;
  --nlfp-card-button-hover-bg:#ffffff;
  --nlfp-card-button-hover-text:#111111;
  border-color:#343438;
  background:#151517;
  color:#f9fafb;
  box-shadow:0 12px 34px rgba(0,0,0,.27);
}
.nlfp-card-style-soft .nlfp-product-card{
  border-color:#eadfd7;
  background:#fffaf6;
  box-shadow:0 10px 28px rgba(92,63,42,.08);
}
.nlfp-product-card:hover{transform:translateY(-2px)}
.nlfp-product-card__media{background:#f3f4f6}
.nlfp-product-card__media img{object-position:center top}
.nlfp-product-card__body{padding:clamp(14px,1.6vw,19px)}
.nlfp-product-card__title{
  min-height:2.65em;
  margin-bottom:8px;
  color:var(--nlfp-card-text)!important;
  font-family:inherit;
  font-size:clamp(14px,1.2vw,17px);
  font-weight:700;
  letter-spacing:-.01em;
}
.nlfp-product-card__price,
.nlfp-product-card__price .amount,
.nlfp-product-card__price bdi,
.nlfp-product-card__price ins,
.nlfp-product-card__price ins .amount,
.nlfp-product-card__price ins bdi{
  color:var(--nlfp-card-price)!important;
  opacity:1!important;
  visibility:visible!important;
}
.nlfp-product-card__price{
  display:flex!important;
  flex-wrap:wrap;
  align-items:baseline;
  gap:6px;
  min-height:25px;
  margin:0 0 12px;
  font-size:clamp(15px,1.25vw,18px)!important;
  font-weight:850!important;
  line-height:1.35;
}
.nlfp-product-card__price del,
.nlfp-product-card__price del .amount,
.nlfp-product-card__price del bdi{
  color:var(--nlfp-card-muted)!important;
  opacity:.82!important;
  font-size:.82em;
}
.nlfp-product-card__excerpt{color:var(--nlfp-card-muted)!important}
.nlfp-variation-field legend{color:var(--nlfp-card-muted)!important;font-size:11px}
.nlfp-variation-select,
.nlfp-card-quantity input{
  min-height:44px;
  border-color:color-mix(in srgb,var(--nlfp-card-text) 26%,transparent);
  background:var(--nlfp-card-surface)!important;
  color:var(--nlfp-card-text)!important;
  opacity:1;
}
.nlfp-card-style-luxury .nlfp-variation-select,
.nlfp-card-style-luxury .nlfp-card-quantity input{
  color-scheme:dark;
  border-color:#4d4d52;
  background:#202023!important;
}
.nlfp-card-actions{grid-template-columns:minmax(48px,64px) minmax(0,1fr);gap:9px}
.nlfp-product-card__button,
.nlfp-product-card__button:link,
.nlfp-product-card__button:visited{
  min-height:44px!important;
  border:1px solid var(--nlfp-card-button-border)!important;
  background:var(--nlfp-card-button-bg)!important;
  color:var(--nlfp-card-button-text)!important;
  opacity:1!important;
  visibility:visible!important;
  font-size:11px;
  line-height:1.25;
  text-decoration:none;
  box-shadow:none;
}
.nlfp-product-card__button span{color:inherit!important;opacity:1!important}
.nlfp-product-card__button:hover,
.nlfp-product-card__button:focus-visible{
  border-color:var(--nlfp-card-button-hover-bg)!important;
  background:var(--nlfp-card-button-hover-bg)!important;
  color:var(--nlfp-card-button-hover-text)!important;
}
.nlfp-collection-add-form.is-added .nlfp-product-card__button{
  border-color:#087f5b!important;
  background:#087f5b!important;
  color:#fff!important;
}
.nlfp-product-card__button:disabled{background:#e5e7eb!important;color:#5e6878!important;border-color:#d0d5dd!important}
.nlfp-card-style-luxury .nlfp-product-card__button:disabled{background:#303034!important;color:#aeb3bc!important;border-color:#424247!important}
.nlfp-carousel-controls{margin-top:-22px}
.nlfp-carousel-controls button{min-width:44px;min-height:44px}
.nlfp-collection-cartbar{
  min-height:62px;
  border-radius:18px;
  background:rgba(17,24,39,.97);
  color:#fff;
}
.nlfp-collection-cartbar small{display:block;color:#f2cf7c}
.nlfp-collection-checkout-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:10px 18px;
  border-radius:11px;
  background:#fff;
  color:#111827!important;
  font-weight:800;
  text-decoration:none!important;
}

/* Modern Direct Checkout presentation. */
.nlfp-direct-checkout-wrap{
  width:min(100%,var(--nlfp-checkout-max-width,1180px));
  padding-block:var(--nlfp-space-section);
}
.nlfp-direct-checkout{gap:clamp(16px,2.4vw,30px)}
.nlfp-direct-card,.nlfp-direct-summary{
  border-color:#e2e7ed;
  border-radius:20px;
  box-shadow:0 14px 42px rgba(16,24,40,.08);
}
.nlfp-checkout-style-minimal .nlfp-direct-card,
.nlfp-checkout-style-minimal .nlfp-direct-summary{box-shadow:0 6px 24px rgba(16,24,40,.06)}
.nlfp-checkout-style-classic .nlfp-direct-card,
.nlfp-checkout-style-classic .nlfp-direct-summary{border-width:2px;box-shadow:none}
.nlfp-checkout-style-luxury{
  --nlfp-surface:#171719;
  --nlfp-on-surface:#f9fafb;
  --nlfp-muted:#c4c9d2;
  --nlfp-border:#36363b;
  --nlfp-primary:#e6c16a;
  --nlfp-on-primary:#17120a;
  --nlfp-soft:#222226;
  color-scheme:dark;
}
.nlfp-checkout-style-luxury .nlfp-direct-card,
.nlfp-checkout-style-luxury .nlfp-direct-summary{background:#171719;color:#f9fafb;border-color:#37373c}
.nlfp-checkout-style-luxury .nlfp-direct-field input,
.nlfp-checkout-style-luxury .nlfp-direct-field select,
.nlfp-checkout-style-luxury .nlfp-direct-field textarea,
.nlfp-checkout-style-luxury .nlfp-coupon-box input{
  border-color:#515159;
  background:#fff!important;
  color:#111827!important;
  color-scheme:light;
}
.nlfp-checkout-style-luxury .nlfp-direct-field input::placeholder,
.nlfp-checkout-style-luxury .nlfp-direct-field textarea::placeholder{color:#667085;opacity:1}
.nlfp-checkout-style-luxury .nlfp-country-lock,
.nlfp-checkout-style-luxury .nlfp-payment-method,
.nlfp-checkout-style-luxury .nlfp-coupon-box{background:#222226;border-color:#414147}
.nlfp-direct-field input,
.nlfp-direct-field select,
.nlfp-direct-field textarea,
.nlfp-coupon-box input{font-size:16px}
.nlfp-primary-button{min-height:54px;font-size:15px}
.nlfp-shipping-options{display:grid;gap:10px}
.nlfp-shipping-option{
  display:flex;
  align-items:flex-start;
  gap:11px;
  min-height:52px;
  padding:12px 14px;
  border:1px solid var(--nlfp-border);
  border-radius:12px;
  background:var(--nlfp-soft);
  color:inherit;
  cursor:pointer;
}
.nlfp-shipping-option input{flex:0 0 auto;width:19px;height:19px;margin-top:2px;accent-color:var(--nlfp-primary)}
.nlfp-summary-grand{padding-top:14px;border-top:1px solid var(--nlfp-border);font-size:17px!important}

/* Order-confirmation page: suppress the duplicated, theme-styled WC receipt. */
body.nlfp-step-thankyou .woocommerce-order-overview,
body.nlfp-step-thankyou .woocommerce-order-details,
body.nlfp-step-thankyou .woocommerce-customer-details,
body.nlfp-step-thankyou .woocommerce-notice--success,
body.nlfp-step-thankyou .woocommerce-thankyou-order-received,
body.nlfp-step-thankyou .wc-bacs-bank-details,
body.nlfp-step-thankyou .wc-bacs-bank-details-heading{
  display:none!important;
}
body.nlfp-step-thankyou main,
body.nlfp-step-thankyou .site-main,
body.nlfp-step-thankyou .entry-content{min-height:0!important}
.nlfp-thankyou-receipt{
  max-width:1180px;
  margin:clamp(24px,5vw,64px) auto;
  padding:clamp(18px,3vw,36px);
  border:1px solid #e1e6ed;
  border-radius:28px;
  background:#f7f8fa;
  color:#101828;
  box-shadow:0 22px 70px rgba(16,24,40,.12);
  text-align:left;
}
.nlfp-receipt-hero{
  display:flex;
  align-items:center;
  gap:18px;
  padding:clamp(18px,3vw,30px);
  border-radius:20px;
  background:#111827;
  color:#fff;
}
.nlfp-receipt-hero .nlfp-success-icon{flex:0 0 64px;margin:0}
.nlfp-receipt-hero h1{margin:5px 0 6px;color:#fff;font-size:clamp(25px,3.5vw,40px);line-height:1.12}
.nlfp-receipt-hero p{margin:0;color:#d7dde8;line-height:1.6}
.nlfp-receipt-meta{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
  margin:16px 0;
}
.nlfp-receipt-meta>div{
  min-width:0;
  padding:14px 16px;
  border:1px solid #e1e6ed;
  border-radius:14px;
  background:#fff;
}
.nlfp-receipt-meta span{display:block;margin-bottom:4px;color:#667085;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em}
.nlfp-receipt-meta strong{display:block;overflow-wrap:anywhere;color:#101828;font-size:14px}
.nlfp-receipt-layout{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(280px,.55fr);gap:16px;align-items:start}
.nlfp-receipt-main,.nlfp-receipt-sidebar{display:grid;gap:16px;min-width:0}
.nlfp-receipt-panel{
  padding:clamp(17px,2.3vw,26px);
  border:1px solid #e1e6ed;
  border-radius:18px;
  background:#fff;
  color:#101828;
  box-shadow:0 5px 20px rgba(16,24,40,.04);
}
.nlfp-receipt-panel-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:14px}
.nlfp-receipt-panel h2,.nlfp-receipt-panel h3{margin:0;color:#101828;font-size:18px}
.nlfp-receipt-panel-head span{color:#667085;font-size:12px}
.nlfp-receipt-items{display:grid}
.nlfp-receipt-item{
  display:grid;
  grid-template-columns:72px minmax(0,1fr) 54px minmax(90px,auto);
  gap:14px;
  align-items:center;
  padding:14px 0;
  border-bottom:1px solid #edf0f4;
}
.nlfp-receipt-item:last-child{border-bottom:0}
.nlfp-receipt-item-image img{display:block;width:72px;height:84px;border-radius:11px;object-fit:cover;background:#f2f4f7}
.nlfp-receipt-item-copy{min-width:0}
.nlfp-receipt-item-copy strong{display:block;color:#101828;line-height:1.4}
.nlfp-receipt-item-copy small{display:block;margin-top:4px;color:#667085}
.nlfp-receipt-item-meta{margin-top:5px;color:#5d6878;font-size:12px}
.nlfp-receipt-item-meta p{margin:2px 0}
.nlfp-receipt-item-qty{text-align:center}.nlfp-receipt-item-qty span{display:block;color:#667085;font-size:11px}.nlfp-receipt-item-total{text-align:right;font-weight:800;white-space:nowrap}
.nlfp-receipt-item-total .amount,.nlfp-receipt-totals .amount{color:inherit!important}
.nlfp-receipt-totals{display:grid;gap:10px;margin:14px 0 0;padding-top:16px;border-top:1px solid #e1e6ed}
.nlfp-receipt-totals>div{display:flex;justify-content:space-between;gap:20px}
.nlfp-receipt-totals dt,.nlfp-receipt-totals dd{margin:0}
.nlfp-receipt-totals dd{font-weight:750;text-align:right}
.nlfp-receipt-discount dd{color:#087f5b}
.nlfp-receipt-grand{margin-top:5px;padding-top:14px;border-top:1px solid #d9dfe7;font-size:18px}
.nlfp-customer-card address{margin:12px 0 0;color:#344054;font-style:normal;line-height:1.75}
.nlfp-customer-card p{margin:8px 0 0;color:#344054;overflow-wrap:anywhere}
.nlfp-payment-instructions{overflow-wrap:anywhere}.nlfp-payment-instructions>:last-child{margin-bottom:0}
.nlfp-receipt-help p{color:#5d6878;line-height:1.65}
.nlfp-receipt-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:16px}
.nlfp-receipt-button,.nlfp-receipt-print{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:10px 14px;
  border:1px solid #111827;
  border-radius:11px;
  background:#111827;
  color:#fff!important;
  font:inherit;
  font-weight:800;
  text-decoration:none!important;
  cursor:pointer;
}
.nlfp-receipt-print{background:#fff;color:#111827!important}
.nlfp-receipt-error{text-align:center;padding:40px 20px}.nlfp-receipt-error h1{color:#101828}

/* Section consistency in supplied templates. */
body[class*="nlfp-step-"] .elementor-section,
body[class*="nlfp-step-"] .e-con{overflow:visible}
.nlfp-reviews,.nlfp-feature-grid,.nlfp-faq,.nlfp-checkout-cta,.nlfp-offer-banner{width:min(calc(100% - 28px),var(--nlfp-container))}
.nlfp-review-card{border-radius:16px}
.nlfp-review-card,.nlfp-feature-card{transition:transform .18s ease,box-shadow .18s ease}
.nlfp-review-card:hover,.nlfp-feature-card:hover{transform:translateY(-2px)}

/* Tablet and mobile rules. */
@media(max-width:1100px){
  .nlfp-product-collection__track{grid-template-columns:repeat(3,minmax(0,1fr))}
  .nlfp-direct-checkout{grid-template-columns:minmax(0,1fr) minmax(300px,.78fr)}
  .nlfp-receipt-meta{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:900px){
  .nlfp-product-collection__track{grid-template-columns:repeat(2,minmax(0,1fr))}
  .nlfp-direct-checkout{grid-template-columns:1fr}
  .nlfp-direct-summary{position:static;order:-1}
  .nlfp-receipt-layout{grid-template-columns:1fr}
  .nlfp-receipt-sidebar{grid-template-columns:repeat(2,minmax(0,1fr))}
  .nlfp-receipt-help{grid-column:1/-1}
}
@media(max-width:700px){
  .nlfp-product-collection{padding-inline:12px}
  .nlfp-product-collection__track{gap:10px}
  .nlfp-product-card{border-radius:14px}
  .nlfp-product-card__body{padding:12px}
  .nlfp-product-card__title{min-height:2.7em;font-size:14px}
  .nlfp-product-card__price{font-size:15px!important}
  .nlfp-card-actions{grid-template-columns:48px minmax(0,1fr)}
  .nlfp-product-card__button{padding-inline:7px;font-size:9.5px}
  .nlfp-collection-cartbar{bottom:8px;gap:9px;margin-inline:0;padding:10px 11px;border-radius:14px}
  .nlfp-collection-cartbar>span{font-size:12px}
  .nlfp-collection-checkout-link{padding-inline:12px;font-size:12px}
  .nlfp-direct-checkout-wrap{padding-inline:10px}
  .nlfp-direct-card,.nlfp-direct-summary{border-radius:16px}
  .nlfp-direct-grid{grid-template-columns:1fr}
  .nlfp-width-half,.nlfp-width-full{grid-column:1/-1}
  .nlfp-checkout-progress{padding-inline:8px}.nlfp-checkout-progress li{font-size:11px}.nlfp-checkout-progress li span{width:28px;height:28px}
  .nlfp-receipt-hero{align-items:flex-start;flex-direction:column}
  .nlfp-receipt-meta{grid-template-columns:1fr 1fr}
  .nlfp-receipt-sidebar{grid-template-columns:1fr}.nlfp-receipt-help{grid-column:auto}
  .nlfp-receipt-item{grid-template-columns:58px minmax(0,1fr) auto;gap:10px}
  .nlfp-receipt-item-image img{width:58px;height:68px}
  .nlfp-receipt-item-qty{grid-column:2;text-align:left}.nlfp-receipt-item-total{grid-column:3;grid-row:1/3}
}
@media(max-width:480px){
  .nlfp-product-collection__track{grid-template-columns:repeat(2,minmax(0,1fr))}
  .nlfp-collection-layout-carousel .nlfp-product-card{width:min(78vw,285px)}
  .nlfp-product-card__badge{top:7px;left:7px;font-size:8px}
  .nlfp-product-card__title{font-size:13px}
  .nlfp-product-card__excerpt,.nlfp-product-card__stock{display:none}
  .nlfp-card-actions{grid-template-columns:1fr}
  .nlfp-card-quantity input{width:100%}
  .nlfp-receipt-meta{grid-template-columns:1fr}
  .nlfp-receipt-actions{grid-template-columns:1fr}
}
@media(max-width:360px){.nlfp-product-collection__track{grid-template-columns:1fr}}

@media(prefers-reduced-motion:reduce){
  .nlfp-product-card,.nlfp-product-card__media img,.nlfp-review-card,.nlfp-feature-card{transition:none!important}
  .nlfp-product-card:hover,.nlfp-review-card:hover,.nlfp-feature-card:hover{transform:none!important}
}
@media(forced-colors:active){
  .nlfp-product-card,.nlfp-direct-card,.nlfp-direct-summary,.nlfp-receipt-panel,.nlfp-receipt-meta>div{border:1px solid CanvasText}
  .nlfp-product-card__button,.nlfp-receipt-button,.nlfp-receipt-print,.nlfp-collection-checkout-link{border:2px solid ButtonText}
}
@media print{
  body.nlfp-step-thankyou *{visibility:hidden!important}
  body.nlfp-step-thankyou .nlfp-thankyou-receipt,
  body.nlfp-step-thankyou .nlfp-thankyou-receipt *{visibility:visible!important}
  body.nlfp-step-thankyou .nlfp-thankyou-receipt{position:absolute;inset:0;width:100%;max-width:none;margin:0;padding:0;border:0;box-shadow:none;background:#fff}
  .nlfp-receipt-actions{display:none!important}
  .nlfp-receipt-hero{background:#fff!important;color:#000!important;border:1px solid #aaa}
  .nlfp-receipt-hero h1,.nlfp-receipt-hero p{color:#000!important}
}

/* Receipt detail rows and status semantics. */
.nlfp-panel-kicker{display:block;margin-bottom:4px;color:#76541c;font-size:10px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}
.nlfp-status-pill{display:inline-flex!important;width:max-content;padding:4px 8px;border-radius:999px;background:#fff7e8;color:#8a4b02!important;font-size:12px!important}
.nlfp-status-processing,.nlfp-status-completed{background:#ecfdf3;color:#067647!important}.nlfp-status-cancelled,.nlfp-status-failed,.nlfp-status-refunded{background:#fff0ee;color:#b42318!important}.nlfp-status-pending{background:#eef2ff;color:#3157e8!important}
.nlfp-customer-row,.nlfp-address-block{display:grid;gap:4px;padding:11px 0;border-bottom:1px solid #edf0f4}.nlfp-customer-row:last-child,.nlfp-address-block:last-child{border-bottom:0}.nlfp-customer-row>span,.nlfp-address-block>span{color:#667085;font-size:11px;font-weight:750;text-transform:uppercase;letter-spacing:.04em}.nlfp-customer-row strong,.nlfp-customer-row a{color:#101828!important;font-weight:700;text-decoration:none;overflow-wrap:anywhere}.nlfp-customer-row a:hover{text-decoration:underline}
.nlfp-success-icon-error{background:#fff0ee;color:#b42318}
.nlfp-payment-instructions .wc-bacs-bank-details,
.nlfp-payment-instructions .wc-bacs-bank-details-heading{display:block!important}
.nlfp-payment-instructions ul.wc-bacs-bank-details{margin:12px 0 0;padding-left:18px}

/* NLFP 1.6.1 — complete product gallery, quick view and trust-focused cards */
.nlfp-product-collection{
  --nlfp-gallery-surface:#f7f7f5;
  --nlfp-gallery-control:#111827;
  --nlfp-gallery-control-text:#fff;
}
.nlfp-product-card__media{position:relative;overflow:hidden;background:var(--nlfp-gallery-surface)}
.nlfp-card-gallery{position:relative;width:100%;color:var(--nlfp-card-text,#111827)}
.nlfp-card-gallery__stage{position:relative;display:grid;place-items:center;width:100%;overflow:hidden;background:var(--nlfp-gallery-surface);isolation:isolate}
.nlfp-ratio-1-1 .nlfp-card-gallery--card .nlfp-card-gallery__stage{aspect-ratio:1/1}
.nlfp-ratio-4-5 .nlfp-card-gallery--card .nlfp-card-gallery__stage{aspect-ratio:4/5}
.nlfp-ratio-3-4 .nlfp-card-gallery--card .nlfp-card-gallery__stage{aspect-ratio:3/4}
.nlfp-ratio-auto .nlfp-card-gallery--card .nlfp-card-gallery__stage{min-height:260px;aspect-ratio:auto}
.nlfp-card-gallery__open,.nlfp-card-gallery__image-wrap{display:grid;place-items:center;width:100%;height:100%;padding:0;border:0;background:transparent;color:inherit;cursor:zoom-in}
.nlfp-card-gallery__image{display:block;width:100%;height:100%;max-width:100%;margin:0!important;transition:transform .28s ease,opacity .2s ease}
.nlfp-image-fit-contain .nlfp-card-gallery__image{object-fit:contain!important;object-position:center center!important;padding:clamp(6px,1vw,12px)}
.nlfp-image-fit-cover .nlfp-card-gallery__image{object-fit:cover!important;object-position:center top!important;padding:0}
.nlfp-card-gallery__open:hover .nlfp-card-gallery__image,.nlfp-card-gallery__open:focus-visible .nlfp-card-gallery__image{transform:scale(1.025)}
.nlfp-gallery-nav{position:absolute;z-index:4;top:50%;display:grid;place-items:center;width:42px;height:42px;padding:0;border:1px solid rgba(255,255,255,.7);border-radius:999px;background:rgba(17,24,39,.82)!important;color:#fff!important;box-shadow:0 6px 20px rgba(15,23,42,.2);transform:translateY(-50%);opacity:0;transition:opacity .2s ease,transform .2s ease;cursor:pointer}
.nlfp-gallery-prev{left:10px}.nlfp-gallery-next{right:10px}
.nlfp-card-gallery:hover .nlfp-gallery-nav,.nlfp-card-gallery:focus-within .nlfp-gallery-nav{opacity:1}
.nlfp-gallery-nav:hover,.nlfp-gallery-nav:focus-visible{background:#000!important;transform:translateY(-50%) scale(1.04)}
.nlfp-gallery-count{position:absolute;right:10px;bottom:10px;z-index:3;padding:4px 8px;border-radius:999px;background:rgba(17,24,39,.78);color:#fff;font-size:11px;font-weight:700;line-height:1.2;letter-spacing:.04em}
.nlfp-card-gallery__thumbs{display:flex;gap:7px;max-width:100%;padding:9px 10px 10px;overflow-x:auto;background:var(--nlfp-card-surface,#fff);scrollbar-width:thin;scroll-snap-type:x proximity}
.nlfp-card-gallery__thumb{flex:0 0 48px;width:48px;height:48px;padding:2px;border:1px solid var(--nlfp-card-border,#d9dde5);border-radius:8px;background:#fff;overflow:hidden;cursor:pointer;scroll-snap-align:start}
.nlfp-card-gallery__thumb img{display:block;width:100%;height:100%;object-fit:contain!important;object-position:center!important;border-radius:5px}
.nlfp-card-gallery__thumb.is-active,.nlfp-card-gallery__thumb[aria-current=true]{border-color:var(--nlfp-card-button-bg,#111827);box-shadow:0 0 0 2px color-mix(in srgb,var(--nlfp-card-button-bg,#111827) 24%,transparent)}
.nlfp-gallery-style-arrows .nlfp-card-gallery--card .nlfp-card-gallery__thumbs,.nlfp-gallery-style-single .nlfp-card-gallery--card .nlfp-card-gallery__thumbs,.nlfp-gallery-style-single .nlfp-card-gallery--card .nlfp-gallery-nav,.nlfp-gallery-style-single .nlfp-card-gallery--card .nlfp-gallery-count{display:none}
.nlfp-product-card__heading-row{display:grid;gap:7px}
.nlfp-product-card__title{margin:0!important;min-height:auto!important;font-size:clamp(16px,1.25vw,19px);line-height:1.35;color:var(--nlfp-card-text,#101828)!important;text-wrap:balance}
.nlfp-product-rating{display:flex;align-items:center;gap:7px;min-height:20px;color:var(--nlfp-card-muted,#667085);font-size:12px}
.nlfp-product-rating .star-rating{float:none!important;margin:0!important;font-size:13px;color:#b7791f}
.nlfp-product-card__excerpt{margin:0;color:var(--nlfp-card-muted,#667085)!important;font-size:13px;line-height:1.55}
.nlfp-product-card__excerpt p{display:-webkit-box;margin:0;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;color:inherit!important}
.nlfp-product-card__meta{display:flex;flex-wrap:wrap;gap:8px 12px;margin:3px 0 1px;color:var(--nlfp-card-muted,#667085);font-size:12px}
.nlfp-product-card__stock{display:inline-flex;align-items:center;gap:6px;color:inherit!important}
.nlfp-product-card__stock>span{width:7px;height:7px;border-radius:50%;background:#027a48;box-shadow:0 0 0 3px rgba(2,122,72,.12)}
.nlfp-product-card__stock.is-out-of-stock>span{background:#b42318;box-shadow:0 0 0 3px rgba(180,35,24,.12)}
.nlfp-product-trust{display:flex;flex-wrap:wrap;gap:6px;margin:3px 0 5px;padding:0;list-style:none;color:var(--nlfp-card-muted,#667085);font-size:11px;line-height:1.35}
.nlfp-product-trust li{display:inline-flex;align-items:center;gap:4px;padding:5px 8px;border:1px solid var(--nlfp-card-border,#e4e7ec);border-radius:999px;background:color-mix(in srgb,var(--nlfp-card-surface,#fff) 90%,#f2f4f7)}
.nlfp-product-trust li span{color:#027a48;font-weight:800}
.nlfp-product-card__quick-view{display:inline-flex;align-items:center;justify-content:center;gap:7px;width:100%;min-height:42px;margin-top:9px;padding:9px 12px;border:1px solid var(--nlfp-card-border,#d0d5dd)!important;border-radius:9px;background:transparent!important;color:var(--nlfp-card-text,#101828)!important;font-size:12px;font-weight:700;letter-spacing:.01em;cursor:pointer}
.nlfp-product-card__quick-view:hover,.nlfp-product-card__quick-view:focus-visible{border-color:var(--nlfp-card-text,#101828)!important;background:color-mix(in srgb,var(--nlfp-card-text,#101828) 6%,transparent)!important}
.nlfp-card-actions{align-items:stretch}
.nlfp-dialog-add-form .nlfp-card-quantity{display:grid;grid-template-columns:auto minmax(66px,90px);align-items:center;gap:9px}
.nlfp-dialog-add-form .nlfp-card-quantity>span:not(.screen-reader-text){font-size:12px;font-weight:700;color:var(--nlfp-card-text,#101828)}

/* Accessible product quick view */
html.nlfp-dialog-open{overflow:hidden}
.nlfp-product-dialog{width:min(1120px,calc(100vw - 32px));max-width:1120px;max-height:min(90vh,860px);margin:auto;padding:0;border:0;border-radius:20px;background:#fff;color:#111827;box-shadow:0 28px 80px rgba(15,23,42,.3);overflow:hidden}
.nlfp-product-dialog::backdrop{background:rgba(15,23,42,.68);backdrop-filter:blur(3px)}
.nlfp-product-dialog[open]{display:block}
.nlfp-product-dialog__surface{position:relative;max-height:min(90vh,860px);overflow:auto;background:#fff;color:#111827}
.nlfp-product-dialog__close{position:sticky;top:12px;float:right;z-index:15;display:grid;place-items:center;width:44px;height:44px;margin:12px 12px -56px 0;padding:0;border:1px solid #d0d5dd;border-radius:999px;background:rgba(255,255,255,.96)!important;color:#111827!important;font-size:26px;line-height:1;box-shadow:0 8px 22px rgba(15,23,42,.14);cursor:pointer}
.nlfp-product-dialog__layout{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);min-height:620px}
.nlfp-product-dialog__gallery{display:flex;align-items:center;padding:clamp(20px,3vw,40px);background:#f6f7f5}
.nlfp-product-dialog__gallery .nlfp-card-gallery{width:100%}
.nlfp-product-dialog__gallery .nlfp-card-gallery__stage{aspect-ratio:4/5;max-height:650px;border-radius:16px;background:#fff}
.nlfp-product-dialog__gallery .nlfp-card-gallery__image{object-fit:contain!important;object-position:center!important;padding:16px}
.nlfp-product-dialog__gallery .nlfp-card-gallery__thumbs{justify-content:center;background:transparent}
.nlfp-product-dialog__content{display:flex;flex-direction:column;gap:12px;padding:clamp(28px,4vw,52px);background:#fff;color:#111827}
.nlfp-product-dialog__eyebrow{align-self:flex-start;padding:6px 9px;border-radius:999px;background:#f2f4f7;color:#344054;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.09em}
.nlfp-product-dialog__content h2{margin:0;padding-right:38px;color:#101828!important;font-size:clamp(24px,2.5vw,38px);line-height:1.15;text-wrap:balance}
.nlfp-product-dialog__price{margin:1px 0 3px!important;font-size:clamp(22px,2vw,30px)!important;color:#9a5b00!important}
.nlfp-product-dialog__availability{display:flex;flex-wrap:wrap;gap:10px 18px;color:#475467;font-size:13px}
.nlfp-product-dialog__availability .is-in-stock{color:#027a48;font-weight:700}.nlfp-product-dialog__availability .is-out-of-stock{color:#b42318;font-weight:700}
.nlfp-product-dialog__summary{color:#475467;font-size:14px;line-height:1.65}
.nlfp-product-dialog__summary p{margin:0 0 .7em;color:inherit!important}
.nlfp-product-specs{display:grid;gap:0;margin:3px 0;border:1px solid #e4e7ec;border-radius:12px;overflow:hidden}
.nlfp-product-specs>div{display:grid;grid-template-columns:minmax(90px,.38fr) 1fr;gap:12px;padding:10px 13px;border-bottom:1px solid #e4e7ec;background:#fff;font-size:13px}
.nlfp-product-specs>div:last-child{border-bottom:0}.nlfp-product-specs dt{color:#344054;font-weight:700}.nlfp-product-specs dd{margin:0;color:#667085}
.nlfp-product-dialog__details{border:1px solid #e4e7ec;border-radius:12px;background:#fcfcfd;overflow:hidden}
.nlfp-product-dialog__details summary{position:relative;padding:13px 44px 13px 14px;color:#101828;font-size:13px;font-weight:800;cursor:pointer;list-style:none}
.nlfp-product-dialog__details summary::-webkit-details-marker{display:none}
.nlfp-product-dialog__details summary:after{content:'+';position:absolute;right:15px;top:50%;transform:translateY(-50%);font-size:20px;font-weight:400}.nlfp-product-dialog__details[open] summary:after{content:'−'}
.nlfp-product-dialog__details>div{padding:0 14px 15px;color:#475467;font-size:13px;line-height:1.65}
.nlfp-product-dialog__details>div p,.nlfp-product-dialog__details>div li{color:inherit!important}
.nlfp-dialog-add-form{display:grid;gap:10px;margin-top:4px;padding-top:4px}
.nlfp-product-dialog .nlfp-variation-select,.nlfp-product-dialog .nlfp-card-quantity input{min-height:46px;border-color:#d0d5dd!important;background:#fff!important;color:#101828!important}
.nlfp-product-dialog .nlfp-product-card__button{min-height:48px;background:#111827!important;color:#fff!important;border-color:#111827!important}
.nlfp-product-dialog .nlfp-product-card__button:hover,.nlfp-product-dialog .nlfp-product-card__button:focus-visible{background:#000!important;color:#fff!important}
.nlfp-product-trust--dialog{margin-top:4px}.nlfp-product-trust--dialog li{background:#f9fafb;color:#344054}

/* Dark-template compatibility */
.nlfp-theme-midnight-collection .nlfp-card-gallery__thumbs{background:#171719}
.nlfp-theme-midnight-collection .nlfp-card-gallery__thumb{border-color:rgba(255,255,255,.22);background:#242427}
.nlfp-theme-midnight-collection .nlfp-product-card__quick-view{border-color:rgba(255,255,255,.34)!important;color:#fff!important}
.nlfp-theme-midnight-collection .nlfp-product-card__quick-view:hover,.nlfp-theme-midnight-collection .nlfp-product-card__quick-view:focus-visible{background:rgba(255,255,255,.08)!important;border-color:#fff!important}
.nlfp-theme-midnight-collection .nlfp-product-trust li{border-color:rgba(255,255,255,.16);background:#222225;color:#ddd8cf}
.nlfp-theme-midnight-collection .nlfp-product-card__stock{color:#ddd8cf!important}

@media (max-width:1024px){
  .nlfp-product-dialog__layout{grid-template-columns:minmax(0,.9fr) minmax(330px,1.1fr)}
  .nlfp-product-dialog__gallery{padding:22px}
  .nlfp-product-dialog__content{padding:32px 26px}
}
@media (max-width:760px){
  .nlfp-product-collection__track{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
  .nlfp-card-gallery__thumbs{padding:7px}.nlfp-card-gallery__thumb{flex-basis:44px;width:44px;height:44px}
  .nlfp-gallery-nav{width:38px;height:38px;opacity:1}.nlfp-gallery-prev{left:7px}.nlfp-gallery-next{right:7px}
  .nlfp-product-card__title{font-size:15px}.nlfp-product-card__excerpt{font-size:12px}.nlfp-product-trust--card{display:none}
  .nlfp-product-dialog{width:100vw;max-width:none;max-height:100dvh;height:100dvh;border-radius:0}
  .nlfp-product-dialog__surface{max-height:100dvh;height:100dvh}
  .nlfp-product-dialog__layout{display:block;min-height:0}
  .nlfp-product-dialog__gallery{padding:54px 14px 12px}
  .nlfp-product-dialog__gallery .nlfp-card-gallery__stage{max-height:62vh;aspect-ratio:4/5}
  .nlfp-product-dialog__content{padding:24px 18px 40px}
  .nlfp-product-dialog__close{position:fixed;top:10px;right:10px;margin:0}
}
@media (max-width:540px){
  .nlfp-product-collection__track{grid-template-columns:1fr!important;gap:16px}
  .nlfp-collection-layout-carousel .nlfp-product-card{width:min(88vw,360px)}
  .nlfp-product-card__body{padding:15px!important}
  .nlfp-product-card__title{font-size:17px!important}
  .nlfp-product-card__price{font-size:17px!important}
  .nlfp-product-card__excerpt,.nlfp-product-card__stock{display:block!important}
  .nlfp-product-card__excerpt p{-webkit-line-clamp:4}
  .nlfp-product-trust--card{display:flex}
  .nlfp-card-actions{display:grid!important;grid-template-columns:64px minmax(0,1fr)!important;gap:8px}
  .nlfp-card-quantity{display:block!important}.nlfp-card-quantity input{min-height:44px}
  .nlfp-product-card__button{min-height:44px!important;font-size:11px!important}
  .nlfp-product-card__button span:last-child{display:inline!important}
  .nlfp-product-dialog__gallery .nlfp-card-gallery__stage{max-height:58vh}
  .nlfp-product-specs>div{grid-template-columns:1fr;gap:3px}
  .nlfp-dialog-add-form .nlfp-card-actions{grid-template-columns:78px minmax(0,1fr)!important}
  .nlfp-dialog-add-form .nlfp-card-quantity{display:block!important}
  .nlfp-dialog-add-form .nlfp-card-quantity>span{display:block;margin-bottom:4px}
}
@media (hover:none){.nlfp-gallery-nav{opacity:1}}
@media (prefers-reduced-motion:reduce){.nlfp-card-gallery__image,.nlfp-gallery-nav{transition:none!important}.nlfp-card-gallery__open:hover .nlfp-card-gallery__image{transform:none}}
@media (forced-colors:active){
  .nlfp-card-gallery__thumb,.nlfp-product-card__quick-view,.nlfp-product-dialog,.nlfp-product-specs,.nlfp-product-dialog__details{border:1px solid CanvasText!important}
  .nlfp-gallery-nav,.nlfp-product-dialog__close{border:2px solid ButtonText!important}
}
.nlfp-product-dialog[open]{position:fixed;inset:0;z-index:999999}
.nlfp-product-card.has-open-dialog{overflow:visible!important;transform:none!important;z-index:20}

/* NLFP 1.6.1 UI hotfix — cleaner cards, safer popup layout, stronger mobile responsiveness */
.nlfp-product-card{
  height:100%;
}
.nlfp-product-card__body{
  gap:10px;
}
.nlfp-collection-add-form{
  gap:10px;
  margin-top:auto;
}
.nlfp-product-card__heading-row{
  gap:6px;
}
.nlfp-product-card__title{
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  overflow:hidden;
}
.nlfp-product-card__price{
  display:flex;
  flex-wrap:wrap;
  align-items:baseline;
  gap:8px;
}
.nlfp-product-card__price .amount,
.nlfp-product-card__price bdi,
.nlfp-product-card__price ins,
.nlfp-product-card__price del{
  line-height:1.2;
}
.nlfp-product-card__excerpt{
  min-height:4.6em;
}
.nlfp-card-gallery__thumbs{
  gap:8px;
  justify-content:flex-start;
}
.nlfp-card-gallery__thumb{
  flex:0 0 52px;
  width:52px;
  height:52px;
}
.nlfp-card-gallery__thumb img{
  object-fit:cover!important;
}
.nlfp-product-card__quick-view{
  margin-top:0;
}
.nlfp-product-card__button{
  font-size:11px!important;
  letter-spacing:.04em!important;
  min-height:44px!important;
  padding:10px 14px!important;
}
.nlfp-product-card__button span:last-child{
  font-size:14px;
  line-height:1;
}
.nlfp-card-quantity input{
  min-height:44px;
  font-size:14px;
}

/* Keep the image block visually balanced without awkward empty space. */
.nlfp-product-card__media{
  display:flex;
  flex-direction:column;
}
.nlfp-card-gallery__stage{
  border-bottom:1px solid rgba(16,24,40,.04);
}

/* Popup / quick-view refinement */
.nlfp-product-dialog{
  width:min(1080px,calc(100vw - 24px));
  max-height:min(92vh,900px);
  border-radius:24px;
}
.nlfp-product-dialog__surface{
  max-height:min(92vh,900px);
}
.nlfp-product-dialog__close{
  top:14px;
  right:14px;
  margin:10px 10px -54px 0;
}
.nlfp-product-dialog__layout{
  grid-template-columns:minmax(0,1fr) minmax(360px,460px);
  min-height:0;
}
.nlfp-product-dialog__gallery{
  align-items:flex-start;
  padding:28px 24px 22px;
}
.nlfp-product-dialog__gallery .nlfp-card-gallery__stage{
  min-height:420px;
}
.nlfp-product-dialog__gallery .nlfp-card-gallery__thumbs{
  padding-top:12px;
  gap:10px;
}
.nlfp-product-dialog__content{
  gap:14px;
  padding:34px 28px 30px;
}
.nlfp-product-dialog__content h2{
  padding-right:52px;
  font-size:clamp(22px,2vw,34px);
  line-height:1.18;
}
.nlfp-product-dialog__price{
  gap:10px;
}
.nlfp-product-dialog__summary,
.nlfp-product-dialog__details>div{
  font-size:14px;
  line-height:1.7;
}
.nlfp-product-dialog__summary ul,
.nlfp-product-dialog__summary ol,
.nlfp-product-dialog__details ul,
.nlfp-product-dialog__details ol{
  margin:.45em 0 .45em 1.1em;
  padding:0;
}
.nlfp-product-dialog__summary li,
.nlfp-product-dialog__details li{
  margin:.18em 0;
}
.nlfp-product-specs{
  background:#fff;
}
.nlfp-product-specs>div{
  align-items:start;
  padding:12px 14px;
}
.nlfp-dialog-add-form{
  gap:12px;
}
.nlfp-dialog-add-form .nlfp-card-actions{
  grid-template-columns:92px minmax(0,1fr)!important;
  gap:10px;
}
.nlfp-dialog-add-form .nlfp-card-quantity{
  display:block;
}
.nlfp-dialog-add-form .nlfp-card-quantity>span{
  display:block;
  margin-bottom:6px;
  font-size:12px;
  font-weight:700;
}
.nlfp-product-dialog .nlfp-product-card__button{
  width:100%;
  min-height:48px!important;
  border-radius:12px;
}
.nlfp-product-dialog .nlfp-product-card__button span:last-child{
  display:none;
}
.nlfp-product-trust--dialog{
  gap:8px;
  margin-top:2px;
}
.nlfp-product-trust--dialog li{
  padding:7px 10px;
}

/* Prevent layout breakage caused by long content. */
.nlfp-product-card__title,
.nlfp-product-card__excerpt,
.nlfp-product-dialog__content h2,
.nlfp-product-dialog__summary,
.nlfp-product-specs dd{
  overflow-wrap:anywhere;
}

/* Improve card rhythm on tablet / mobile */
@media (max-width:1024px){
  .nlfp-product-card__excerpt{min-height:auto}
  .nlfp-product-dialog__layout{grid-template-columns:minmax(0,1fr) minmax(320px,420px)}
}
@media (max-width:760px){
  .nlfp-product-collection{padding-inline:14px}
  .nlfp-product-collection__track{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
  .nlfp-product-card__body{padding:14px!important;gap:10px}
  .nlfp-product-card__title{-webkit-line-clamp:3;font-size:16px!important}
  .nlfp-product-card__excerpt{min-height:auto}
  .nlfp-product-card__price{font-size:16px!important}
  .nlfp-product-card__button{font-size:11px!important}
  .nlfp-product-card__quick-view{min-height:44px}
  .nlfp-product-dialog{width:100vw;max-height:100dvh;height:100dvh;border-radius:0}
  .nlfp-product-dialog__surface{max-height:100dvh;height:100dvh}
  .nlfp-product-dialog__gallery{padding:58px 14px 12px}
  .nlfp-product-dialog__gallery .nlfp-card-gallery__stage{min-height:300px;max-height:54vh}
  .nlfp-product-dialog__content{padding:22px 16px 32px;gap:12px}
  .nlfp-product-dialog__content h2{padding-right:44px;font-size:28px}
  .nlfp-dialog-add-form .nlfp-card-actions{grid-template-columns:78px minmax(0,1fr)!important}
}
@media (max-width:540px){
  .nlfp-product-collection__track{grid-template-columns:1fr!important;gap:16px}
  .nlfp-product-card{max-width:none}
  .nlfp-product-card__media{aspect-ratio:auto}
  .nlfp-card-gallery__thumbs{padding:10px 12px 12px}
  .nlfp-card-gallery__thumb{flex-basis:48px;width:48px;height:48px}
  .nlfp-card-actions{grid-template-columns:72px minmax(0,1fr)!important;gap:8px}
  .nlfp-product-card__button{min-height:46px!important}
  .nlfp-product-dialog__content h2{font-size:24px}
  .nlfp-product-dialog__price{font-size:24px!important}
  .nlfp-product-specs>div{grid-template-columns:1fr;gap:4px}
}
@media (max-width:380px){
  .nlfp-product-card__body{padding:12px!important}
  .nlfp-product-card__title{font-size:15px!important}
  .nlfp-card-actions{grid-template-columns:68px minmax(0,1fr)!important}
  .nlfp-product-card__button{font-size:10.5px!important;padding-inline:10px!important}
}

/* NLFP 1.6.2 — isolated checkout routing + gallery navigation hardening */
.nlfp-card-gallery .nlfp-gallery-nav{
  position:absolute!important;
  top:50%!important;
  bottom:auto!important;
  float:none!important;
  display:grid!important;
  place-items:center!important;
  box-sizing:border-box!important;
  width:40px!important;
  min-width:40px!important;
  max-width:40px!important;
  height:40px!important;
  min-height:40px!important;
  max-height:40px!important;
  margin:0!important;
  padding:0!important;
  border-radius:999px!important;
  line-height:1!important;
  text-align:center!important;
  text-indent:0!important;
  white-space:nowrap!important;
  transform:translateY(-50%)!important;
}
.nlfp-card-gallery .nlfp-gallery-prev{
  left:10px!important;
  right:auto!important;
  inset-inline-start:10px!important;
  inset-inline-end:auto!important;
}
.nlfp-card-gallery .nlfp-gallery-next{
  right:10px!important;
  left:auto!important;
  inset-inline-end:10px!important;
  inset-inline-start:auto!important;
}
.nlfp-card-gallery .nlfp-gallery-nav:hover,
.nlfp-card-gallery .nlfp-gallery-nav:focus-visible{
  transform:translateY(-50%) scale(1.04)!important;
}
.nlfp-card-gallery__stage{
  isolation:isolate;
}
.nlfp-card-gallery__open{
  position:relative;
  z-index:1;
}
.nlfp-gallery-count{
  z-index:5;
  pointer-events:none;
}
.nlfp-card-gallery__thumbs{
  position:relative;
  z-index:2;
}

/* Gallery controls stay compact and separated on touch screens. */
@media (max-width:760px){
  .nlfp-card-gallery .nlfp-gallery-nav{
    width:38px!important;
    min-width:38px!important;
    max-width:38px!important;
    height:38px!important;
    min-height:38px!important;
    max-height:38px!important;
  }
  .nlfp-card-gallery .nlfp-gallery-prev{left:8px!important;inset-inline-start:8px!important}
  .nlfp-card-gallery .nlfp-gallery-next{right:8px!important;inset-inline-end:8px!important}
}
@media (max-width:420px){
  .nlfp-card-gallery .nlfp-gallery-nav{
    width:36px!important;
    min-width:36px!important;
    max-width:36px!important;
    height:36px!important;
    min-height:36px!important;
    max-height:36px!important;
  }
}
