.jc-os-upsell{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1002;display:flex;align-items:center;justify-content:center;padding:2rem;background:#0009;opacity:0;transition:opacity .25s ease}.jc-os-upsell[hidden]{display:none}.jc-os-upsell.is-visible{opacity:1}.jc-os-upsell__card{--card-radius: 18px;position:relative;width:100%;max-width:46rem;padding:3rem 2.5rem 2rem;text-align:center;color:rgb(var(--color-foreground));background-color:rgb(var(--color-background));border-radius:var(--card-radius);box-shadow:0 30px 80px #00000080;transform:translateY(20px) scale(.96);transition:transform .28s ease}.jc-os-upsell.is-visible .jc-os-upsell__card{transform:translateY(0) scale(1)}.jc-os-upsell__close{position:absolute;top:14px;right:14px;width:44px;height:44px;border:0;border-radius:50%;background:rgba(var(--color-foreground),.08);color:rgb(var(--color-foreground));font-size:28px;line-height:1;cursor:pointer;transition:background-color .2s ease}.jc-os-upsell__close:hover{background:rgba(var(--color-foreground),.16)}.jc-os-upsell__icon{font-size:4rem;line-height:1;margin-bottom:.75rem}.jc-os-upsell__title{margin:0 0 .75rem;font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);font-size:clamp(1.6rem,2.6vw,2.15rem);line-height:1.2;letter-spacing:.02em}.jc-os-upsell__desc{margin:0 auto 2rem;max-width:36rem;font-size:1.05rem;line-height:1.55;opacity:.85}.jc-os-upsell__products{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem;margin-bottom:1rem}.jc-os-upsell__product{position:relative;display:flex;flex-direction:column;align-items:center;padding:1.25rem 1rem;background:rgba(var(--color-foreground),.04);border:1px solid rgba(var(--color-foreground),.08);border-radius:14px;text-align:center}.jc-os-upsell__save-badge{position:absolute;top:10px;left:10px;padding:.25rem .55rem;background:#c62828;color:#fff;font-family:var(--font-heading-family);font-weight:700;font-size:.78rem;letter-spacing:.04em;border-radius:6px;box-shadow:0 2px 6px #c6282859;z-index:1}.jc-os-upsell__product-link{display:block;width:160px;height:160px;margin-bottom:.9rem;background:rgba(var(--color-foreground),.04);border-radius:10px;overflow:hidden;pointer-events:none}.jc-os-upsell__product-img{width:100%;height:100%;object-fit:contain;display:block}.jc-os-upsell__product-info{flex:1 1 auto;display:flex;flex-direction:column;justify-content:space-between;min-height:5rem;margin-bottom:.9rem;width:100%}.jc-os-upsell__product-title{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;font-size:.9rem;line-height:1.35;color:rgb(var(--color-foreground));text-decoration:none;margin-bottom:.5rem}.jc-os-upsell__product-title:hover{text-decoration:underline}.jc-os-upsell__product-prices{display:flex;align-items:baseline;justify-content:center;gap:.5rem;flex-wrap:wrap}.jc-os-upsell__price-old{font-size:.95rem;opacity:.55;text-decoration:line-through}.jc-os-upsell__price-new{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);font-size:1.35rem;letter-spacing:.02em;color:#c62828}.jc-os-upsell__add{display:block;width:100%;padding:.9rem .5rem;color:rgb(var(--color-button-text));background:rgb(var(--color-button));border:0;border-radius:var(--buttons-radius, 6px);font-family:var(--font-body-family);font-weight:var(--font-body-weight-bold);font-size:.92rem;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;transition:opacity .2s ease,background-color .2s ease}.jc-os-upsell__add:hover:not([disabled]){opacity:.9}.jc-os-upsell__add[disabled]{cursor:default;opacity:.6}.jc-os-upsell__add.is-added{background:#2e7d32!important;color:#fff!important;opacity:1!important}.jc-os-upsell__bundle-note{margin:0 0 1rem;font-size:.78rem;opacity:.65;letter-spacing:.04em;text-transform:uppercase}.jc-os-upsell__decline{margin-top:.35rem;padding:.5rem 1rem;background:transparent;border:0;color:rgb(var(--color-foreground));font-size:.9rem;cursor:pointer;text-decoration:underline;opacity:.65;transition:opacity .15s ease}.jc-os-upsell__decline:hover{opacity:1}@media(max-width:640px){.jc-os-upsell{align-items:flex-end;padding:0}.jc-os-upsell__card{max-width:100%;max-height:90vh;overflow-y:auto;border-radius:18px 18px 0 0;padding:1.75rem 1rem 1.25rem;transform:translateY(100%)}.jc-os-upsell.is-visible .jc-os-upsell__card{transform:translateY(0)}.jc-os-upsell__icon{font-size:2.5rem;margin-bottom:.35rem}.jc-os-upsell__title{font-size:1.2rem}.jc-os-upsell__desc{font-size:.9rem;margin-bottom:1.1rem}.jc-os-upsell__products{grid-template-columns:1fr;gap:.7rem;margin-bottom:.75rem}.jc-os-upsell__product{flex-direction:row;align-items:center;text-align:left;padding:.75rem;gap:.85rem}.jc-os-upsell__save-badge{top:6px;left:6px;font-size:.7rem;padding:.18rem .4rem}.jc-os-upsell__product-link{width:72px;height:72px;margin-bottom:0;flex:0 0 auto}.jc-os-upsell__product-info{flex:1 1 auto;min-height:0;margin-bottom:0;align-items:flex-start;width:auto}.jc-os-upsell__product-title{font-size:.85rem;-webkit-line-clamp:2}.jc-os-upsell__product-prices{justify-content:flex-start;gap:.4rem}.jc-os-upsell__price-old{font-size:.85rem}.jc-os-upsell__price-new{font-size:1.05rem}.jc-os-upsell__add{flex:0 0 auto;width:auto;padding:.7rem .9rem;font-size:.8rem;align-self:center}.jc-os-upsell__bundle-note{font-size:.72rem;margin-bottom:.75rem}.jc-os-upsell__close{top:8px;right:8px;width:40px;height:40px}}#shopify-chat,#shopify-chat-bubble,iframe#shopify-chat-bubble-iframe,#ShopifyChatWindow,iframe[name=shopify-chat],iframe[id*=chat i],iframe[title*=chat i],iframe[title*=Support i],iframe[title*=Message i],iframe[src*="/chat" i],iframe[src*=messenger i],iframe[src*=tidio i],iframe[src*=intercom i],iframe[src*=drift i],iframe[src*=zendesk i],iframe[src*=freshchat i],.shopify-chat,div[class*=chat-button i],div[id*=chat-bubble i],shop-login-button,#shopify-shop-app,iframe[id*=shop-login i],iframe[id*=shop-app i],iframe[name*=shop-app i],iframe[src*="shop.app" i],#tidio-chat-iframe,#tidio-chat,.intercom-lightweight-app,.intercom-launcher-frame,#intercom-container,#chat-widget-container,#drift-widget,.drift-frame-chat,.drift-frame-controller,iframe#drift-widget-frame,#webWidget,.zEWidget-launcher,#launcher,#fc_frame,.fc-widget-normal,#fb-customer-chat,.fb_dialog,[id*=fb-customer-chat],.front-chat-container,#WHEELIO_HOLDER,.wheelio-widget,.wheelio-container,iframe[id*=wheelio i],iframe[src*=wheelio i],[id^=poptin-],.poptin-popup,iframe[id*=poptin i],.pt-container,[id^=ju-container],.ju-widget,iframe[id*=justuno i],.om-holder,.om-launcher,iframe[id*=optimonk i],#privy-container,.privy-widget,[class*=privy-],.sas-container,iframe[id*=spinasale i],[class*=spin-wheel],[class*=spin-to-win],[id*=spin-wheel],[id*=spin-to-win],[class*=klaviyo-form-][data-testid=floating-form]{top:96px!important;right:16px!important;bottom:auto!important;left:auto!important;transform:none!important}@media(max-width:749px){#shopify-chat,#shopify-chat-bubble,iframe#shopify-chat-bubble-iframe,#ShopifyChatWindow,iframe[name=shopify-chat],iframe[id*=chat i],iframe[title*=chat i],iframe[title*=Support i],iframe[title*=Message i],iframe[src*="/chat" i],iframe[src*=messenger i],iframe[src*=tidio i],iframe[src*=intercom i],iframe[src*=drift i],iframe[src*=zendesk i],iframe[src*=freshchat i],.shopify-chat,div[class*=chat-button i],div[id*=chat-bubble i],shop-login-button,#shopify-shop-app,iframe[id*=shop-login i],iframe[id*=shop-app i],iframe[name*=shop-app i],iframe[src*="shop.app" i],#tidio-chat-iframe,#tidio-chat,.intercom-lightweight-app,.intercom-launcher-frame,#intercom-container,#chat-widget-container,#drift-widget,.drift-frame-chat,.drift-frame-controller,iframe#drift-widget-frame,#webWidget,.zEWidget-launcher,#launcher,#fc_frame,.fc-widget-normal,#fb-customer-chat,.fb_dialog,[id*=fb-customer-chat],.front-chat-container,#WHEELIO_HOLDER,.wheelio-widget,.wheelio-container,iframe[id*=wheelio i],iframe[src*=wheelio i],[id^=poptin-],.poptin-popup,iframe[id*=poptin i],.pt-container,[id^=ju-container],.ju-widget,iframe[id*=justuno i],.om-holder,.om-launcher,iframe[id*=optimonk i],#privy-container,.privy-widget,[class*=privy-],.sas-container,iframe[id*=spinasale i],[class*=spin-wheel],[class*=spin-to-win],[id*=spin-wheel],[id*=spin-to-win],[class*=klaviyo-form-][data-testid=floating-form]{top:72px!important;right:8px!important}}
/*# sourceMappingURL=/cdn/shop/t/38/assets/jc-upsell.css.map */
