.nc-pdp{--sage:#A8B5A0;--sage-deep:#8e9c86;--sage-tint:#dfe5da;--cream:#F5F0E8;--cream-2:#efe8dc;--rose:#D4A5A5;--rose-deep:#c08d8d;--charcoal:#2C2C2C;--charcoal-soft:#534f4a;--gold:#C9A961;--paper:#fdfbf7;--line:#e4ddd0;--serif:"DM Serif Display", Georgia, serif;--sans:"Inter", system-ui, sans-serif;--shadow-sm:0 2px 10px rgba(44,44,44,.05);--shadow-md:0 14px 40px rgba(44,44,44,.1);--ease:cubic-bezier(.22,.61,.36,1);container-type:inline-size;font-family:var(--sans);color:var(--charcoal);line-height:1.6;-webkit-font-smoothing:antialiased;background:var(--cream)}.nc-pdp *,.nc-pdp *:before,.nc-pdp *:after{box-sizing:border-box}.nc-pdp img{max-width:100%}.nc-pdp a{color:inherit;text-decoration:none}.nc-pdp .wrap{width:100%;max-width:1120px;margin:0 auto;padding:0 40px}.nc-pdp .h-serif{font-family:var(--serif);font-weight:400;line-height:1.08}.nc-pdp .eyebrow{font-size:12px;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--sage-deep);margin:0 0 18px;display:flex;align-items:center;gap:9px}.nc-pdp .eyebrow:before{content:"";width:22px;height:1.5px;background:var(--gold)}.nc-pdp .eyebrow.center{justify-content:center}.nc-pdp .eyebrow.center:after{content:"";width:22px;height:1.5px;background:var(--gold)}.nc-pdp .btn{display:inline-flex;align-items:center;gap:10px;font-family:var(--sans);font-size:15px;font-weight:600;border:0;border-radius:999px;padding:15px 30px;cursor:pointer;text-decoration:none;transition:transform .25s var(--ease),background .25s var(--ease),box-shadow .25s var(--ease)}.nc-pdp .btn svg{width:17px;height:17px;transition:transform .3s var(--ease)}.nc-pdp .btn:hover svg{transform:translate(3px)}.nc-pdp .btn--rose{background:var(--rose);color:#fff;box-shadow:0 10px 24px #c08d8d59}.nc-pdp .btn--rose:hover{background:var(--rose-deep);transform:translateY(-2px)}.nc-pdp .btn--char{background:var(--charcoal);color:var(--cream)}.nc-pdp .btn--char:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.nc-pdp .btn[disabled]{opacity:.5;cursor:not-allowed;transform:none}.nc-pdp .add{background:var(--sage);color:#fff;border:0;border-radius:999px;font-family:var(--sans);font-size:13.5px;font-weight:600;padding:11px 20px;cursor:pointer;transition:background .2s var(--ease),transform .2s var(--ease)}.nc-pdp .add:hover{background:var(--sage-deep);transform:translateY(-1px)}.nc-pdp .add.added{background:var(--gold)}.nc-pdp .card{background:var(--paper);border-radius:22px;overflow:hidden;border:1px solid var(--line);transition:transform .35s var(--ease),box-shadow .35s var(--ease);display:flex;flex-direction:column}.nc-pdp .card:hover{transform:translateY(-6px);box-shadow:var(--shadow-md)}.nc-pdp .card__media{position:relative}.nc-pdp .card__media img{display:block;width:100%;height:auto;aspect-ratio:3 / 4;object-fit:cover;background:#e6dfd1}.nc-pdp .card__badge{position:absolute;top:14px;left:14px;background:#fdfbf7eb;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:var(--charcoal);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:6px 12px;border-radius:999px}.nc-pdp .card__body{padding:24px 24px 26px;display:flex;flex-direction:column;flex:1}.nc-pdp .card__stage{font-size:11.5px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--sage-deep);margin-bottom:9px}.nc-pdp .card h3{font-family:var(--serif);font-size:23px;font-weight:400;line-height:1.15;margin:0 0 10px}.nc-pdp .card__desc{font-size:14px;color:var(--charcoal-soft);margin:0 0 20px;flex:1}.nc-pdp .card__foot{display:flex;align-items:center;justify-content:space-between;gap:12px}.nc-pdp .card__price{font-family:var(--serif);font-size:23px}.nc-pdp .card__price s{font-size:14px;color:var(--charcoal-soft);margin-right:7px;opacity:.7}.nc-pdp .card__foot form{margin:0}.nc-pdp .nc-section{position:relative}.nc-pdp .toast{position:fixed;right:22px;bottom:22px;transform:translateY(160%);background:var(--paper);color:var(--charcoal);border:1px solid var(--sage-tint);padding:14px 20px;border-radius:14px;font-size:14px;display:flex;align-items:center;gap:11px;box-shadow:var(--shadow-md);z-index:60;transition:transform .4s var(--ease);max-width:320px}.nc-pdp .toast.show{transform:translateY(0)}.nc-pdp .toast svg{width:18px;height:18px;color:var(--sage-deep);flex:none}.nc-pdp .crumb{padding:20px 0 0;font-size:13px;color:var(--charcoal-soft)}.nc-pdp .crumb .wrap{display:flex;align-items:center;gap:9px;flex-wrap:wrap}.nc-pdp .crumb a{opacity:.7;transition:opacity .2s var(--ease)}.nc-pdp .crumb a:hover{opacity:1}.nc-pdp .crumb svg{width:13px;height:13px;opacity:.5}.nc-pdp .crumb .here{color:var(--charcoal);font-weight:600}.nc-pdp .pdp{padding:26px 0 90px}.nc-pdp .pdp__grid{display:grid;grid-template-columns:1.04fr 1fr;gap:56px;align-items:start}.nc-pdp .gallery{position:sticky;top:96px}.nc-pdp .gallery__main{position:relative;border-radius:22px;overflow:hidden;background:#e6dfd1;box-shadow:var(--shadow-md);aspect-ratio:5 / 6.3}.nc-pdp .gallery__main img{width:100%;height:100%;object-fit:cover;display:block;transition:opacity .35s var(--ease)}.nc-pdp .gallery__flag{position:absolute;top:16px;left:16px;display:flex;gap:8px}.nc-pdp .flag{background:#fdfbf7f0;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:var(--charcoal);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:7px 13px;border-radius:999px}.nc-pdp .flag--rose{background:var(--rose);color:#fff}.nc-pdp .gallery__thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin-top:14px}.nc-pdp .thumb{position:relative;border:0;padding:0;cursor:pointer;border-radius:13px;overflow:hidden;aspect-ratio:1 / 1;background:#e6dfd1;box-shadow:inset 0 0 0 1.5px transparent;transition:box-shadow .2s var(--ease),transform .2s var(--ease)}.nc-pdp .thumb img{width:100%;height:100%;object-fit:cover;display:block}.nc-pdp .thumb:hover{transform:translateY(-2px)}.nc-pdp .thumb[aria-current=true]{box-shadow:inset 0 0 0 2.5px var(--sage-deep)}.nc-pdp .buy__eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:11.5px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--sage-deep);background:var(--sage-tint);padding:7px 14px;border-radius:999px}.nc-pdp .buy__eyebrow svg{width:14px;height:14px}.nc-pdp .buy h1{font-family:var(--serif);font-weight:400;font-size:clamp(32px,4.4cqw,46px);line-height:1.08;margin:18px 0 10px}.nc-pdp .buy__tag{font-family:var(--serif);font-style:italic;font-size:19px;color:var(--rose-deep);margin:0 0 18px}.nc-pdp .buy__rating{display:flex;align-items:center;gap:10px;margin-bottom:24px;font-size:14px;color:var(--charcoal-soft)}.nc-pdp .stars{color:#e8423f;letter-spacing:2px;font-size:15px}.nc-pdp .buy__rating a{color:var(--charcoal-soft);text-decoration:underline;text-underline-offset:3px}.nc-pdp .buy__rating a:hover{color:var(--charcoal)}.nc-pdp .dotsep{width:3px;height:3px;border-radius:50%;background:currentColor;opacity:.4}.nc-pdp .price{display:flex;align-items:baseline;gap:14px;margin-bottom:6px}.nc-pdp .price__now{font-family:var(--serif);font-size:40px;line-height:1}.nc-pdp .price__was{font-size:19px;color:var(--charcoal-soft);text-decoration:line-through;opacity:.7}.nc-pdp .price__save{background:#f0e2e2;color:var(--rose-deep);font-size:12px;font-weight:700;letter-spacing:.04em;padding:6px 12px;border-radius:999px}.nc-pdp .price__note{font-size:13px;color:var(--charcoal-soft);margin:0 0 24px}.nc-pdp .buy__bullets{list-style:none;margin:0 0 28px;padding:0;display:grid;gap:11px}.nc-pdp .buy__bullets li{display:flex;align-items:flex-start;gap:11px;font-size:14.5px;color:var(--charcoal-soft);line-height:1.5}.nc-pdp .buy__bullets .tick{flex:none;width:21px;height:21px;border-radius:50%;background:var(--sage-tint);color:var(--sage-deep);display:grid;place-items:center;margin-top:1px}.nc-pdp .buy__bullets .tick svg{width:12px;height:12px}.nc-pdp .buy__bullets strong{color:var(--charcoal);font-weight:600}.nc-pdp .buy__actions{display:flex;flex-direction:column;gap:12px;margin-bottom:22px}.nc-pdp .btn--full{justify-content:center;width:100%;padding:17px 30px;font-size:16px}.nc-pdp .btn--char.btn--full svg{width:18px;height:18px}.nc-pdp .buy__guarantee{display:flex;align-items:flex-start;gap:11px;background:var(--sage-tint);border-radius:13px;padding:14px 16px;margin:0 0 22px;font-size:12.8px;line-height:1.5;color:var(--charcoal-soft)}.nc-pdp .buy__guarantee svg{width:19px;height:19px;color:var(--sage-deep);flex:none;margin-top:1px}.nc-pdp .buy__guarantee strong{color:var(--charcoal);font-weight:600}.nc-pdp .buy__trust{display:flex;flex-wrap:wrap;gap:18px 22px;padding:18px 0 4px;border-top:1px solid var(--line)}.nc-pdp .buy__trust div{display:flex;align-items:center;gap:9px;font-size:12.5px;color:var(--charcoal-soft)}.nc-pdp .buy__trust svg{width:17px;height:17px;color:var(--sage-deep);flex:none}.nc-pdp .acc{margin-top:26px;border-top:1px solid var(--line)}.nc-pdp .acc__item{border-bottom:1px solid var(--line)}.nc-pdp .acc__head{width:100%;background:transparent;border:0;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 2px;font-family:var(--sans);font-size:15px;font-weight:600;color:var(--charcoal);text-align:left}.nc-pdp .acc__head .sign{position:relative;width:16px;height:16px;flex:none}.nc-pdp .acc__head .sign:before,.nc-pdp .acc__head .sign:after{content:"";position:absolute;background:var(--sage-deep);border-radius:2px;transition:transform .3s var(--ease),opacity .3s var(--ease)}.nc-pdp .acc__head .sign:before{top:7px;left:0;width:16px;height:2px}.nc-pdp .acc__head .sign:after{top:0;left:7px;width:2px;height:16px}.nc-pdp .acc__item.open .sign:after{transform:scaleY(0)}.nc-pdp .acc__panel{max-height:0;overflow:hidden;transition:max-height .4s var(--ease)}.nc-pdp .acc__panel>div{padding:0 2px 20px}.nc-pdp .acc__panel p{font-size:14px;line-height:1.7;color:var(--charcoal-soft);margin:0 0 10px}.nc-pdp .acc__panel p:last-child{margin-bottom:0}.nc-pdp .acc__panel strong{color:var(--charcoal)}.nc-pdp .acc__compat{list-style:none;margin:4px 0 0;padding:0;display:grid;gap:9px}.nc-pdp .acc__compat li{display:flex;align-items:center;gap:10px;font-size:13.5px;color:var(--charcoal-soft)}.nc-pdp .acc__compat svg{width:16px;height:16px;color:var(--sage-deep);flex:none}.nc-pdp .getband{background:var(--charcoal);color:var(--cream);padding:78px 0}.nc-pdp .getband .eyebrow{color:var(--gold);justify-content:center}.nc-pdp .getband .eyebrow:before,.nc-pdp .getband .eyebrow:after{background:var(--gold)}.nc-pdp .getband__head{text-align:center;max-width:640px;margin:0 auto 12px}.nc-pdp .getband__head h2{font-family:var(--serif);font-weight:400;font-size:clamp(28px,3.6cqw,40px);margin:0 0 14px}.nc-pdp .getband__head p{opacity:.8;font-size:16px;line-height:1.7;margin:0 auto;max-width:56ch}.nc-pdp .getband__stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:48px}.nc-pdp .stat{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:18px;padding:26px 22px;text-align:center}.nc-pdp .stat b{display:block;font-family:var(--serif);font-size:34px;line-height:1;margin-bottom:8px}.nc-pdp .stat span{font-size:12.5px;opacity:.72;letter-spacing:.03em}.nc-pdp .inside{padding:92px 0}.nc-pdp .inside__head{text-align:center;max-width:660px;margin:0 auto 56px}.nc-pdp .inside__head h2{font-family:var(--serif);font-weight:400;font-size:clamp(30px,3.6cqw,42px);margin:0 0 14px}.nc-pdp .inside__head p{font-size:17px;color:var(--charcoal-soft);margin:0}.nc-pdp .inside__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.nc-pdp .feat{background:var(--paper);border:1px solid var(--line);border-radius:20px;padding:30px 28px;transition:transform .35s var(--ease),box-shadow .35s var(--ease)}.nc-pdp .feat:hover{transform:translateY(-5px);box-shadow:var(--shadow-md)}.nc-pdp .feat__icon{width:50px;height:50px;border-radius:15px;background:var(--cream-2);display:grid;place-items:center;color:var(--sage-deep);margin-bottom:20px}.nc-pdp .feat__icon svg{width:24px;height:24px}.nc-pdp .feat:nth-child(3n+2) .feat__icon{background:#f0e2e2;color:var(--rose-deep)}.nc-pdp .feat:nth-child(3n) .feat__icon{background:#f3ead2;color:var(--gold)}.nc-pdp .feat h3{font-family:var(--serif);font-weight:400;font-size:20px;line-height:1.2;margin:0 0 9px}.nc-pdp .feat p{font-size:14px;color:var(--charcoal-soft);line-height:1.6;margin:0}.nc-pdp .peek{background:var(--cream-2);padding:92px 0}.nc-pdp .peek__head{text-align:center;max-width:640px;margin:0 auto 54px}.nc-pdp .peek__head h2{font-family:var(--serif);font-weight:400;font-size:clamp(28px,3.6cqw,40px);margin:0 0 14px}.nc-pdp .peek__head p{font-size:16.5px;color:var(--charcoal-soft);margin:0}.nc-pdp .peek__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;align-items:start}.nc-pdp .sheet{background:var(--paper);border-radius:18px;padding:28px 26px;box-shadow:var(--shadow-md);border:1px solid var(--line);position:relative}.nc-pdp .sheet__label{position:absolute;top:-11px;left:24px;background:var(--charcoal);color:var(--cream);font-size:10.5px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:5px 12px;border-radius:999px}.nc-pdp .sheet h4{font-family:var(--serif);font-weight:400;font-size:21px;margin:10px 0 6px}.nc-pdp .sheet>p{font-size:13px;color:var(--charcoal-soft);margin:0 0 20px;line-height:1.55}.nc-pdp .scale{display:grid;gap:13px}.nc-pdp .scale__row{display:grid;grid-template-columns:1fr auto;align-items:center;gap:12px}.nc-pdp .scale__row span{font-size:13px;color:var(--charcoal)}.nc-pdp .dots{display:flex;gap:5px}.nc-pdp .dots i{width:13px;height:13px;border-radius:50%;border:1.5px solid var(--sage);display:block}.nc-pdp .dots i.on{background:var(--sage)}.nc-pdp .dots i.on.warn{background:var(--rose);border-color:var(--rose)}.nc-pdp .scale__score{margin-top:18px;background:var(--cream);border-radius:12px;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;font-size:13px}.nc-pdp .scale__score b{font-family:var(--serif);font-size:24px;color:var(--rose-deep)}.nc-pdp .check-list{list-style:none;margin:0;padding:0;display:grid;gap:12px}.nc-pdp .check-list li{display:flex;align-items:center;gap:12px;font-size:14px;color:var(--charcoal)}.nc-pdp .check-list .box{width:22px;height:22px;border-radius:7px;border:1.8px solid var(--sage);flex:none;display:grid;place-items:center;color:#fff}.nc-pdp .check-list li.done .box{background:var(--sage);border-color:var(--sage)}.nc-pdp .check-list li.done span{color:var(--charcoal-soft);text-decoration:line-through;text-decoration-color:var(--sage)}.nc-pdp .check-list .box svg{width:13px;height:13px;opacity:0}.nc-pdp .check-list li.done .box svg{opacity:1}.nc-pdp .checkin{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:8px}.nc-pdp .checkin__col{text-align:center;background:var(--cream);border-radius:13px;padding:15px 6px}.nc-pdp .checkin__col.now{background:var(--sage-tint)}.nc-pdp .checkin__when{display:block;font-size:10px;letter-spacing:.05em;text-transform:uppercase;color:var(--charcoal-soft);font-weight:600;line-height:1.35;margin-bottom:9px}.nc-pdp .checkin__score{font-family:var(--serif);display:flex;align-items:baseline;justify-content:center;gap:3px}.nc-pdp .checkin__score b{font-size:30px;font-weight:400;color:var(--charcoal)}.nc-pdp .checkin__col.now .checkin__score b{color:var(--sage-deep)}.nc-pdp .checkin__score span{font-size:12px;color:var(--charcoal-soft)}.nc-pdp .checkin__zone{display:block;font-size:10px;color:var(--charcoal-soft);margin-top:3px}.nc-pdp .checkin__word{font-family:var(--serif);font-style:italic;font-size:13px;color:var(--charcoal);margin-top:8px}.nc-pdp .checkin__delta{display:flex;flex-direction:column;align-items:center;gap:2px;color:var(--sage-deep);padding:0 2px}.nc-pdp .checkin__delta svg{width:17px;height:17px}.nc-pdp .checkin__delta b{font-family:var(--serif);font-size:14px}.nc-pdp .checkin__delta span{font-size:9px;letter-spacing:.04em;text-transform:uppercase;color:var(--charcoal-soft)}.nc-pdp .tracker__cap{font-size:12px;color:var(--charcoal-soft);margin-top:16px;display:flex;align-items:center;gap:8px;line-height:1.4}.nc-pdp .tracker__cap b{font-family:var(--serif);font-weight:400;color:var(--charcoal)}.nc-pdp .script-feature{margin-top:30px;display:grid;grid-template-columns:.82fr 1.18fr;gap:30px;align-items:center;background:var(--paper);border:1px solid var(--line);border-radius:22px;padding:38px 40px;box-shadow:var(--shadow-sm)}.nc-pdp .sheet__label--rose{position:static;background:#f0e2e2;color:var(--rose-deep)}.nc-pdp .script-feature__intro h3{font-family:var(--serif);font-weight:400;font-size:25px;margin:14px 0 12px;line-height:1.18}.nc-pdp .script-feature__intro p{font-size:14.5px;color:var(--charcoal-soft);margin:0;line-height:1.6}.nc-pdp .script-feature__card{background:var(--cream);border-radius:16px;padding:26px 28px;border-left:3px solid var(--rose)}.nc-pdp .script-feature__cue{display:block;font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--sage-deep);margin-bottom:14px}.nc-pdp .script-feature__card blockquote{margin:0 0 16px;font-family:var(--serif);font-size:21px;line-height:1.42;color:var(--charcoal)}.nc-pdp .script-feature__tip{font-size:13px;color:var(--charcoal-soft);margin:0;line-height:1.55}.nc-pdp .script-feature__tip b{color:var(--charcoal)}.nc-pdp .author{padding:96px 0}.nc-pdp .author__inner{display:grid;grid-template-columns:.85fr 1.15fr;gap:56px;align-items:center;max-width:980px;margin:0 auto}.nc-pdp .author__photo{position:relative;background:linear-gradient(180deg,var(--sage-tint),var(--cream-2));border-radius:24px;aspect-ratio:1 / 1.05;display:flex;align-items:flex-end;justify-content:center;overflow:hidden}.nc-pdp .author__photo:after{content:"";position:absolute;width:78%;height:78%;border-radius:50%;background:radial-gradient(circle,rgba(168,181,160,.4),transparent 70%);bottom:-10%}.nc-pdp .author__photo img{position:relative;width:96%;object-fit:contain;object-position:bottom;filter:drop-shadow(0 16px 30px rgba(44,44,44,.18));z-index:1}.nc-pdp .author__copy h2{font-family:var(--serif);font-weight:400;font-size:clamp(28px,3.4cqw,38px);margin:14px 0 6px}.nc-pdp .author__cred{font-size:13px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--sage-deep);margin:0 0 22px}.nc-pdp .author__quote{font-family:var(--serif);font-style:italic;font-size:clamp(20px,2.6cqw,26px);line-height:1.4;color:var(--charcoal);margin:0 0 22px;padding-left:22px;border-left:3px solid var(--gold)}.nc-pdp .author__copy p{font-size:15.5px;line-height:1.7;color:var(--charcoal-soft);margin:0 0 14px;max-width:52ch}.nc-pdp .author__sign{font-family:var(--serif);font-size:22px;color:var(--charcoal)!important;margin-top:18px!important}.nc-pdp .foryou{background:var(--sage);color:#fff;padding:92px 0}.nc-pdp .foryou__grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}.nc-pdp .foryou .eyebrow{color:#fff;opacity:.85}.nc-pdp .foryou .eyebrow:before{background:#fff9}.nc-pdp .foryou h2{font-family:var(--serif);font-weight:400;font-size:clamp(28px,3.6cqw,40px);margin:0 0 26px;line-height:1.12}.nc-pdp .foryou__list{list-style:none;margin:0;padding:0;display:grid;gap:16px}.nc-pdp .foryou__list li{display:flex;align-items:flex-start;gap:13px;font-size:16.5px;line-height:1.5}.nc-pdp .foryou__list .arr{flex:none;width:26px;height:26px;border-radius:50%;background:#ffffff2e;display:grid;place-items:center;margin-top:1px}.nc-pdp .foryou__list .arr svg{width:14px;height:14px}.nc-pdp .foryou__card{background:var(--paper);color:var(--charcoal);border-radius:26px;padding:46px 42px;text-align:center;box-shadow:var(--shadow-md)}.nc-pdp .foryou__card .mk{font-family:var(--serif);font-size:60px;color:var(--sage);line-height:.8;height:34px}.nc-pdp .foryou__card h3{font-family:var(--serif);font-weight:400;font-size:27px;line-height:1.25;margin:14px 0}.nc-pdp .foryou__card p{font-size:15.5px;color:var(--charcoal-soft);line-height:1.65;margin:0 0 26px}.nc-pdp .foryou__card .btn{width:100%;justify-content:center}.nc-pdp .reviews{padding:88px 0}.nc-pdp .jdgm-widget{--jdgm-red: #e8423f;--jdgm-red-empty: #dadada;--jdgm-green: #519c2e;--jdgm-ink: #1b1b1b;--jdgm-sub: #6a6a6a;--jdgm-line: #e6e6e6;font-family:var(--sans);color:var(--jdgm-ink);-webkit-font-smoothing:antialiased}.nc-pdp .jdgm-stars{display:inline-flex;line-height:1;white-space:nowrap}.nc-pdp .jdgm-stars span{color:var(--jdgm-red);font-size:16px;letter-spacing:2px}.nc-pdp .jdgm-stars span.e{color:var(--jdgm-red-empty)}.nc-pdp .jdgm-head{display:flex;align-items:center;gap:44px;flex-wrap:wrap;padding-bottom:28px;border-bottom:1px solid var(--jdgm-line)}.nc-pdp .jdgm-head__overall{display:flex;align-items:center;gap:15px}.nc-pdp .jdgm-head__avg{font-size:46px;font-weight:700;line-height:1;letter-spacing:-.015em}.nc-pdp .jdgm-head__overall .jdgm-stars span{font-size:21px}.nc-pdp .jdgm-head__count{margin-top:6px;font-size:13px;color:var(--jdgm-sub)}.nc-pdp .jdgm-histogram{display:flex;flex-direction:column;gap:5px;flex:1 1 230px;max-width:360px;min-width:200px}.nc-pdp .jdgm-histo-row{display:flex;align-items:center;gap:10px;cursor:pointer}.nc-pdp .jdgm-histo-row__label{display:inline-flex;align-items:center;gap:4px;width:46px;font-size:12.5px;color:var(--jdgm-sub)}.nc-pdp .jdgm-histo-row__label .s{color:var(--jdgm-red);font-size:12px}.nc-pdp .jdgm-histo-row__bar{flex:1;height:9px;background:#eee;border-radius:2px;overflow:hidden}.nc-pdp .jdgm-histo-row__bar>i{display:block;height:100%;background:var(--jdgm-red)}.nc-pdp .jdgm-histo-row__count{width:18px;text-align:right;font-size:12.5px;color:#9a9a9a}.nc-pdp .jdgm-histo-row:hover .jdgm-histo-row__bar{box-shadow:0 0 0 1px var(--jdgm-red)}.nc-pdp .jdgm-write-rev{margin-left:auto;flex:none;font-family:var(--sans);font-size:14px;font-weight:600;color:#fff;background:var(--jdgm-red);border:none;border-radius:4px;padding:12px 24px;cursor:pointer;transition:filter .15s var(--ease)}.nc-pdp .jdgm-write-rev:hover{filter:brightness(.93)}.nc-pdp .jdgm-list{margin-top:4px}.nc-pdp .jdgm-rev{display:flex;gap:16px;padding:28px 0;border-bottom:1px solid var(--jdgm-line)}.nc-pdp .jdgm-rev__avatar{width:46px;height:46px;flex:none;border-radius:50%;display:grid;place-items:center;background:#ebe8e2;color:#6f6b62;font-size:18px;font-weight:600}.nc-pdp .jdgm-rev:nth-child(3n+2) .jdgm-rev__avatar{background:#e7ece2;color:#56794a}.nc-pdp .jdgm-rev:nth-child(3n) .jdgm-rev__avatar{background:#efe5e2;color:#9a6a5c}.nc-pdp .jdgm-rev__main{flex:1;min-width:0}.nc-pdp .jdgm-rev__top{display:flex;align-items:center;gap:12px}.nc-pdp .jdgm-rev__date{margin-left:auto;font-size:12.5px;color:#a2a2a2;flex:none}.nc-pdp .jdgm-rev__author-line{display:flex;align-items:center;gap:9px;margin-top:10px;flex-wrap:wrap}.nc-pdp .jdgm-rev__author{font-size:14px;font-weight:700}.nc-pdp .jdgm-rev__badge{display:inline-flex;align-items:center;gap:4px;font-size:12px;font-weight:600;color:var(--jdgm-green)}.nc-pdp .jdgm-rev__badge svg{width:13px;height:13px}.nc-pdp .jdgm-rev__title{font-size:14px;font-weight:700;margin:12px 0 5px}.nc-pdp .jdgm-rev__text{font-size:14px;line-height:1.62;color:#565656;margin:0}.nc-pdp .jdgm-rev[hidden]{display:none}.nc-pdp .jdgm-foot{display:flex;flex-direction:column;align-items:center;gap:22px;margin-top:30px}.nc-pdp .jdgm-pagi{display:flex;align-items:center;gap:5px}.nc-pdp .jdgm-pagi a{min-width:32px;height:32px;padding:0 7px;display:inline-flex;align-items:center;justify-content:center;font-size:13.5px;color:var(--jdgm-sub);border-radius:4px;text-decoration:none;cursor:pointer;transition:background .15s var(--ease),color .15s var(--ease)}.nc-pdp .jdgm-pagi a.is-active{background:var(--jdgm-red);color:#fff;font-weight:600}.nc-pdp .jdgm-pagi a:not(.is-active):hover{background:#f1f1f1;color:var(--jdgm-ink)}.nc-pdp .jdgm-powered{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:#9a9a9a}.nc-pdp .jdgm-powered b{color:var(--jdgm-ink);font-weight:700}.nc-pdp .jdgm-powered b span{color:var(--jdgm-red)}.nc-pdp .also{padding:20px 0 100px}.nc-pdp .also__head{text-align:center;margin-bottom:44px}.nc-pdp .also__head h2{font-family:var(--serif);font-weight:400;font-size:clamp(26px,3.2cqw,36px);margin:0}.nc-pdp .also__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.nc-pdp .stickybuy{position:absolute;left:0;right:0;bottom:0;z-index:40;background:#fdfbf7f0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-top:1px solid var(--line);transform:translateY(120%);transition:transform .4s var(--ease)}.nc-pdp .stickybuy.show{transform:translateY(0)}.nc-pdp .stickybuy__inner{max-width:1120px;margin:0 auto;padding:12px 40px;display:flex;align-items:center;justify-content:space-between;gap:20px}.nc-pdp .stickybuy__l{display:flex;align-items:center;gap:14px;min-width:0}.nc-pdp .stickybuy__l img{width:42px;height:52px;object-fit:cover;border-radius:7px;flex:none}.nc-pdp .stickybuy__l b{font-family:var(--serif);font-size:17px;font-weight:400;display:block;line-height:1.1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nc-pdp .stickybuy__l .p{font-size:13px;color:var(--charcoal-soft)}.nc-pdp .stickybuy__l .p s{opacity:.6;margin-right:6px}.nc-pdp .stickybuy__r{display:flex;align-items:center;gap:12px;flex:none}.nc-pdp .stickybuy__r .btn{padding:12px 26px}@container (max-width: 980px){.nc-pdp .pdp__grid{grid-template-columns:1fr;gap:36px;max-width:540px;margin:0 auto}.nc-pdp .gallery{position:static}.nc-pdp .getband__stats{grid-template-columns:repeat(2,1fr)}.nc-pdp .inside__grid{grid-template-columns:1fr 1fr}.nc-pdp .peek__grid{grid-template-columns:1fr;max-width:460px;margin:0 auto}.nc-pdp .script-feature{grid-template-columns:1fr;gap:22px;padding:30px 26px;max-width:460px;margin:26px auto 0}.nc-pdp .author__inner{grid-template-columns:1fr;gap:32px;justify-items:center;text-align:center;max-width:460px}.nc-pdp .author__photo{width:240px}.nc-pdp .author__quote{text-align:left}.nc-pdp .author__copy p{margin-left:auto;margin-right:auto}.nc-pdp .foryou__grid{grid-template-columns:1fr;gap:40px;max-width:480px;margin:0 auto}.nc-pdp .also__grid{grid-template-columns:1fr 1fr}.nc-pdp .stickybuy__inner{padding:12px 30px}}@container (max-width: 560px){.nc-pdp .pdp{padding:18px 0 70px}.nc-pdp .gallery__thumbs{grid-template-columns:repeat(5,1fr);gap:8px}.nc-pdp .getband,.nc-pdp .inside,.nc-pdp .peek,.nc-pdp .author,.nc-pdp .foryou,.nc-pdp .reviews{padding:60px 0}.nc-pdp .getband__stats{grid-template-columns:1fr 1fr}.nc-pdp .jdgm-head{gap:22px}.nc-pdp .jdgm-write-rev{margin-left:0;width:100%}.nc-pdp .inside__grid{grid-template-columns:1fr 1fr;max-width:360px;gap:12px;margin:0 auto}.nc-pdp .feat{padding:18px 15px;border-radius:16px}.nc-pdp .feat__icon{width:38px;height:38px;border-radius:11px;margin-bottom:12px}.nc-pdp .feat__icon svg{width:19px;height:19px}.nc-pdp .feat h3{font-size:15.5px;margin-bottom:5px}.nc-pdp .feat p{font-size:12.5px;line-height:1.5}.nc-pdp .jdgm-rev[data-mobile-hide]{display:none}.nc-pdp .also__grid{grid-template-columns:1fr;max-width:320px;margin:0 auto}.nc-pdp .price__now{font-size:34px}.nc-pdp .stickybuy__l .p{display:none}.nc-pdp .stickybuy__inner{padding:10px 20px}.nc-pdp .stickybuy__r .btn span.hide-sm{display:none}}.nc-pdp .stickybuy{position:fixed;left:0;right:0;bottom:0;z-index:40}.nc-pdp .crumb{padding-top:24px}.nc-pdp .gallery{top:110px}@media(max-width:990px){.nc-pdp .gallery{position:static}}.nc-pdp .getband,.nc-pdp .getband__head h2,.nc-pdp .getband__head p,.nc-pdp .getband .stat b,.nc-pdp .getband .stat span{color:#f5f0e8!important}
/*# sourceMappingURL=/cdn/shop/t/40/assets/nurse-corner-product.css.map */
