#sic-popup-root.sic-popup-root{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9990;background:#0000008c;align-items:center;justify-content:center;padding:24px}.sic-card{position:relative;width:380px;max-width:100%;aspect-ratio:3 / 4;background-color:#ede3ce;border-radius:4px;box-shadow:0 18px 60px #00000080;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;padding:52px 28px 64px;opacity:1;transition:opacity .4s ease}.sic-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(sic-popup-bg-v2.jpg);background-size:cover;background-position:center 28%;filter:blur(4px);transform:scale(1.06);z-index:0}.sic-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(sic-popup-bg-v2.jpg);background-size:cover;background-position:center 28%;-webkit-mask-image:radial-gradient(circle at 50% 64%,#000 0%,#000 20%,rgba(0,0,0,0) 54%);mask-image:radial-gradient(circle at 50% 64%,#000 0% 20%,#0000 54%);z-index:1}.sic-card>*{position:relative;z-index:2}.sic-close{position:absolute;top:10px;right:12px;width:36px;height:36px;border:none;background:transparent;font-family:Cormorant Garamond,Georgia,serif;font-size:28px;color:#3b2a1e;line-height:1;opacity:.55;cursor:pointer;padding:0;transition:opacity .2s;z-index:2}.sic-close:hover{opacity:1}.sic-top-stack{display:flex;flex-direction:column;align-items:center}.sic-headline{font-family:Cormorant Garamond,Georgia,serif;font-size:30px;font-weight:500;color:#2a1f18;text-align:center;margin:0;line-height:1.25;letter-spacing:.005em;text-shadow:0 1px 2px rgba(245,239,230,.6)}.sic-headline .sic-pct{font-family:Cormorant Garamond,Georgia,serif;font-size:46px;font-weight:600;letter-spacing:-.005em;line-height:1;color:#2a1f18;animation:sicPctColorShift 1.6s cubic-bezier(.45,.05,.35,1) .5s forwards}@keyframes sicPctColorShift{0%{color:#2a1f18}60%{color:#5a1322}to{color:#8b1e2e}}.sic-subhead{font-family:Cormorant Garamond,Georgia,serif;font-size:21px;font-weight:500;font-style:normal;color:#3d2f25;text-align:center;margin:12px 0 0;letter-spacing:.01em;line-height:1.35;text-shadow:0 1px 2px rgba(245,239,230,.6)}.sic-button-row{display:flex;justify-content:center}.sic-button{background:#8b1e2e;color:#f5efe6;border:none;padding:13px 48px;font-family:Cormorant Garamond,Georgia,serif;font-size:20px;font-weight:500;letter-spacing:.18em;text-transform:uppercase;border-radius:2px;cursor:pointer;min-height:50px;transition:background .2s,transform .1s;box-shadow:0 4px 14px #00000040}.sic-button:hover{background:#6e1726}.sic-button:active{transform:scale(.98)}.sic-card.is-dismissed{opacity:0;pointer-events:none;transition:opacity .4s ease}@media(max-width:640px){.sic-card{padding:38px 22px 48px}.sic-headline{font-size:24px}.sic-headline .sic-pct{font-size:38px}.sic-subhead{font-size:17px;margin-top:8px}.sic-button{padding:12px 40px;font-size:17px;letter-spacing:.16em;min-height:46px}.sic-close{top:8px;right:10px;width:32px;height:32px;font-size:26px}}@media(max-width:420px){.sic-card{padding:32px 20px 42px}.sic-headline{font-size:21px;line-height:1.2}.sic-headline .sic-pct{font-size:33px}.sic-subhead{font-size:15px;margin-top:6px}.sic-button{padding:11px 36px;font-size:16px}}.sic-tag[hidden],.sic-tag-toast[hidden]{display:none!important}.sic-tag{position:fixed;right:14px;top:90px;width:64px;height:64px;border:none;border-radius:4px;cursor:pointer;z-index:9985;background-color:#ede3ce;background-image:url(sic-popup-bg-v2.jpg);background-size:cover;background-position:center 28%;box-shadow:0 6px 18px #00000047;display:flex;align-items:flex-start;justify-content:center;padding:5px 0 0;overflow:hidden;animation:sicTagPulse 1.6s ease-out 1;transition:transform .2s ease,box-shadow .2s ease}.sic-tag:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#00000038;z-index:1}.sic-tag__pct{position:relative;z-index:2;font-family:Cormorant Garamond,Georgia,serif;font-size:24px;font-weight:600;color:#f5efe6;text-shadow:0 2px 6px rgba(0,0,0,.55);letter-spacing:.005em;line-height:1}.sic-tag:hover{transform:scale(1.06);box-shadow:0 10px 24px #00000059}.sic-tag:active{transform:scale(.97)}.sic-tag.is-applying{pointer-events:none;opacity:.85}@keyframes sicTagPulse{0%{transform:scale(.55);opacity:0}55%{transform:scale(1.1);opacity:1}to{transform:scale(1);opacity:1}}.sic-tag-toast{position:fixed;right:14px;top:164px;transform:translate(120%);background:#8b1e2e;color:#f5efe6;font-family:Cormorant Garamond,Georgia,serif;font-size:17px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;padding:12px 20px;border-radius:3px;box-shadow:0 8px 24px #00000059;z-index:9986;opacity:0;white-space:nowrap;transition:transform .4s cubic-bezier(.2,.7,.3,1),opacity .4s ease}.sic-tag-toast.is-show{transform:translate(0);opacity:1}@media(max-width:640px){.sic-tag{width:56px;height:56px;right:10px;padding-top:5px}.sic-tag__pct{font-size:20px}.sic-tag-toast{font-size:14px;padding:10px 16px;right:10px;top:156px}}body.sic-armed .sic-price-normal{display:none}body.sic-armed .sic-price-armed[hidden]{display:inline-flex!important;gap:8px;align-items:baseline}.sic-price-armed s{color:#8a7b6a;font-style:normal;font-weight:400;opacity:.75;text-decoration:line-through;white-space:nowrap}.sic-price-armed em{color:#7c5e2e;font-style:normal;font-weight:500;opacity:1}
/*# sourceMappingURL=/cdn/shop/t/21/assets/sic-popup.css.map */
