:root{--csz-orange: hsl(24 95% 53%);--csz-orange-foreground: hsl(210 40% 98%);--csz-destructive: hsl(0 84.2% 60.2%)}.cardshellz-card-cta{margin-top:10px}.cardshellz-card-cta__link,.cardshellz-card-cta__button{width:100%;display:inline-flex;align-items:center;justify-content:space-between;gap:8px;padding:10px 12px;border-radius:10px;font-size:14px;line-height:1;text-decoration:none;cursor:pointer;transition:color .12s ease,border-color .12s ease,background-color .12s ease}.cardshellz-card-cta__link{border:1px solid rgba(0,0,0,.12);color:#000000d9;background:#fff}.cardshellz-card-cta__link:hover{border-color:#0003}.cardshellz-card-cta__button{border:1px solid var(--csz-orange);color:var(--csz-orange);background:transparent}.cardshellz-card-cta__button:hover{background:#f9731614}.cardshellz-card-cta__arrow{width:14px;height:14px;flex:0 0 auto}.cardshellz-badge-stack{position:absolute;top:8px;left:8px;display:flex;flex-direction:column;gap:4px;z-index:2}.cardshellz-badge{display:inline-flex;align-items:center;gap:6px;padding:4px 6px;border-radius:2px;box-shadow:0 1px 2px #0000002e;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:10px;line-height:1;text-transform:uppercase;letter-spacing:.08em}.cardshellz-badge--soldout{background:var(--csz-destructive);color:#fff}.cardshellz-badge--partial{background:#f97316e6;color:#fff;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.cardshellz-badge__icon{width:12px;height:12px}.cardshellz-notify-helper{margin-top:8px;font-size:12px;color:#0009}.cardshellz-notify-widget{margin-top:14px}.cardshellz-notify-widget__pill{display:flex;align-items:center;gap:8px;width:100%;padding:12px 14px;border:1px solid rgba(0,0,0,.12);border-radius:10px;background:#fff;font-size:14px;font-weight:600;color:#000c;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease}.cardshellz-notify-widget__pill:hover{border-color:#0003;box-shadow:0 2px 6px #0000000f}.cardshellz-notify-widget__pill-icon{color:var(--csz-orange);flex-shrink:0}.cardshellz-notify-widget__pill-chevron{margin-left:auto;color:#00000059;transition:transform .2s ease}.cardshellz-notify-widget[data-expanded=true] .cardshellz-notify-widget__pill-chevron{transform:rotate(180deg)}.cardshellz-notify-widget[data-expanded=true] .cardshellz-notify-widget__pill{border-radius:10px 10px 0 0;border-bottom-color:transparent}.cardshellz-notify-widget[data-success=true] .cardshellz-notify-widget__pill{display:none}.cardshellz-notify-widget__panel{display:none;padding:16px;background:#00000005;border:1px solid rgba(0,0,0,.12);border-top:0;border-radius:0 0 10px 10px}.cardshellz-notify-widget[data-expanded=true] .cardshellz-notify-widget__panel{display:block}.cardshellz-notify-widget[data-success=true] .cardshellz-notify-widget__panel{display:block;border-radius:10px;border:1px solid rgba(34,197,94,.2);background:#22c55e0a;padding:0}.cardshellz-notify-widget__login-prompt{display:flex;align-items:center;gap:12px}.cardshellz-notify-widget__login-prompt p{margin:0;font-size:13px;color:#0009;line-height:1.4;flex:1}.cardshellz-notify-widget__login-prompt .cardshellz-notify-widget__btn{flex-shrink:0;padding:8px 14px;font-size:12px;font-weight:600;border-radius:8px;width:auto}.cardshellz-notify-widget__header{display:none}.cardshellz-notify-widget__icon{width:36px;height:36px;border-radius:999px;border:1px solid rgba(0,0,0,.12);background:#fff;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 1px 2px #0000001f}.cardshellz-notify-widget__icon svg{width:18px;height:18px;color:var(--csz-orange)}.cardshellz-notify-widget__title{margin:0;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.cardshellz-notify-widget__desc{margin:4px 0 0;font-size:13px;color:#000000b3}.cardshellz-notify-widget__desc strong{color:#000000e6}.cardshellz-notify-widget__row{display:flex;gap:10px;margin-top:12px}.cardshellz-notify-widget__input-wrap{position:relative;flex:1 1 auto}.cardshellz-notify-widget__input{width:100%;border:1px solid rgba(0,0,0,.16);border-radius:12px;padding:12px 12px 12px 38px;font-size:14px;background:#fff}.cardshellz-notify-widget__mail{position:absolute;left:12px;top:50%;transform:translateY(-50%);width:16px;height:16px;color:#00000073}.cardshellz-notify-widget__btn{border:0;border-radius:12px;padding:12px 14px;background:var(--csz-orange);color:var(--csz-orange-foreground);font-weight:700;cursor:pointer;white-space:nowrap}.cardshellz-notify-widget__btn:disabled{opacity:.5;cursor:not-allowed}.cardshellz-notify-widget__success{display:none;margin-top:12px;padding:10px 12px;border-radius:12px;background:#22c55e1f;border:1px solid rgba(34,197,94,.25);font-size:13px;font-weight:600}.cardshellz-notify-widget[data-success=true] .cardshellz-notify-widget__success{display:block}.cardshellz-oos-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99999;display:none}.cardshellz-oos-modal[data-open=true]{display:block}.cardshellz-oos-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000008c}.cardshellz-oos-modal__dialog{position:relative;max-width:520px;margin:8vh auto 0;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 20px 50px #00000059}.cardshellz-oos-modal__header{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:16px 16px 12px;border-bottom:1px solid rgba(0,0,0,.08)}.cardshellz-oos-modal__title{font-size:16px;font-weight:700;margin:0}.cardshellz-oos-modal__close{-webkit-appearance:none;appearance:none;border:0;background:transparent;cursor:pointer;padding:6px;border-radius:10px}.cardshellz-oos-modal__close:hover{background:#0000000f}.cardshellz-oos-modal__body{padding:16px}.cardshellz-oos-modal__product{display:flex;gap:12px;align-items:center;margin-bottom:12px}.cardshellz-oos-modal__thumb{width:44px;height:44px;border-radius:10px;background:#0000000f;object-fit:cover}.cardshellz-oos-modal__product-title{font-weight:700;font-size:14px;margin:0}.cardshellz-oos-modal__product-subtitle{font-size:12px;color:#000000a6;margin:2px 0 0}.cardshellz-oos-modal__fieldset{border:1px solid rgba(0,0,0,.12);border-radius:12px;padding:12px;margin:12px 0}.cardshellz-oos-modal__legend{font-size:12px;font-weight:700;padding:0 6px}.cardshellz-oos-modal__variants{display:grid;gap:8px}.cardshellz-oos-modal__variant{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px;border:1px solid rgba(0,0,0,.12);border-radius:10px;cursor:pointer}.cardshellz-oos-modal__variant[data-disabled=true]{opacity:.55;cursor:not-allowed}.cardshellz-oos-modal__variant[data-selected=true]{border-color:var(--csz-orange);box-shadow:0 0 0 3px #f9731626}.cardshellz-oos-modal__variant-title{font-size:13px;font-weight:600}.cardshellz-oos-modal__variant-pill{font-size:10px;padding:3px 6px;border-radius:999px;border:1px solid rgba(0,0,0,.12);background:#00000008;white-space:nowrap}.cardshellz-oos-modal__variant-pill--soldout{border-color:#f9731640;background:#f9731614;color:#c2410c;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;letter-spacing:.05em}.cardshellz-oos-modal__help{font-size:12px;color:#000000a6;margin:8px 0 0}.cardshellz-oos-modal__form-row{display:flex;gap:10px;margin-top:12px}.cardshellz-oos-modal__input{flex:1 1 auto;border:1px solid rgba(0,0,0,.16);border-radius:12px;padding:12px;font-size:14px}.cardshellz-oos-modal__submit{border:0;border-radius:12px;padding:12px 14px;background:var(--csz-orange);color:var(--csz-orange-foreground);font-weight:700;cursor:pointer}.cardshellz-oos-modal__submit:disabled{opacity:.5;cursor:not-allowed}.cardshellz-oos-modal__privacy{margin-top:10px;font-size:11px;color:#0000008c}.cardshellz-oos-modal__success{display:none;margin-top:12px;padding:10px 12px;border-radius:12px;background:#22c55e1f;border:1px solid rgba(34,197,94,.25);color:#000000d9;font-size:13px;font-weight:600}.cardshellz-oos-modal[data-success=true] .cardshellz-oos-modal__success{display:block}.cardshellz-oos-modal__channel-toggle{display:flex;gap:8px;margin-bottom:12px}.cardshellz-oos-modal__channel-btn{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:10px 12px;border:1px solid rgba(0,0,0,.12);border-radius:10px;background:#fff;font-size:13px;font-weight:600;cursor:pointer;transition:all .15s ease}.cardshellz-oos-modal__channel-btn:hover{border-color:#0003;background:#00000005}.cardshellz-oos-modal__channel-btn[data-active=true]{border-color:var(--csz-orange);background:#f9731614;color:#c2410c}.cardshellz-oos-modal__channel-btn svg{width:16px;height:16px;flex-shrink:0}.cardshellz-notify-widget__channel-toggle{display:flex;gap:6px;margin-bottom:10px}.cardshellz-notify-widget__channel-btn{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:5px;padding:8px 10px;border:1px solid rgba(0,0,0,.12);border-radius:8px;background:#fff;font-size:12px;font-weight:600;cursor:pointer;transition:all .15s ease}.cardshellz-notify-widget__channel-btn:hover{border-color:#0003;background:#00000005}.cardshellz-notify-widget__channel-btn[data-active=true]{border-color:var(--csz-orange);background:#f9731614;color:#c2410c}.cardshellz-notify-widget__channel-btn svg{width:14px;height:14px;flex-shrink:0}.cardshellz-notify-widget__btn--full{width:100%}.cardshellz-notify-widget__subscribed{display:none;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;background:transparent;border:0;border-radius:0;margin:0}.cardshellz-notify-widget[data-success=true] .cardshellz-notify-widget__subscribed{display:flex}.cardshellz-notify-widget[data-success=true] .cardshellz-notify-widget__form,.cardshellz-notify-widget[data-success=true] .cardshellz-notify-widget__login-prompt{display:none!important}.cardshellz-notify-widget__subscribed-content{display:flex;align-items:center;gap:10px}.cardshellz-notify-widget__subscribed-icon{color:#22c55e;flex-shrink:0}.cardshellz-notify-widget__subscribed-text{display:flex;flex-direction:column;font-size:13px;font-weight:600;color:#000000d9}.cardshellz-notify-widget__subscribed-contact{font-size:12px;font-weight:500;color:#0000008c}.cardshellz-notify-widget__unsub-btn{-webkit-appearance:none;appearance:none;border:0;background:transparent;color:#00000073;font-size:12px;text-decoration:underline;cursor:pointer;padding:4px 8px;border-radius:6px;transition:color .15s ease,background .15s ease}.cardshellz-notify-widget__unsub-btn:hover{color:#000000b3;background:#0000000d}.cardshellz-notify-widget__unsub-btn:disabled{opacity:.5;cursor:not-allowed}.cardshellz-notify-widget__success{display:none}
/*# sourceMappingURL=/cdn/shop/t/31/assets/oos-notify.css.map */
