/* The drawer is global: ordinary pages must look identical to the PDP. */
.np-cart{width:min(400px,100vw)}
.np-cart-body{display:grid;grid-template-rows:minmax(0,1fr) auto;overflow:hidden}
.np-cart-scroll{min-height:0;overflow:auto;overscroll-behavior:contain}
.np-cart-items{padding:10px 16px}.np-cart-item{position:relative;display:grid;grid-template-columns:74px minmax(0,1fr) auto;gap:10px;padding:13px 0 16px;border-bottom:1px solid #ddd}.np-cart-item>img{width:74px;height:74px;object-fit:cover}.np-cart-item-copy{min-width:0}.np-cart-item-copy h3{margin:0 0 4px;padding-right:20px;font:700 14px/1.2 Georgia,serif}.np-cart-item-copy p{max-height:34px;overflow:hidden;margin:3px 0;color:#666;font-size:11px}.np-cart-qty{display:flex;width:max-content;align-items:center;margin-top:8px;border:1px solid #ddd;border-radius:30px}.np-cart-qty button{width:31px;height:27px;padding:0;border:0;background:none;cursor:pointer}.np-cart-qty span{min-width:25px;text-align:center;font-size:12px}.np-cart-item-price{align-self:end;padding:24px 0 3px;text-align:right;white-space:nowrap}.np-cart-item-price>*{display:block}.np-cart-item-price s{color:#777;font-size:11px}.np-cart-item-price strong{font-size:14px}.np-cart-item-price small{margin-top:4px;color:#087456;font-size:10px}.np-cart-remove{position:absolute;z-index:2;right:0;top:12px;padding:3px;border:0;background:none;cursor:pointer}.np-cart-remove svg{width:17px;height:17px;fill:none;stroke:#777;stroke-width:1.5}
.np-cart-pending{display:grid;grid-template-columns:74px minmax(0,1fr);gap:12px;margin:22px}.np-cart-pending-media{width:74px;height:74px;background:#eee}.np-cart-pending-media img{width:100%;height:100%;object-fit:cover}.np-cart-pending-copy{display:grid;align-content:center;gap:4px}.np-cart-pending-copy p{margin:0;color:#666;font-size:11px}.np-cart-pending-copy span{display:flex;align-items:center;gap:5px;font-size:11px}.np-cart-pending-copy i{width:8px;height:8px;border-radius:50%;background:#00a878;animation:np-pulse .8s ease-in-out infinite alternate}.np-cart-skeleton{animation:np-pulse 1s ease-in-out infinite alternate}@keyframes np-pulse{to{opacity:.48}}
.np-cart-upsell{display:grid;grid-template-columns:58px minmax(0,1fr) 72px;align-items:center;gap:10px;margin:12px 16px 16px;padding:12px;border:1px solid #d6d6d6;border-radius:5px;background:#fff}.np-cart-upsell>p{grid-column:1/-1;margin:0 0 2px;color:#666;font-size:11px;font-weight:900;letter-spacing:.04em}.np-cart-upsell>img{width:58px;height:58px;object-fit:cover;background:#45a8bb}.np-cart-upsell>div{display:grid;min-width:0;gap:4px}.np-cart-upsell>div strong{font-size:12px;line-height:1.2}.np-cart-upsell>div span{display:flex;align-items:baseline;gap:5px;font-size:13px;font-weight:900;white-space:nowrap}.np-cart-upsell del{color:#777;font-size:10px;font-weight:400}.np-cart-upsell ins{text-decoration:none}.np-cart-upsell button{min-height:40px;padding:8px 9px;border:0;border-radius:2px;background:#111;color:#fff;font-size:11px;font-weight:900;cursor:pointer}
.np-cart-summary{margin:0;padding:12px 16px 14px}.np-cart-line.is-saving strong,.np-cart-line.is-shipping strong{color:#087456}.np-checkout{display:block;padding:9px 10px;text-align:center;text-decoration:none}.np-checkout small{display:flex;align-items:center;justify-content:center;gap:5px;margin-top:2px}.np-checkout small svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.np-cart-rating{display:flex;align-items:center;justify-content:center;gap:7px;padding-top:10px;font-size:11px}.np-cart-rating>span{display:flex;gap:1px}.np-cart-rating i{display:grid;width:14px;height:14px;place-items:center;background:#00a67a;color:#fff;font-size:10px;font-style:normal}.np-cart-rating small{color:#555}
.np-cart-bundle{border-bottom:1px solid #ddd}.np-cart-bundle .np-cart-item{border-bottom:1px solid #e5e5e5}.np-cart-bundle .np-cart-item:last-child{border-bottom:0}.np-cart-bundle-piece .np-cart-item-copy p{max-height:none;line-height:1.3}.np-cart-bundle-piece .np-cart-item-copy p b{color:#111;font-size:10px;letter-spacing:.03em;text-transform:uppercase}.np-cart-bundle-piece.is-free .np-cart-item-copy p b,.np-cart-bundle-piece.is-free .np-cart-item-price small{color:#087456}.np-cart-bundle-piece .np-cart-qty span{min-width:47px}.np-cart-bundle-piece:not(:first-child) .np-cart-item-price{padding-top:23px}
@media(max-width:480px){.np-cart{width:100vw}.np-cart-upsell{grid-template-columns:54px minmax(0,1fr) 68px;margin:10px 12px 14px;padding:10px}.np-cart-upsell>img{width:54px;height:54px}.np-cart-item{grid-template-columns:64px minmax(0,1fr) auto}.np-cart-item>img{width:64px;height:64px}.np-cart-summary{padding-bottom:calc(12px + env(safe-area-inset-bottom))}.np-cart-item-price{padding-top:26px}}
