.popup-nudge-wrapper{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,0.50)}
.popup-nudge-wrapper.dsp-none{display:none}
html{scrollbar-gutter:stable}
body:has(.popup-nudge-wrapper:not(.dsp-none)){overflow:hidden}
.popup-nudge__content{position:relative;width:min(100%,405px);overflow:hidden;box-shadow:0 16px 48px rgba(0,0,0,0.2);border-radius:16px;background:#FFF;padding:20px}
.popup-nudge__content::before{content:'';position:absolute;inset:0;padding:3px;background:linear-gradient(90deg,rgba(0,115,187,0.3),rgba(214,32,73,0.3));border-radius:16px;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}
.popup-nudge__body{display:flex;flex-direction:column;gap:12px}
.popup-nudge__close{position:absolute;top:14px;right:14px;z-index:1;width:14px;height:14px;cursor:pointer}
.popup-nudge__heading p{color:#333;font-family:'Inter',sans-serif;font-size:16px;font-weight:700;line-height:normal;letter-spacing:-0.16px}
.popup-nudge__heading :where(h1,h2,h3,h4,h5,h6){font-family:'Inter',sans-serif;font-size:24px;font-weight:700;line-height:normal;letter-spacing:-0.24px}
.popup-nudge__description-wrapper p{color:#58595b;font-family:'Inter',sans-serif;font-size:10px;font-weight:400;line-height:normal;letter-spacing:-0.1px}
.popup-nudge__description-wrapper p a{text-decoration:underline;color:#0073bb}
.popup-nudge__actions{display:flex;gap:8px}
.popup-nudge__button{border-radius:8px;background:#FFF;padding:11px;text-align:center;font-family:'Inter',sans-serif;font-size:14px;font-style:normal;font-weight:700;line-height:normal;letter-spacing:-0.14px;flex:1;cursor:pointer}
.popup-nudge__button--yes{border:1px solid #0073bb;color:#0073bb}
.popup-nudge__button--not-required{color:#d62049;border:1px solid #d62049}
.popup-nudge__body--buy-now{gap:16px;margin-top:8px}
.popup-nudge__button--buy-now{min-width:200px;background:#d62049;font-weight:600;flex:none;color:#fff;margin:0 auto}
.popup-nudge__body--buy-now .popup-nudge__heading :where(h1,h2,h3,h4,h5,h6){text-align:center}
.popup-nudge-wrapper.buy-together-nudge-active .popup-nudge__close{display:none}
.popup-nudge-wrapper.buy-together-nudge-active .popup-nudge__content{width:min(100%,430px)}
.popup-nudge__body.popup-nudge__body--buy-together{gap:14px}
.popup-nudge__body--buy-together .popup-nudge__buy-together-top{display:flex;flex-direction:row;gap:12px}
.popup-nudge__body--buy-together .popup-nudge__buy-together-image{width:44px;height:44px;object-fit:cover;flex:none}
.popup-nudge__body--buy-together .popup-nudge__heading :where(p,h1,h2,h3,h4,h5,h6){font-family:'Inter',sans-serif;font-size:16px;font-weight:700;line-height:normal;letter-spacing:-0.16px;background:var(--Primary-Gradient-1,linear-gradient(90deg,#0073bb 0,#d62049 100%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}
.popup-nudge__body--buy-together .popup-nudge__description-wrapper--large :where(p,h1,h2,h3,h4,h5,h6){color:#000;font-family:'Inter',sans-serif;font-size:18px;font-weight:500;line-height:normal;letter-spacing:-0.18px;margin-top:6px}
.popup-nudge__body--buy-together .popup-nudge__description-wrapper--large :where(p,h1,h2,h3,h4,h5,h6) b{font-weight:700}
.popup-nudge__body--buy-together .popup-nudge__button--interested{border:1px solid #0073bb;color:#0073bb}
.popup-nudge__body--buy-together .popup-nudge__button--not-interested{border:1px solid #d62049;color:#d62049}
.discount__toggle-tooltip-wrap.buy-together-popup-highlight{z-index:10000;scroll-margin-bottom:90px;padding:4px 12px;border-radius:4px;background:#FFF}
.discount__toggle-tooltip-wrap.buy-together-popup-highlight .toggle-text{color:#58595b}
.discount__toggle-tooltip-wrap.buy-together-popup-highlight .toggle{pointer-events:none}
@media screen and (max-width:768px){.popup-nudge__content{width:min(100%,280px);border-radius:12px;padding:16px}
.popup-nudge__content::before{border-radius:12px}
.popup-nudge__body{gap:8px}
.popup-nudge__close{top:10px;right:10px;width:12px;height:12px}
.popup-nudge__heading p{font-size:12px;letter-spacing:-0.12px}
.popup-nudge__heading :where(h1,h2,h3,h4,h5,h6){font-size:16px;letter-spacing:-0.16px}
.popup-nudge__description-wrapper p{font-size:8px;letter-spacing:-0.08px}
.popup-nudge__button{padding:11px 5px}
.popup-nudge-wrapper.buy-together-nudge-active .popup-nudge__content{width:min(100%,291px);padding:12px}
.popup-nudge__body.popup-nudge__body--buy-together{gap:8px}
.popup-nudge__body--buy-together .popup-nudge__buy-together-top{gap:6px}
.popup-nudge__body--buy-together .popup-nudge__buy-together-image{width:32px;height:32px}
.popup-nudge__body--buy-together .popup-nudge__heading :where(p,h1,h2,h3,h4,h5,h6){font-size:10px;letter-spacing:-0.1px}
.popup-nudge__body--buy-together .popup-nudge__description-wrapper--large :where(p,h1,h2,h3,h4,h5,h6){font-size:12px;letter-spacing:-0.12px;margin-top:2px}
.popup-nudge__body--buy-together .popup-nudge__button{font-size:12px;padding:8px 5px}
.discount__toggle-tooltip-wrap.buy-together-popup-highlight{scroll-margin-bottom:40px;width:fit-content}
}