:root {
  --nf-pink: #e91e72;
  --nf-pink-dark: #ae1555;
  --nf-blush: #fff0f6;
  --nf-rose: #f7c8da;
  --nf-ink: #251b21;
  --nf-muted: #71636b;
  --nf-cream: #fffaf7;
  --nf-white: #ffffff;
  --nf-line: #eadde3;
  --nf-radius: 22px;
  --nf-shadow: 0 20px 60px rgba(102, 35, 67, .10);
}

html { scroll-behavior: smooth; }
body { color: var(--nf-ink); background: var(--nf-white); }
.nf-container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.content-area { margin: 0; }
.site-main-header-wrap .site-header-row-container-inner { background: rgba(255,255,255,.96); }
.site-header { box-shadow: 0 1px 0 var(--nf-line); }
.site-branding a.brand img { max-height: 62px; }
.site-branding .site-title,
.site-branding .site-description { display: none; }
.main-navigation .primary-menu-container > ul > li.menu-item > a { color: var(--nf-ink); font-weight: 600; letter-spacing: .01em; }
.main-navigation .primary-menu-container > ul > li.menu-item > a:hover { color: var(--nf-pink); }

.nf-announcement { background: var(--nf-ink); color: var(--nf-white); font-size: 12px; letter-spacing: .045em; }
.nf-announcement .nf-container { display: flex; min-height: 36px; align-items: center; justify-content: center; gap: 42px; }
.nf-announcement a { color: var(--nf-white); text-decoration: none; }

.nf-home h1, .nf-home h2, .nf-home h3, .nf-footer h2 { margin-top: 0; color: var(--nf-ink); }
.nf-home h1 { font-size: clamp(46px, 6.1vw, 82px); line-height: .98; letter-spacing: -.055em; }
.nf-home h1 em { color: var(--nf-pink); font-weight: 500; }
.nf-home h2 { font-size: clamp(31px, 4vw, 48px); line-height: 1.08; letter-spacing: -.035em; }
.nf-eyebrow { color: var(--nf-pink-dark); font-size: 12px; font-weight: 800; letter-spacing: .16em; margin-bottom: 15px; }
.nf-lead { color: var(--nf-muted); font-size: 18px; line-height: 1.75; max-width: 590px; }
.nf-hero { position:relative; min-height:88vh; overflow:hidden; isolation:isolate; padding:0; background:#2a1520; }
.nf-hero-grid { position:relative; z-index:3; display:grid; grid-template-columns:1.05fr .95fr; align-items:center; gap:0; min-height:88vh; padding-block:64px; }
.nf-hero-copy { max-width:590px; color:#fff; }
.nf-hero .nf-eyebrow { margin-bottom:16px; color:var(--nf-rose); letter-spacing:.22em; }
.nf-hero .nf-hero-copy h1 { margin-bottom:0; color:#fff; font-family:Georgia,'Times New Roman',serif; font-weight:500; }
.nf-hero .nf-hero-copy h1 em { color:var(--nf-rose); font-style:normal; font-weight:500; }
.nf-hero .nf-lead { margin-top:20px; max-width:460px; color:rgba(255,255,255,.8); }
.nf-actions { display: flex; gap: 14px; margin-top: 30px; flex-wrap: wrap; }
.nf-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 51px; padding: 0 25px; border-radius: 999px; font-weight: 700; text-decoration: none; transition: .22s ease; }
.nf-btn:hover { transform: translateY(-2px); }
.nf-btn-primary { color: #fff; background: var(--nf-pink); box-shadow: 0 12px 30px rgba(233,30,114,.25); }
.nf-btn-primary:hover { color: #fff; background: var(--nf-pink-dark); }
.nf-btn-secondary { color: var(--nf-ink); background: rgba(255,255,255,.78); border: 1px solid var(--nf-line); }
.nf-btn-light { color: var(--nf-pink-dark); background: #fff; }
.nf-hero-visual { position:absolute; inset:0; z-index:0; overflow:hidden; }
.nf-hero-model { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:60% center; }
.nf-hero-visual::before,.nf-hero-visual::after { content:''; position:absolute; inset:0; z-index:1; pointer-events:none; }
.nf-hero-visual::before { background:linear-gradient(90deg,rgba(42,21,32,.72) 0%,rgba(58,29,42,.45) 48%,transparent 78%); }
.nf-hero-visual::after { background:linear-gradient(0deg,rgba(29,16,22,.45) 0%,transparent 50%,rgba(255,240,246,.15) 100%); }
.nf-hero-decor { position:relative; min-height:420px; }
.nf-hero-decor span { position:absolute; display:block; border-radius:18px; background:rgba(255,255,255,.18); box-shadow:0 24px 55px rgba(29,16,22,.22); backdrop-filter:blur(5px); }
.nf-hero-decor span:first-child { top:12%; right:8%; width:128px; height:160px; transform:rotate(-6deg); }
.nf-hero-decor span:last-child { right:18%; bottom:10%; width:112px; height:144px; transform:rotate(7deg); background:rgba(255,255,255,.14); }
.nf-hero-art > p { position: absolute; bottom: -38px; font-size: 11px; color: #8e6e7e; }
.nf-glow { position: absolute; inset: 8% 3% 3%; border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,.95), rgba(255,255,255,.08) 68%); z-index: -2; }
.nf-product { position: relative; display: grid; place-items: center; border-radius: 34px 34px 18px 18px; color: #fff; text-align: center; font-weight: 800; letter-spacing: .12em; box-shadow: 0 35px 60px rgba(121,31,73,.28), inset 0 0 0 1px rgba(255,255,255,.38); }
.nf-product::before { content: ''; position: absolute; top: -34px; width: 58%; height: 46px; border-radius: 9px 9px 4px 4px; background: linear-gradient(90deg, #b8175a, #fa5598); }
.nf-product-tall { width: 190px; height: 340px; background: linear-gradient(155deg, #ff78ac, #d51666 65%, #a20e4b); transform: rotate(-6deg); }
.nf-product-short { width: 170px; height: 260px; background: linear-gradient(155deg, #f7d5e2, #ed7ba8); transform: rotate(8deg) translateY(-5px); color: var(--nf-pink-dark); }
.nf-orbit { position: absolute; border: 1px solid rgba(174,21,85,.25); border-radius: 50%; z-index: -1; }
.nf-orbit-one { width: 420px; height: 420px; top: 35px; }
.nf-orbit-two { width: 330px; height: 330px; top: 80px; }

.nf-section { padding: 92px 0; }
.nf-section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 35px; }
.nf-section-head h2 { margin-bottom: 0; }
.nf-section-head > a, .nf-text-link { color: var(--nf-pink-dark); font-weight: 700; text-decoration: none; white-space: nowrap; }
.nf-category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.nf-category-card { position: relative; min-height: 300px; display: flex; align-items: center; padding: 27px; border-radius: var(--nf-radius); color: var(--nf-ink); text-decoration: none; overflow: hidden; isolation:isolate; background:#fceef4; transition: .25s ease; }
.nf-category-card:hover { color: var(--nf-ink); transform: translateY(-5px); box-shadow: var(--nf-shadow); }
.nf-category-card::after { content:''; position:absolute; inset:0; z-index:1; background:linear-gradient(90deg,rgba(255,255,255,.97) 0%,rgba(255,250,252,.9) 32%,rgba(255,255,255,.2) 57%,transparent 74%); pointer-events:none; }
.nf-category-card img { position:absolute; inset:0; z-index:0; width:100%; height:100%; object-fit:cover; object-position:center; transition:transform .35s ease; }
.nf-category-card:hover img { transform:scale(1.035); }
.nf-category-card > div { position:relative; z-index:2; width:48%; max-width:175px; padding:0; }
.nf-category-card h3 { font-size:clamp(23px,2.2vw,29px); line-height:1.08; margin:4px 0 10px; }
.nf-category-card p { color: var(--nf-muted); font-size: 12px; margin: 0; text-transform: uppercase; letter-spacing: .08em; font-weight: 700; }
.nf-category-card div span { color: var(--nf-pink-dark); font-size: 13px; font-weight: 700; }
.nf-category-card b { font-size: 24px; }
.nf-category-icon { align-self: start; display: grid; place-items: center; width: 58px; height: 58px; border-radius: 50%; background: rgba(255,255,255,.72); color: var(--nf-pink-dark); font-size: 25px; }
.nf-skin { background: #ffe8f1; }.nf-hair { background: #f6eaf4; }.nf-personal { background: #fff2e6; }

.nf-featured { background: var(--nf-cream); }
.nf-preview-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.nf-preview-card { background: #fff; border-radius: 18px; padding: 14px 14px 21px; box-shadow: 0 8px 28px rgba(75,44,59,.07); }
.nf-preview-card { transition: transform .22s ease, box-shadow .22s ease; }.nf-preview-card:hover { transform: translateY(-5px); box-shadow: 0 18px 42px rgba(75,44,59,.13); }
.nf-preview-image { aspect-ratio: 1 / 1.1; display: grid; place-items: center; background: linear-gradient(145deg, #fff3f7, #f3dce6); border-radius: 14px; margin-bottom: 18px; color: #a7788d; text-align: center; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.nf-preview-image img { width: 100%; height: 100%; object-fit: contain; border-radius: inherit; transition: transform .3s ease; }.nf-preview-card:hover .nf-preview-image img { transform: scale(1.035); }
.nf-preview-card h3 { font-size: 17px; line-height: 1.35; margin-bottom: 8px; }
.nf-preview-card h3 a { color: var(--nf-ink); text-decoration: none; }
.nf-card-category { color: var(--nf-pink-dark); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .09em; margin-bottom: 7px; }
.nf-price { color: var(--nf-ink); font-size: 16px; font-weight: 800; margin: 0; }
.nf-card-bottom { display: flex; align-items: center; justify-content: space-between; gap: 12px; }.nf-card-arrow { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; color: #fff; background: var(--nf-pink); text-decoration: none; }
.nf-local-note { margin: 24px 0 0; color: var(--nf-muted); font-size: 12px; text-align: center; }

.nf-benefit-strip { border-block: 1px solid var(--nf-line); background: #fff; }.nf-benefit-strip .nf-container { min-height: 76px; display: grid; grid-template-columns: repeat(4,1fr); align-items: center; }.nf-benefit-strip span { padding: 0 24px; color: var(--nf-muted); font-size: 12px; text-align: center; border-right: 1px solid var(--nf-line); }.nf-benefit-strip span:last-child { border-right: 0; }.nf-benefit-strip b { display: block; color: var(--nf-ink); font-size: 13px; }

.nf-promise { padding: 56px 0; background: var(--nf-ink); color: #fff; }
.nf-promise-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 34px; }
.nf-promise-grid > div { border-left: 1px solid rgba(255,255,255,.18); padding-left: 22px; }
.nf-promise span { color: #ff79ae; font-size: 12px; font-weight: 800; }
.nf-promise h3 { color: #fff; font-size: 18px; margin: 10px 0 7px; }
.nf-promise p { color: #cfc2c8; font-size: 13px; margin: 0; }

.nf-story { padding: 100px 0; }
.nf-story-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 80px; }
.nf-story-art { min-height: 440px; display: grid; place-content: center; text-align: center; border-radius: 44% 44% 18px 18px; background: linear-gradient(150deg, #f9cade, #e91e72); color: #fff; box-shadow: var(--nf-shadow); }
.nf-story-art span { font-size: 110px; line-height: 1; font-weight: 800; letter-spacing: -.08em; }
.nf-story-art p { letter-spacing: .24em; text-transform: uppercase; }
.nf-story-art small { opacity: .8; }
.nf-story-grid > div:last-child > p:not(.nf-eyebrow) { color: var(--nf-muted); font-size: 17px; line-height: 1.8; }

.nf-cta { background: linear-gradient(120deg, #e91e72, #b71359); color: #fff; text-align: center; padding: 85px 0; }
.nf-cta .nf-eyebrow, .nf-cta h2 { color: #fff; }.nf-cta p { color: #ffe4ef; }.nf-cta .nf-btn { margin-top: 18px; }

.nf-footer { background: #281920; color: #eadfe4; padding: 54px 0 0; }
.nf-footer-grid { display: grid; grid-template-columns: 1.45fr .85fr 1.15fr; gap: 72px; }
.nf-footer-brand { color: #fff; font-family: Georgia,serif; font-size: 32px; font-weight: 700; line-height: 1; margin-bottom: 12px; }
.nf-footer-tagline { color: #ff78ad; font-size: 12px; letter-spacing: .16em; text-transform: uppercase; }
.nf-footer-intro > p:last-of-type { max-width: 430px; line-height: 1.65; }
.nf-footer h2 { color: #ffbdd5; font-size: 13px; letter-spacing: .14em; margin-bottom: 16px; text-transform: uppercase; }
.nf-footer a { display: block; color: #f3eaf0; text-decoration: none; margin: 9px 0; font-size: 14px; }
.nf-footer a:hover { color: #ff78ad; }
.nf-footer address { color:#f3eaf0; font-size:14px; font-style:normal; line-height:1.55; }
.nf-social-links { display:flex; gap:10px; margin-top:24px; }
.nf-footer .nf-social-links a { display:flex; align-items:center; justify-content:center; width:44px; height:44px; margin:0; border:1px solid rgba(255,255,255,.22); border-radius:50%; color:#fff; transition:border-color .2s ease,color .2s ease,transform .2s ease; }
.nf-social-links a:hover { border-color:rgba(255,255,255,.55); transform:translateY(-2px); }
.nf-social-links a[aria-label="Facebook"]:hover { color:#1877f2; }.nf-social-links a[aria-label="Instagram"]:hover { color:#e4405f; }.nf-social-links a[aria-label="WhatsApp"]:hover { color:#25d366; }
.nf-social-links svg { width:20px; height:20px; }
.nf-footer-bottom { border-top:1px solid rgba(255,255,255,.1); margin-top:48px; padding:17px max(24px,calc((100vw - 1180px)/2)); font-size:12px; }
.nf-footer-legal { display:flex; justify-content:flex-end; gap:20px; width:min(1180px,calc(100% - 48px)); margin:-37px auto 0; padding-bottom:17px; }
.nf-footer .nf-footer-legal a { display:inline; margin:0; font-size:12px; }

.single-product div.product .woocommerce-product-gallery,
.single-product div.product .summary { margin-bottom: 60px; }
.single-product .content-area { margin-top: 45px; }
.single-product div.product { display: grid; grid-template-columns: minmax(0,.96fr) minmax(0,1.04fr); column-gap: 70px; }
.single-product div.product .woocommerce-product-gallery { width: 100% !important; }
.single-product div.product .summary { width: 100% !important; padding-top: 20px; }
.single-product .woocommerce-product-gallery__wrapper { padding: 26px; border: 1px solid #f2e6eb; border-radius: 26px; background: linear-gradient(145deg,#fff9fb,#f7e8ee); }
.single-product .woocommerce-product-gallery__image img { max-height: 570px; object-fit: contain; }
.single-product .woocommerce-breadcrumb { grid-column: 1/-1; margin-bottom: 35px; color: var(--nf-muted); font-size: 12px; }
.single-product div.product .summary .product_title { font-size: clamp(32px, 4vw, 52px); letter-spacing: -.035em; }
.single-product div.product .summary .price { color: var(--nf-pink-dark); font-size: 24px; font-weight: 800; }
.single-product .woocommerce-product-details__short-description { color: var(--nf-muted); font-size: 16px; line-height: 1.7; }
.nf-product-roman { margin: 13px 0 22px; padding: 13px 16px; border-left: 3px solid var(--nf-pink); color: var(--nf-muted); background: var(--nf-blush); font-size: 13px; line-height: 1.6; }.nf-product-roman span { display: block; margin-bottom: 3px; color: var(--nf-pink-dark); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.single-product div.product form.cart:not(.variations_form),.single-product div.product .woocommerce-variation-add-to-cart { display:flex; align-items:stretch; gap:12px; width:100%; max-width:590px; }
.single-product div.product form.cart .button { flex:1 1 auto; min-width:0; min-height:56px; margin:0; padding-inline:25px; border-radius:999px; background:var(--nf-pink); font-size:16px; font-weight:800; }
.single-product div.product form.cart .button:hover { background: var(--nf-pink-dark); }
.single-product div.product form.cart { margin-bottom:15px; }
.single-product div.product form.cart .quantity { flex:0 0 122px; display:grid; grid-template-columns:38px 1fr 38px; align-items:center; min-height:56px; margin:0; overflow:hidden; border:1px solid var(--nf-line); border-radius:999px; background:#fff; }
.single-product div.product form.cart .quantity .qty { width:100%; min-width:0; min-height:54px; margin:0; padding:0; border:0; border-radius:0; color:var(--nf-ink); background:transparent; font-size:16px; font-weight:750; text-align:center; appearance:textfield; box-shadow:none; }
.single-product div.product form.cart .quantity .qty::-webkit-inner-spin-button,.single-product div.product form.cart .quantity .qty::-webkit-outer-spin-button { margin:0; appearance:none; }
.nf-qty-btn { display:grid; place-items:center; align-self:stretch; width:100%; min-width:0; padding:0; border:0; color:var(--nf-ink); background:transparent; font-size:19px; font-weight:700; line-height:1; cursor:pointer; }
.nf-qty-btn:hover,.nf-qty-btn:focus { color:var(--nf-pink); background:var(--nf-blush); }
.nf-product-actions { margin: 7px 0 22px; }.nf-whatsapp-order { display: flex; align-items: center; justify-content: center; width: 100%; min-height: 48px; border: 1px solid #169b62; border-radius: 999px; color: #117b4e; background: #effcf6; font-weight: 750; text-decoration: none; }.nf-whatsapp-order:hover { color: #fff; background: #169b62; }
.nf-floating-whatsapp { position:fixed; right:22px; bottom:22px; z-index:9998; display:flex; align-items:center; justify-content:center; width:58px; height:58px; padding:0; border-radius:50%; color:#10251a !important; background:#25d366; box-shadow:0 12px 32px rgba(15,92,55,.3); text-decoration:none !important; transition:transform .2s ease,background .2s ease,box-shadow .2s ease; }.nf-floating-whatsapp svg { width:31px; height:31px; flex:0 0 31px; }.nf-floating-whatsapp:hover { transform:translateY(-3px); color:#10251a !important; background:#35df77; box-shadow:0 16px 38px rgba(15,92,55,.38); }
.nf-product-delivery { display: grid; grid-template-columns: repeat(3,1fr); gap: 7px; margin-top: 13px; }.nf-product-delivery span { padding: 10px 7px; border: 1px solid var(--nf-line); border-radius: 11px; color: var(--nf-muted); font-size: 10px; text-align: center; }.nf-product-delivery b { display: block; color: var(--nf-ink); font-size: 11px; }
.single-product .product_meta { padding-top: 15px; border-top: 1px solid var(--nf-line); color: var(--nf-muted); font-size: 12px; }.single-product .product_meta a { color: var(--nf-pink-dark); }
.single-product div.product .woocommerce-tabs { grid-column: 1/-1; width: 100% !important; margin-top: 15px; }.single-product .woocommerce-tabs ul.tabs { display: flex; gap: 8px; padding: 0 !important; overflow-x: auto; }.single-product .woocommerce-tabs ul.tabs::before { display: none !important; }.single-product .woocommerce-tabs ul.tabs li { flex: 0 0 auto; margin: 0 !important; padding: 0 18px !important; border: 1px solid var(--nf-line) !important; border-radius: 999px !important; background: #fff !important; }.single-product .woocommerce-tabs ul.tabs li::before,.single-product .woocommerce-tabs ul.tabs li::after { display:none; }.single-product .woocommerce-tabs ul.tabs li.active { border-color: var(--nf-pink) !important; background: var(--nf-pink) !important; }.single-product .woocommerce-tabs ul.tabs li.active a { color: #fff !important; }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a { color: var(--nf-pink-dark); }
.woocommerce div.product .woocommerce-tabs .panel { background: var(--nf-cream); border-radius: var(--nf-radius); padding: 28px; }
.single-product .related.products { grid-column:1/-1; width:100%; margin-top:65px; }.single-product .related.products > h2 { margin-bottom:30px; font-size:clamp(28px,4vw,42px); letter-spacing:-.035em; }

/* Shop and product category archives */
.post-type-archive-product .content-area,
.tax-product_cat .content-area { margin: 0; }
.post-type-archive-product .entry-hero-container-inner,
.tax-product_cat .entry-hero-container-inner { display: none; }
.post-type-archive-product .site-main,
.tax-product_cat .site-main { padding-bottom: 90px; }
.nf-shop-hero { margin-bottom: 54px; padding: 72px 0 0; background: linear-gradient(135deg, #fff9fc 0%, #ffeaf3 60%, #f9c9dc 100%); text-align: center; overflow: hidden; }
.nf-shop-hero h1 { margin: 0; color: var(--nf-ink); font-size: clamp(43px, 6vw, 68px); line-height: 1; letter-spacing: -.05em; }
.nf-shop-hero > .nf-container > p:not(.nf-eyebrow) { width: min(650px, 100%); margin: 20px auto 34px; color: var(--nf-muted); font-size: 16px; line-height: 1.7; }
.nf-shop-tabs { display: flex; justify-content: center; align-items: center; gap: 10px; padding-bottom: 28px; overflow-x: auto; scrollbar-width: none; }
.nf-shop-tabs::-webkit-scrollbar { display: none; }
.nf-shop-tabs a { display: inline-flex; align-items: center; gap: 8px; flex: 0 0 auto; min-height: 43px; padding: 0 18px; border: 1px solid rgba(174,21,85,.16); border-radius: 999px; color: var(--nf-ink); background: rgba(255,255,255,.68); font-size: 13px; font-weight: 700; text-decoration: none; transition: .2s ease; }
.nf-shop-tabs a:hover, .nf-shop-tabs a.is-active { color: #fff; border-color: var(--nf-pink); background: var(--nf-pink); box-shadow: 0 10px 25px rgba(233,30,114,.2); }
.nf-shop-tabs a span { display: grid; place-items: center; min-width: 20px; height: 20px; padding: 0 5px; border-radius: 999px; color: var(--nf-pink-dark); background: #fff; font-size: 10px; }

.woocommerce .woocommerce-result-count { margin: 13px 0 32px; color: var(--nf-muted); font-size: 13px; }
.woocommerce .woocommerce-ordering { margin-bottom: 28px; }
.woocommerce .woocommerce-ordering select { min-height: 45px; padding: 0 42px 0 16px; border: 1px solid var(--nf-line); border-radius: 999px; color: var(--nf-ink); background-color: #fff; font-size: 13px; }
.woocommerce ul.products { display: grid !important; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 28px 20px; margin: 0; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product { float: none !important; width: auto !important; margin: 0 !important; padding: 13px 13px 20px; border: 1px solid #f1e7eb; border-radius: 20px; background: #fff; box-shadow: 0 8px 28px rgba(75,44,59,.06); overflow: hidden; transition: transform .22s ease, box-shadow .22s ease; }
.woocommerce ul.products li.product:hover { transform: translateY(-5px); box-shadow: 0 20px 46px rgba(75,44,59,.13); }
.woocommerce ul.products li.product a img { aspect-ratio: 1 / 1.08; width: 100%; margin: 0 0 18px; padding: 10px; border-radius: 15px; background: linear-gradient(145deg, #fff7fa, #f4e5eb); object-fit: contain; transition: transform .3s ease; }
.woocommerce ul.products li.product:hover a img { transform: scale(1.025); }
.woocommerce ul.products li.product .woocommerce-loop-product__title { min-height: 46px; padding: 0; color: var(--nf-ink); font-size: 16px; line-height: 1.4; }
.woocommerce ul.products li.product .price { margin: 8px 0 0; color: var(--nf-pink-dark); font-size: 16px; font-weight: 800; }
.nf-loop-summary { min-height: 38px; margin: 8px 0 0; color: var(--nf-muted); font-size: 12px; line-height: 1.55; }
.woocommerce ul.products li.product .button { width: 100%; margin-top: 15px; padding: 12px 14px; border-radius: 999px; color: #fff; background: var(--nf-pink); font-size: 12px; text-align: center; }
.woocommerce ul.products li.product .button:hover { color: #fff; background: var(--nf-pink-dark); }
.nf-cart-toast { position:fixed; z-index:99999; right:22px; bottom:22px; display:flex; align-items:center; gap:12px; max-width:min(380px,calc(100vw - 28px)); padding:14px 17px; border-radius:14px; color:#fff; background:#241a20; box-shadow:0 18px 45px rgba(36,26,32,.25); opacity:0; transform:translateY(15px); pointer-events:none; transition:.22s ease; }
.nf-cart-toast.is-visible { opacity:1; transform:translateY(0); pointer-events:auto; }
.nf-cart-toast strong { font-size:13px; }.nf-cart-toast a { color:#ff9fc5; font-size:12px; font-weight:800; text-decoration:none; white-space:nowrap; }
.woocommerce ul.products li.product .button.nf-cart-loading { opacity:.72; pointer-events:none; }
.woocommerce ul.products li.product .onsale { top: 24px; left: 24px; right: auto; min-width: auto; min-height: auto; padding: 5px 10px; border-radius: 999px; background: var(--nf-pink); font-size: 10px; line-height: 1.4; }
.woocommerce nav.woocommerce-pagination { margin-top: 46px; }.woocommerce nav.woocommerce-pagination ul { border: 0; }.woocommerce nav.woocommerce-pagination ul li { border: 0; margin: 0 4px; }.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span { min-width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; }.woocommerce nav.woocommerce-pagination ul li span.current { color: #fff; background: var(--nf-pink); }

/* Cart and checkout */
.woocommerce-cart .entry-hero-container-inner, .woocommerce-checkout .entry-hero-container-inner { display:none; }
.woocommerce-cart .content-area, .woocommerce-checkout .content-area { margin-top:0; }
.woocommerce-cart .site-main, .woocommerce-checkout .site-main { padding:48px 0 82px; }
.nf-commerce-heading { margin:0 auto 28px; text-align:center; }.nf-commerce-heading h1 { margin:0; color:var(--nf-ink); font-size:clamp(38px,4.4vw,52px); line-height:1.05; letter-spacing:-.045em; }.nf-commerce-heading > p:last-child { margin:12px 0 0; color:var(--nf-muted); }
.nf-cart-progress { margin:0 0 30px; padding:18px 22px; border:1px solid #f2cfdd; border-radius:16px; color:var(--nf-pink-dark); background:var(--nf-blush); text-align:center; }.nf-cart-progress > div { width:min(540px,100%); height:7px; margin:12px auto 0; border-radius:999px; background:#f2d5e1; overflow:hidden; }.nf-cart-progress > div span { display:block; height:100%; border-radius:inherit; background:var(--nf-pink); }
.woocommerce table.shop_table { border:1px solid var(--nf-line); border-radius:18px; border-collapse:separate; overflow:hidden; }.woocommerce table.shop_table th { color:var(--nf-ink); background:var(--nf-cream); font-size:12px; letter-spacing:.05em; text-transform:uppercase; }.woocommerce table.shop_table td { border-color:var(--nf-line); }.woocommerce-cart table.cart img { width:78px; padding:5px; border-radius:10px; background:var(--nf-blush); }.woocommerce-cart table.cart td.product-name a { color:var(--nf-ink); font-weight:700; text-decoration:none; }.woocommerce-cart table.cart .quantity .qty { min-height:42px; border:1px solid var(--nf-line); border-radius:9px; }.woocommerce-cart table.cart td.actions .coupon .input-text { width:160px; min-height:43px; border:1px solid var(--nf-line); border-radius:999px; }.woocommerce-cart table.cart td.actions .button { min-height:43px; border-radius:999px; color:#fff; background:var(--nf-ink); }
.woocommerce .cart-collaterals .cart_totals { padding:25px; border:1px solid var(--nf-line); border-radius:18px; background:var(--nf-cream); }.woocommerce .cart-collaterals .cart_totals h2 { font-size:26px; }.woocommerce .wc-proceed-to-checkout a.checkout-button { border-radius:999px; background:var(--nf-pink); font-size:16px; }.woocommerce .wc-proceed-to-checkout a.checkout-button:hover { background:var(--nf-pink-dark); }
.woocommerce-checkout .woocommerce-message { display:none; }
.woocommerce-checkout .woocommerce-form-coupon-toggle { max-width:760px; margin:0 auto 24px; }
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info { margin:0; padding:15px 20px; border:1px solid var(--nf-line); border-left:4px solid var(--nf-pink); border-radius:12px; background:#fff; }
.woocommerce-checkout form.checkout { display:grid; grid-template-columns:minmax(0,1.18fr) minmax(360px,.82fr); gap:30px; align-items:start; }
.woocommerce-checkout form.checkout > #customer_details { grid-column:1; grid-row:1; min-width:0; }
.woocommerce-checkout form.checkout > h3#order_review_heading { display:none; }
.woocommerce-checkout form.checkout > #order_review { grid-column:2; grid-row:1; min-width:0; align-self:start; position:sticky; top:24px; }
.woocommerce-checkout #customer_details,.woocommerce-checkout #order_review { box-sizing:border-box; width:100%; padding:28px; border:1px solid var(--nf-line); border-radius:18px; background:#fff; box-shadow:0 12px 35px rgba(75,44,59,.06); }
.woocommerce-checkout #customer_details .col-1,.woocommerce-checkout #customer_details .col-2 { float:none; width:100%; }
.woocommerce-checkout #customer_details .col-2 { margin-top:24px; }
.woocommerce-checkout #customer_details h3 { margin:0 0 22px; font-size:25px; }
.woocommerce-checkout #order_review::before { content:'Your order'; display:block; margin:0 0 20px; color:var(--nf-ink); font-size:25px; font-weight:750; line-height:1.2; }
.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select,.woocommerce .select2-container--default .select2-selection--single { box-sizing:border-box; width:100%; min-height:47px; border:1px solid var(--nf-line); border-radius:10px; background:#fff; }
.woocommerce form .form-row textarea { min-height:100px; padding:12px; }
.woocommerce-checkout #payment { border-radius:14px; background:var(--nf-cream); }
.woocommerce-checkout #payment div.payment_box { background:#fff0f6; }
.woocommerce-checkout #place_order { width:100%; min-height:52px; border-radius:999px; background:var(--nf-pink); font-size:15px; }
.woocommerce-checkout #place_order:hover { background:var(--nf-pink-dark); }
.woocommerce-checkout-review-order-table .order-total th,.woocommerce-checkout-review-order-table .order-total td { color:var(--nf-pink-dark); font-size:17px; }

/* Branded information pages */
.page-id-52 .entry-hero-container-inner,.page-id-53 .entry-hero-container-inner,.page-id-54 .entry-hero-container-inner,.page-id-55 .entry-hero-container-inner,.page-id-10 .entry-hero-container-inner { display:none !important; }
.page-id-52 .content-area,.page-id-53 .content-area,.page-id-54 .content-area,.page-id-55 .content-area,.page-id-10 .content-area { margin:0; }
.nf-info-page { margin-bottom:-1.5rem; }.nf-info-page h1,.nf-info-page h2,.nf-info-page h3 { color:var(--nf-ink); }.nf-info-page h2 { font-size:clamp(28px,4vw,43px); letter-spacing:-.035em; }.nf-info-hero { margin-inline:calc(50% - 50vw); padding:78px max(20px,calc((100vw - 1180px)/2)) 82px; text-align:center; background:linear-gradient(135deg,#fff9fc,#ffeaf3 62%,#f8cbdd); }.nf-info-hero h1 { margin:0; font-size:clamp(48px,7vw,74px); line-height:1; letter-spacing:-.055em; }.nf-info-hero > p:last-child { width:min(650px,100%); margin:20px auto 0; color:var(--nf-muted); font-size:17px; line-height:1.7; }
.nf-info-split { display:grid; grid-template-columns:1.15fr .85fr; align-items:center; gap:70px; padding:90px 0; }.nf-info-split > div:first-child > p:not(.nf-eyebrow) { color:var(--nf-muted); font-size:16px; line-height:1.8; }.nf-info-brand-card { min-height:340px; display:grid; place-content:center; padding:40px; border-radius:44% 44% 20px 20px; color:#fff; text-align:center; background:linear-gradient(145deg,#f7bed4,#e91e72); box-shadow:var(--nf-shadow); }.nf-info-brand-card strong { font-size:56px; line-height:1; }.nf-info-brand-card span { margin:9px 0 25px; font-size:11px; font-weight:800; letter-spacing:.18em; text-transform:uppercase; }.nf-info-brand-card p { margin:0; color:#ffeaf2; }
.nf-values { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; padding-bottom:90px; }.nf-values article { padding:28px; border:1px solid var(--nf-line); border-radius:18px; background:var(--nf-cream); }.nf-values b { color:var(--nf-pink); font-size:12px; }.nf-values h3 { margin:12px 0 8px; font-size:21px; }.nf-values p { margin:0; color:var(--nf-muted); font-size:13px; line-height:1.65; }
.nf-info-cta { margin-inline:calc(50% - 50vw); padding:75px 20px; color:#fff; text-align:center; background:linear-gradient(120deg,#e91e72,#b71359); }.nf-info-cta h2 { margin:0; color:#fff; }.nf-info-cta p { color:#ffe4ef; }.nf-info-cta .nf-btn { margin-top:12px; color:var(--nf-pink-dark); background:#fff; }
.nf-contact-grid { display:grid; grid-template-columns:1fr 1fr; gap:20px; padding:80px 0 30px; }.nf-contact-grid > a { padding:34px; border:1px solid var(--nf-line); border-radius:20px; color:var(--nf-ink); text-decoration:none; background:#fff; box-shadow:0 10px 35px rgba(75,44,59,.07); transition:.2s ease; }.nf-contact-grid > a:hover { transform:translateY(-4px); box-shadow:var(--nf-shadow); }.nf-contact-grid span { color:var(--nf-pink-dark); font-size:11px; font-weight:800; letter-spacing:.13em; text-transform:uppercase; }.nf-contact-grid h2 { margin:10px 0; font-size:clamp(22px,3vw,33px); word-break:break-word; }.nf-contact-grid p { margin:0; color:var(--nf-muted); }.nf-address-card { display:grid; grid-template-columns:1fr 1fr; gap:50px; margin:0 0 30px; padding:42px; border-radius:22px; background:var(--nf-cream); }.nf-address-card h2 { margin-bottom:12px; font-size:28px; }.nf-address-card p:not(.nf-eyebrow),.nf-address-card a { color:var(--nf-muted); line-height:1.8; }.nf-contact-note { margin-bottom:80px; padding:22px 26px; border-left:4px solid var(--nf-pink); background:var(--nf-blush); }.nf-contact-note p { margin:5px 0 0; color:var(--nf-muted); }
.nf-faq-list { width:min(850px,100%); margin:75px auto; }.nf-faq-list details { border-bottom:1px solid var(--nf-line); }.nf-faq-list summary { position:relative; padding:22px 45px 22px 0; color:var(--nf-ink); font-size:17px; font-weight:750; cursor:pointer; list-style:none; }.nf-faq-list summary::-webkit-details-marker { display:none; }.nf-faq-list summary::after { content:'+'; position:absolute; right:5px; color:var(--nf-pink); font-size:25px; font-weight:400; }.nf-faq-list details[open] summary::after { content:'−'; }.nf-faq-list details p { padding:0 45px 22px 0; margin:0; color:var(--nf-muted); line-height:1.75; }
.nf-policy-highlights { display:grid; grid-template-columns:repeat(4,1fr); gap:14px; padding:60px 0 30px; }.nf-policy-highlights article { padding:25px 12px; border:1px solid var(--nf-line); border-radius:17px; text-align:center; background:var(--nf-cream); }.nf-policy-highlights strong { display:block; color:var(--nf-pink-dark); font-size:22px; }.nf-policy-highlights span { color:var(--nf-muted); font-size:12px; }.nf-policy-body { width:min(850px,100%); margin:30px auto 90px; }.nf-policy-body h2 { margin:42px 0 14px; font-size:31px; }.nf-policy-body p,.nf-policy-body li { color:var(--nf-muted); line-height:1.8; }.nf-policy-contact { margin-top:40px; padding:25px; border-radius:16px; background:var(--nf-blush); }.nf-policy-contact p { margin:7px 0 0; }.nf-policy-contact a { color:var(--nf-pink-dark); }

@media (max-width: 900px) {
  .nf-announcement .nf-container { gap: 12px; justify-content: space-between; }.nf-announcement span:first-child { display: none; }
  .nf-hero-grid, .nf-story-grid { grid-template-columns:1fr; }.nf-hero-decor { display:none; }.nf-hero-model { object-position:62% center; }
  .nf-category-grid { grid-template-columns: 1fr; }.nf-category-card { min-height:260px; padding:24px; }.nf-category-card::after { background:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,250,252,.9) 38%,rgba(255,255,255,.12) 66%,transparent 82%); }.nf-category-card > div { width:44%; max-width:230px; }.nf-category-card img { width:100%; height:100%; }.nf-preview-grid { grid-template-columns: repeat(2, 1fr); }.nf-benefit-strip .nf-container { grid-template-columns: repeat(2,1fr); }.nf-benefit-strip span { padding: 14px; border-bottom: 1px solid var(--nf-line); }
  .nf-promise-grid, .nf-footer-grid { grid-template-columns: repeat(2, 1fr); }.nf-story-grid { gap: 44px; }.nf-story-art { min-height: 350px; }
  .woocommerce ul.products { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .single-product div.product { grid-template-columns: minmax(0, 1fr); column-gap: 0; }.single-product div.product .woocommerce-product-gallery,.single-product div.product .summary,.single-product div.product .woocommerce-tabs,.single-product .related.products { min-width: 0; max-width: 100%; }.single-product div.product .woocommerce-tabs,.single-product .related.products { grid-column: 1; }.single-product div.product .summary { padding-top: 0; }
  .woocommerce-checkout form.checkout { grid-template-columns:1fr; }.woocommerce-checkout form.checkout > #customer_details,.woocommerce-checkout form.checkout > #order_review { grid-column:1; grid-row:auto; }.woocommerce-checkout form.checkout > #order_review { position:static; }
  .nf-info-split { grid-template-columns:1fr; gap:40px; }.nf-values { grid-template-columns:1fr; }.nf-contact-grid,.nf-address-card { grid-template-columns:1fr; }.nf-policy-highlights { grid-template-columns:repeat(2,1fr); }
}

@media (max-width: 560px) {
  .nf-container { width: min(100% - 28px, 1180px); }.nf-announcement { font-size: 10px; }.nf-announcement .nf-container { min-height: 34px; }.nf-announcement a { display: none; }
  .nf-hero,.nf-hero-grid { min-height:88vh; }.nf-hero-grid { padding-block:56px; }.nf-home h1 { font-size:clamp(45px,13vw,58px); }.nf-hero .nf-lead { font-size:16px; }.nf-hero .nf-actions { margin-top:28px; }.nf-hero .nf-btn { width:auto; min-width:170px; }.nf-hero-model { object-position:64% center; }.nf-hero-visual::before { background:linear-gradient(90deg,rgba(42,21,32,.78) 0%,rgba(58,29,42,.55) 58%,rgba(42,21,32,.12) 100%); }
  .nf-section { padding: 68px 0; }.nf-section-head { align-items: flex-start; flex-direction: column; }.nf-preview-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; }.nf-preview-card { padding: 9px 9px 16px; }.nf-preview-card h3 { font-size: 14px; }
  .nf-promise-grid { grid-template-columns: 1fr 1fr; gap: 28px 12px; }.nf-promise-grid > div { padding-left: 14px; }.nf-promise h3 { font-size: 15px; }
  .nf-story { padding: 70px 0; }.nf-story-art { min-height: 290px; }.nf-story-art span { font-size: 80px; }.nf-footer-grid { grid-template-columns: 1fr; gap: 30px; }.nf-footer { padding-top:44px; }.nf-footer-bottom { margin-top:36px; }.nf-footer-legal { justify-content:flex-start; margin:0 auto; padding-bottom:18px; }
  .nf-shop-hero { margin-bottom: 35px; padding-top: 50px; text-align: left; }.nf-shop-hero > .nf-container > p:not(.nf-eyebrow) { margin: 16px 0 25px; }.nf-shop-tabs { justify-content: flex-start; margin-right: -14px; padding-bottom: 22px; }.nf-shop-tabs a { min-height: 39px; padding: 0 14px; }.woocommerce .woocommerce-result-count { float: none; margin: 0 0 12px; }.woocommerce .woocommerce-ordering { float: none; width: 100%; }.woocommerce .woocommerce-ordering select { width: 100%; }.woocommerce ul.products { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px 10px; }.woocommerce ul.products li.product { padding: 8px 8px 14px; border-radius: 15px; }.woocommerce ul.products li.product .woocommerce-loop-product__title { min-height: 51px; font-size: 13px; }.woocommerce ul.products li.product .price { font-size: 13px; }.nf-loop-summary { display: none; }.woocommerce ul.products li.product .button { padding: 10px 7px; font-size: 10px; }.woocommerce ul.products li.product .onsale { top: 14px; left: 14px; }
  .single-product .content-area { margin-top: 25px; }.single-product div.product .woocommerce-product-gallery { margin-bottom: 28px; overflow: hidden; }.single-product .woocommerce-product-gallery__wrapper,.single-product .woocommerce-product-gallery__image,.single-product .woocommerce-product-gallery__image a,.single-product .woocommerce-product-gallery__image img { max-width: 100%; }.single-product .woocommerce-product-gallery__wrapper { padding: 15px; border-radius: 18px; }.single-product div.product .summary .product_title { font-size: 34px; overflow-wrap: anywhere; }.single-product div.product form.cart,.nf-product-actions,.nf-whatsapp-order,.nf-product-delivery { max-width: 100%; }.nf-product-actions { margin:14px 0 24px; padding:12px; border:1px solid #f1dfe7; border-radius:20px; background:#fff8fb; box-shadow:0 10px 28px rgba(82,35,55,.08); }.nf-order-now { position:relative; min-height:54px; padding:0 50px 0 24px; border:0; color:#fff !important; background:#281920; box-shadow:0 8px 20px rgba(40,25,32,.2); font-size:15px; letter-spacing:.01em; }.nf-order-now::after { position:absolute; right:21px; content:'→'; font-size:20px; line-height:1; transition:transform .2s ease; }.nf-order-now:hover,.nf-order-now:focus { color:#fff !important; background:#e91e72; }.nf-order-now:hover::after,.nf-order-now:focus::after { transform:translateX(3px); }.nf-product-actions .nf-product-delivery { margin-top:10px; }.nf-product-delivery { grid-template-columns: repeat(3, minmax(0, 1fr)); }.nf-product-delivery span { min-width: 0; padding-inline: 3px; overflow-wrap: anywhere; }.single-product .woocommerce-tabs ul.tabs { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px 8px; width:100%; margin-bottom:20px !important; padding:3px 0 !important; overflow:visible; }.single-product .woocommerce-tabs ul.tabs li { display:flex !important; align-items:center !important; justify-content:center !important; box-sizing:border-box; width:100%; min-width:0; min-height:48px; padding:0 8px !important; text-align:center; }.single-product .woocommerce-tabs ul.tabs li a { display:flex !important; align-items:center !important; justify-content:center !important; box-sizing:border-box; width:100%; height:100%; min-height:46px; padding:8px 2px !important; font-size:12px; line-height:1.3; text-align:center; white-space:normal; overflow-wrap:anywhere; }.woocommerce div.product .woocommerce-tabs .panel { padding:20px; }
  .single-product .woocommerce-product-gallery ol.flex-control-thumbs { display:flex !important; gap:9px; width:100%; margin:11px 0 0 !important; padding:2px 1px 7px !important; overflow-x:auto !important; overflow-y:hidden; scrollbar-width:thin; scroll-snap-type:x proximity; }.single-product .woocommerce-product-gallery ol.flex-control-thumbs li { float:none !important; flex:0 0 72px; width:72px !important; margin:0 !important; scroll-snap-align:start; }.single-product .woocommerce-product-gallery ol.flex-control-thumbs img { box-sizing:border-box; width:72px !important; height:72px !important; padding:4px; border:1px solid #eadde3; border-radius:11px; object-fit:contain; background:#fff; opacity:.72; }.single-product .woocommerce-product-gallery ol.flex-control-thumbs img.flex-active { border:2px solid var(--nf-pink); opacity:1; }.single-product .woocommerce-product-gallery--with-images::after { display:block; margin-top:6px; color:var(--nf-muted); content:'Tap a thumbnail or swipe to view more photos'; font-size:11px; text-align:center; }
  .woocommerce-cart .site-main,.woocommerce-checkout .site-main { padding:32px 0 60px; }.nf-commerce-heading { margin-bottom:22px; text-align:left; }.nf-commerce-heading h1 { font-size:38px; }.woocommerce-checkout .woocommerce-form-coupon-toggle { margin-bottom:18px; }.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info { padding:13px 15px; font-size:13px; }.woocommerce-cart table.cart .product-thumbnail { display:none; }.woocommerce-cart table.cart td.actions .coupon { display:grid; grid-template-columns:1fr auto; gap:7px; }.woocommerce-cart table.cart td.actions .coupon .input-text { width:100%; }.woocommerce .cart-collaterals .cart_totals,.woocommerce-checkout #customer_details,.woocommerce-checkout #order_review { padding:18px; }.woocommerce-checkout form.checkout { gap:18px; }.woocommerce-checkout #customer_details h3,.woocommerce-checkout #order_review::before { font-size:22px; }.woocommerce-checkout form.checkout .form-row-first,.woocommerce-checkout form.checkout .form-row-last { float:none !important; width:100% !important; }
  .woocommerce-checkout .site-main { padding:24px 0 54px; }.woocommerce-checkout .nf-commerce-heading { margin-bottom:16px; }.woocommerce-checkout .nf-commerce-heading h1 { font-size:32px; }.woocommerce-checkout form.checkout { gap:14px; }.woocommerce-checkout #customer_details,.woocommerce-checkout #order_review { padding:16px; border-radius:16px; box-shadow:0 8px 24px rgba(75,44,59,.05); }.woocommerce-checkout #customer_details h3,.woocommerce-checkout #order_review::before { margin-bottom:16px; font-size:20px; }.woocommerce-checkout form.checkout .form-row { margin:0 0 12px; }.woocommerce-checkout form.checkout label { margin-bottom:5px; color:var(--nf-ink); font-size:12px; font-weight:700; }.woocommerce-checkout form.checkout input.input-text,.woocommerce-checkout form.checkout textarea,.woocommerce-checkout form.checkout select { min-height:50px; padding:10px 13px; border:1px solid #e7d9df; border-radius:12px; background:#fff; font-size:15px; }.woocommerce-checkout form.checkout textarea { min-height:92px; }.woocommerce-checkout .select2-container .select2-selection--single { height:50px; border-color:#e7d9df; border-radius:12px; }.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__rendered { line-height:48px; }.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__arrow { height:48px; }.woocommerce-checkout-review-order-table th,.woocommerce-checkout-review-order-table td { padding:12px 5px !important; font-size:13px; }.woocommerce-checkout-review-order-table .product-name { padding-right:10px !important; overflow-wrap:anywhere; }.woocommerce-checkout #payment { border-radius:13px; }.woocommerce-checkout #payment ul.payment_methods { padding:15px; }.woocommerce-checkout #payment div.form-row { padding:15px; }.woocommerce-checkout #payment .woocommerce-privacy-policy-text { font-size:11px; line-height:1.55; }.woocommerce-checkout #place_order { min-height:56px; margin-top:4px; box-shadow:0 9px 22px rgba(233,30,114,.22); font-size:16px; font-weight:800; }.single-product .nf-product-actions { margin:7px 0 22px; padding:0; border:0; border-radius:0; background:transparent; box-shadow:none; }.single-product .nf-order-now { min-height:48px; padding:0; border:1px solid #169b62; color:#117b4e !important; background:#effcf6; box-shadow:none; font-size:inherit; letter-spacing:normal; }.single-product .nf-order-now::after { display:none; }
  .nf-info-hero { padding-top:55px; padding-bottom:58px; text-align:left; }.nf-info-hero > p:last-child { margin-left:0; }.nf-info-split { padding:65px 0; }.nf-info-brand-card { min-height:280px; }.nf-info-brand-card strong { font-size:46px; }.nf-values { padding-bottom:65px; }.nf-contact-grid { padding-top:55px; }.nf-contact-grid > a,.nf-address-card { padding:24px; }.nf-contact-note { margin-bottom:60px; }.nf-faq-list { margin:50px auto; }.nf-faq-list summary { font-size:15px; }.nf-policy-highlights { padding-top:45px; gap:9px; }.nf-policy-highlights article { padding:19px 5px; }.nf-policy-highlights strong { font-size:17px; }.nf-policy-body { margin-bottom:65px; }.nf-policy-body h2 { font-size:26px; }
  .nf-cart-toast { right:14px; bottom:14px; left:14px; max-width:none; justify-content:space-between; }
  .nf-floating-whatsapp { right:14px; bottom:14px; width:54px; min-height:54px; padding:0; justify-content:center; }.nf-floating-whatsapp span { position:absolute; width:1px; height:1px; overflow:hidden; clip:rect(0 0 0 0); white-space:nowrap; }
}

.nf-mobile-cart-pill { display:none; }
.nf-order-now.is-loading { opacity:.72; pointer-events:none; }
.nf-order-now-message { margin:8px 0 14px; color:#b4235a; font-size:12px; font-weight:700; }
.nf-checkout-product-controls { display:flex; align-items:center; justify-content:space-between; gap:8px; margin-top:7px; }
.nf-checkout-item-choice { display:inline-flex; align-items:center; gap:6px; margin:0 !important; color:var(--nf-muted); font-size:11px !important; font-weight:700; cursor:pointer; }
.nf-checkout-item-choice input { width:16px; height:16px; margin:0; accent-color:var(--nf-pink); }
.woocommerce-checkout tr.nf-is-removing { opacity:.45; pointer-events:none; }
.nf-product-accordion { display:none; }

@media (max-width: 720px) {
  body #masthead.site-header { position:sticky !important; top:0 !important; z-index:9990 !important; background:#fff; box-shadow:0 3px 16px rgba(49,25,36,.08); }
  body.admin-bar #masthead.site-header { top:46px !important; }
  #mobile-header { position:relative; z-index:2; background:#fff; }
  #mobile-header .site-main-header-wrap { min-height:62px; background:#fff; }
  #mobile-header .site-header-main-section-right { display:flex; align-items:center; gap:8px; }
  #mobile-header .nf-mobile-cart-pill { display:inline-flex; align-items:center; gap:7px; min-height:38px; margin:0; padding:0 11px 0 14px; border:1px solid #eadde3; border-radius:999px; color:var(--nf-ink); background:#fff; box-shadow:0 5px 16px rgba(70,35,51,.06); font-size:12px; font-weight:750; line-height:1; text-decoration:none; }
  #mobile-header .nf-mobile-cart-pill b { display:grid; place-items:center; min-width:19px; height:19px; padding:0 4px; border-radius:999px; color:#fff; background:var(--nf-pink); font-size:10px; line-height:1; }
  #mobile-header .site-header-item-navgation-popup-toggle { margin-left:0; }

  .single-product .nf-mobile-gallery { overflow:visible; }
  .single-product .nf-mobile-gallery .flex-viewport { height:auto !important; overflow:visible !important; }
  .single-product .nf-mobile-gallery .woocommerce-product-gallery__wrapper { display:block !important; width:100% !important; padding:0 !important; border:0; border-radius:0; background:transparent; transform:none !important; transition:none !important; }
  .single-product .nf-mobile-gallery .woocommerce-product-gallery__image { display:none !important; float:none !important; width:100% !important; margin:0 !important; }
  .single-product .nf-mobile-gallery .woocommerce-product-gallery__image.nf-gallery-current { display:block !important; }
  .single-product .nf-mobile-gallery .woocommerce-product-gallery__image a { display:flex; align-items:center; justify-content:center; box-sizing:border-box; width:100%; min-height:300px; padding:15px; border:1px solid #f2e6eb; border-radius:18px; background:linear-gradient(145deg,#fff9fb,#f7e8ee); }
  .single-product .nf-mobile-gallery .woocommerce-product-gallery__image img { display:block; width:100% !important; height:auto !important; max-height:440px; margin:0 auto; object-fit:contain; }

  .single-product .woocommerce-tabs[data-nf-accordion="ready"] > ul.tabs { display:none !important; }
  .single-product .woocommerce-tabs[data-nf-accordion="ready"] > .nf-product-accordion { display:grid; gap:10px; width:100%; }
  .nf-product-accordion-card { overflow:hidden; border:1px solid #eadde3; border-radius:13px; background:#fff; box-shadow:0 5px 18px rgba(70,35,51,.035); }
  .nf-product-accordion-toggle { display:flex; align-items:center; justify-content:space-between; width:100%; min-height:50px; padding:12px 14px; border:0; color:var(--nf-ink); background:#fff; font-size:13px; font-weight:800; text-align:left; cursor:pointer; }
  .nf-product-accordion-toggle b { display:grid; place-items:center; width:24px; height:24px; border-radius:50%; color:var(--nf-pink-dark); background:var(--nf-blush); font-size:17px; font-weight:500; transition:transform .2s ease; }
  .nf-product-accordion-card.is-open .nf-product-accordion-toggle b { transform:rotate(45deg); }
  .nf-product-accordion-panel { box-sizing:border-box; width:100%; margin:0 !important; padding:4px 15px 16px !important; border:0 !important; background:#fff !important; box-shadow:none !important; }
  .nf-product-accordion-panel[hidden] { display:none !important; }
  .nf-product-accordion-panel:not([hidden]) { display:block !important; }
  .nf-product-accordion-panel > h2:first-child { display:none; }
  .nf-product-accordion-panel h3 { margin:12px 0 6px; font-size:13px; }
  .nf-product-accordion-panel p,.nf-product-accordion-panel td,.nf-product-accordion-panel th { font-size:12px; line-height:1.65; }
  .nf-product-accordion-panel .shop_attributes { margin:4px 0 0; }

  .woocommerce-checkout-review-order-table .nf-checkout-product-controls { flex-wrap:wrap; }
  .woocommerce-checkout-review-order-table .nf-checkout-item-choice { min-height:28px; padding:3px 7px; border:1px solid #eadde3; border-radius:999px; background:#fff8fb; }

  /* Compact mobile cart card. */
  .woocommerce-cart .nf-commerce-heading { margin-bottom:18px; }
  .woocommerce-cart .nf-commerce-heading h1 { font-size:32px; }
  .woocommerce-cart .nf-cart-progress { margin-bottom:18px; padding:14px 16px; border-radius:14px; font-size:12px; }
  .woocommerce-cart .woocommerce-cart-form table.shop_table { border:0; border-radius:0; overflow:visible; background:transparent; }
  .woocommerce-cart .woocommerce-cart-form table.shop_table thead { display:none; }
  .woocommerce-cart table.shop_table_responsive tr.woocommerce-cart-form__cart-item { position:relative; display:grid; grid-template-columns:76px minmax(0,1fr); gap:4px 13px; margin:0 0 14px; padding:16px; border:1px solid #eedfe5; border-radius:17px; background:#fff; box-shadow:0 8px 24px rgba(65,31,47,.055); }
  .woocommerce-cart table.shop_table_responsive tr.woocommerce-cart-form__cart-item td { display:block !important; box-sizing:border-box; width:auto !important; padding:0 !important; border:0 !important; text-align:left !important; background:transparent !important; }
  .woocommerce-cart table.shop_table_responsive tr.woocommerce-cart-form__cart-item td::before { display:none !important; }
  .woocommerce-cart table.shop_table_responsive tr.woocommerce-cart-form__cart-item .product-remove { position:absolute; top:10px; right:10px; z-index:3; }
  .woocommerce-cart table.shop_table_responsive tr.woocommerce-cart-form__cart-item .product-remove .remove { display:grid !important; place-items:center; width:32px; height:32px; border:1px solid #f3bfd3; border-radius:50%; color:#c41459 !important; background:#fff0f6; box-shadow:0 4px 12px rgba(196,20,89,.12); font-size:22px; font-weight:500; line-height:1; text-decoration:none; }
  .woocommerce-cart table.shop_table_responsive tr.woocommerce-cart-form__cart-item .product-remove .remove:hover { color:#fff !important; background:#c41459; }
  .woocommerce-cart table.shop_table_responsive tr.woocommerce-cart-form__cart-item .product-thumbnail { display:block !important; grid-column:1; grid-row:1 / span 4; align-self:start; }
  .woocommerce-cart table.shop_table_responsive tr.woocommerce-cart-form__cart-item .product-thumbnail img { box-sizing:border-box; width:76px; height:76px; padding:6px; border:1px solid #f1e3e9; border-radius:13px; object-fit:contain; background:#fff8fb; }
  .woocommerce-cart table.shop_table_responsive tr.woocommerce-cart-form__cart-item .product-name { grid-column:2; padding-right:32px !important; font-size:14px; line-height:1.35; }
  .woocommerce-cart table.shop_table_responsive tr.woocommerce-cart-form__cart-item .product-price { grid-column:2; color:#6d5962; font-size:12px; }
  .woocommerce-cart table.shop_table_responsive tr.woocommerce-cart-form__cart-item .product-price::before { display:inline !important; margin-right:5px; content:'Price:'; color:#8a747e; font-weight:600; }
  .woocommerce-cart table.shop_table_responsive tr.woocommerce-cart-form__cart-item .product-quantity { grid-column:2; margin-top:7px; }
  .woocommerce-cart table.shop_table_responsive tr.woocommerce-cart-form__cart-item .product-quantity .quantity { display:inline-flex; align-items:center; overflow:hidden; border:1px solid #eadde3; border-radius:999px; background:#fff; }
  .woocommerce-cart table.shop_table_responsive tr.woocommerce-cart-form__cart-item .product-quantity .quantity button { display:grid; place-items:center; width:36px; height:36px; padding:0; border:0; color:var(--nf-ink); background:#fff; }
  .woocommerce-cart table.shop_table_responsive tr.woocommerce-cart-form__cart-item .product-quantity .qty { width:38px; min-height:36px; padding:0; border:0; border-radius:0; text-align:center; background:#fff; }
  .woocommerce-cart table.shop_table_responsive tr.woocommerce-cart-form__cart-item .product-subtotal { grid-column:2; margin-top:7px; padding-top:9px !important; border-top:1px solid #f0e5ea !important; color:var(--nf-ink); font-size:13px; font-weight:800; }
  .woocommerce-cart table.shop_table_responsive tr.woocommerce-cart-form__cart-item .product-subtotal::before { display:inline !important; margin-right:5px; content:'Subtotal:'; color:#8a747e; font-weight:600; }
  .woocommerce-cart .woocommerce-cart-form table.shop_table tr:not(.woocommerce-cart-form__cart-item) td.actions { display:grid; gap:9px; padding:14px !important; border:1px solid #eedfe5 !important; border-radius:15px; background:#fff !important; }
  .woocommerce-cart table.cart td.actions .coupon { display:grid; grid-template-columns:minmax(0,1fr) auto; gap:8px; }
  .woocommerce-cart table.cart td.actions .coupon .input-text,.woocommerce-cart table.cart td.actions .button { min-height:44px; }
  .woocommerce-cart table.cart td.actions > .button { width:100%; }
  .woocommerce-cart .cart-collaterals { margin-top:18px; }
  .woocommerce-cart .cart-collaterals .cart_totals { float:none; box-sizing:border-box; width:100%; padding:18px; border-color:#eedfe5; border-radius:17px; background:#fff; box-shadow:0 8px 24px rgba(65,31,47,.055); }
  .woocommerce-cart .cart-collaterals .cart_totals h2 { margin:0 0 13px; font-size:22px; }
  .woocommerce-cart .cart-collaterals .cart_totals table { margin:0; border:0; border-radius:0; }
  .woocommerce-cart .cart-collaterals .cart_totals table tr th,.woocommerce-cart .cart-collaterals .cart_totals table tr td { padding:12px 5px; border-color:#f0e5ea; vertical-align:top; font-size:12px; text-align:left; }
  .woocommerce-cart .cart-collaterals .cart_totals table tr th { width:34%; color:#6d5962; font-weight:700; }
  .woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-methods { margin:0 0 9px; }
  .woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination { margin:8px 0; padding:10px 11px; border-radius:10px; color:#69545e; background:#fff5f9; font-size:11px; line-height:1.55; }
  .woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination strong { display:block; margin-top:2px; color:var(--nf-ink); font-size:12px; }
  .woocommerce-cart .cart-collaterals .shipping-calculator-button { display:inline-flex; align-items:center; min-height:34px; margin-top:2px; color:var(--nf-pink-dark); font-size:11px; font-weight:800; }
  .woocommerce-cart .cart-collaterals .order-total th,.woocommerce-cart .cart-collaterals .order-total td { padding-top:15px !important; color:var(--nf-ink); font-size:15px !important; }
  .woocommerce-cart .wc-proceed-to-checkout { padding:14px 0 0; }
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button { min-height:52px; display:flex; align-items:center; justify-content:center; margin:0; background:var(--nf-pink); font-size:15px; font-weight:800; }
}

@media (max-width: 782px) and (min-width: 721px) {
  body.admin-bar #masthead.site-header { top:32px !important; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
