.s2g-cart-notification-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:49;background:#1118276b;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .22s ease,visibility 0s .22s ease}body.s2g-cart-notification-open .s2g-cart-notification-overlay{opacity:1;visibility:visible;pointer-events:auto;transition:opacity .22s ease,visibility 0s}.cart-notification-wrapper{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;pointer-events:none;padding:20px;display:flex;align-items:flex-start;justify-content:center}.cart-notification-wrapper .cart-notification{display:block}.cart-notification{position:relative;width:min(760px,calc(100vw - 40px));max-height:calc(100vh - 40px);overflow:auto;visibility:hidden;transform:translateY(14px) scale(.99);opacity:0;z-index:50;pointer-events:auto;background:#fff;color:#2b2f33;border:1px solid rgba(43,47,51,.1);border-radius:18px;padding:24px;box-shadow:0 24px 70px #1118273d}.cart-notification.animate{transition:transform .24s ease,opacity .22s ease,visibility 0s .22s ease}.cart-notification.active{transform:translateY(0) scale(1);opacity:1;visibility:visible;transition:transform .28s cubic-bezier(.2,.8,.2,1),opacity .22s ease,visibility 0s}.cart-notification__close{position:absolute;top:18px;right:18px;display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;margin:0;border-radius:999px;background:#f8fafc;color:#2b2f33;border:1px solid #EEF0F2;transition:background .16s ease,border-color .16s ease,transform .16s ease}.cart-notification__close:hover{background:#fff7ed;border-color:#fdba74;transform:rotate(90deg)}.cart-notification__close svg{width:16px;height:16px}.cart-notification__header{display:flex;align-items:center;gap:14px;padding:0 48px 18px 0}.s2g-cart-success-icon{width:44px;height:44px;flex:0 0 44px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:#fff;background:#16a34a;box-shadow:0 10px 22px #16a34a33}.s2g-cart-success-icon svg{width:24px;height:24px}.cart-notification__heading{margin:0 0 3px;color:#111827;font-size:28px;line-height:1.12;font-weight:800;letter-spacing:-.025em}.cart-notification__subheading{margin:0;color:#4b5563;font-size:15px;line-height:1.35}.cart-notification-product{display:block;padding:2px 0 20px}.cart-notification-product .cart-item{display:grid;grid-template-columns:190px minmax(0,1fr);gap:24px;align-items:center}.cart-notification-product__image,.cart-notification-product__image.global-media-settings{width:190px;height:160px;min-width:190px;display:flex;align-items:center;justify-content:center;overflow:hidden;margin:0;border:1px solid #E5E7EB;border-radius:14px;background:#fff!important;box-shadow:inset 0 0 0 1px #fffc}.cart-notification-product__image:after{content:none!important}.cart-notification-product__image img{display:block;width:100%;height:100%;object-fit:contain;padding:14px;background:#fff!important;mix-blend-mode:normal!important;filter:none!important}.cart-notification-product__details{min-width:0}.cart-notification-product__name,.cart-notification-product h3.cart-notification-product__name{margin:0 0 12px;color:#111827;font-size:20px;line-height:1.25;font-weight:800;letter-spacing:-.015em}.cart-notification-product__qty{margin:0 0 10px;color:#4b5563;font-size:14px;line-height:1.4}.cart-notification-product__price{margin:0;color:#f97316;font-size:22px;line-height:1.1;font-weight:800}.cart-notification-product dl{margin:10px 0 0;color:#6b7280;font-size:13px;line-height:1.45}.cart-notification-product .product-option{display:flex;gap:4px;margin:2px 0}.cart-notification-product .product-option dt{font-weight:700;color:#4b5563}.cart-notification-product .product-option dd{margin:0;color:#6b7280}.s2g-cart-notification-summary{display:grid;grid-template-columns:50px minmax(0,1fr) auto;align-items:center;gap:14px;margin:0;padding:18px 0;border-top:1px solid #E5E7EB;border-bottom:1px solid #E5E7EB;color:#4b5563}.s2g-cart-summary-icon{width:46px;height:46px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:#fff7ed;color:#f97316}.s2g-cart-summary-icon svg{width:24px;height:24px}.s2g-cart-summary-copy span{display:block;color:#111827;font-size:16px;font-weight:800;line-height:1.25}.s2g-cart-summary-copy small{font-size:12px;font-weight:700;color:#4b5563}.s2g-cart-summary-copy em{display:block;margin-top:3px;color:#4b5563;font-style:normal;font-size:13px;line-height:1.3}.s2g-cart-notification-summary strong{color:#111827;font-size:20px;line-height:1;font-weight:800;white-space:nowrap}.cart-notification__links{display:grid;grid-template-columns:1fr 1fr;gap:14px;align-items:stretch;text-align:center;padding-top:20px}.cart-notification__links>*{margin:0}#cart-notification-button,.cart-notification__links .button,.cart-notification__links button[name=checkout],.cart-notification__links .s2g-cart-continue{min-height:56px;border-radius:12px;font-size:16px;font-weight:800;letter-spacing:-.01em;transition:background .16s ease,color .16s ease,border-color .16s ease,transform .16s ease,box-shadow .16s ease}.cart-notification__links .s2g-cart-continue{display:inline-flex;align-items:center;justify-content:center;width:100%;background:#fff;color:#111827;border:1.5px solid #2B2F33;box-shadow:none;cursor:pointer}.cart-notification__links .s2g-cart-continue:hover{background:#f8fafc;border-color:#f97316;transform:translateY(-1px)}.cart-notification__links button[name=checkout]{width:100%;background:#f97316;color:#fff;border:1px solid #F97316;box-shadow:0 10px 22px #f9731629}.cart-notification__links button[name=checkout]:hover{background:#ea580c;border-color:#ea580c;transform:translateY(-1px)}#cart-notification-button.s2g-cart-view-link{grid-column:1 / -1;justify-self:center;min-height:auto;width:auto;padding:0;background:transparent;color:#4b5563;border:0;border-radius:0;font-size:13px;line-height:1.4;font-weight:700;text-decoration:underline;text-underline-offset:3px;box-shadow:none}#cart-notification-button.s2g-cart-view-link:hover{color:#f97316;transform:none}.s2g-cart-trust-row{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;padding-top:18px}.s2g-cart-trust-row div{display:flex;align-items:center;justify-content:center;gap:7px;color:#111827;font-size:12px;line-height:1.2;text-align:center}.s2g-cart-trust-row span{color:#f97316;display:inline-flex}.s2g-cart-trust-row svg{width:18px;height:18px}.s2g-cart-trust-row strong{font-weight:800}.s2g-cart-upsell{display:none!important}@media screen and (max-width:749px){.cart-notification-wrapper{padding:10px;align-items:flex-start}.cart-notification{width:min(430px,calc(100vw - 20px));max-height:calc(100vh - 20px);padding:20px 16px 16px;border-radius:18px;transform:translateY(-12px)}.cart-notification.active{transform:translateY(0)}.cart-notification__close{top:14px;right:14px;width:36px;height:36px}.cart-notification__header{gap:10px;padding:0 42px 16px 0}.s2g-cart-success-icon{width:36px;height:36px;flex-basis:36px}.s2g-cart-success-icon svg{width:21px;height:21px}.cart-notification__heading{font-size:23px;margin-bottom:2px}.cart-notification__subheading{font-size:13px;line-height:1.3}.cart-notification-product{padding:0 0 16px}.cart-notification-product .cart-item{grid-template-columns:110px minmax(0,1fr);gap:14px;align-items:center}.cart-notification-product__image,.cart-notification-product__image.global-media-settings{width:110px;height:110px;min-width:110px;border-radius:14px}.cart-notification-product__image img{padding:9px}.cart-notification-product__name,.cart-notification-product h3.cart-notification-product__name{font-size:16px;line-height:1.23;margin-bottom:8px}.cart-notification-product__qty{font-size:13px;margin-bottom:7px}.cart-notification-product__price{font-size:18px}.cart-notification-product dl{display:none}.s2g-cart-notification-summary{grid-template-columns:42px 1fr auto;gap:10px;padding:14px 0}.s2g-cart-summary-icon{width:38px;height:38px;border-radius:10px}.s2g-cart-summary-icon svg{width:20px;height:20px}.s2g-cart-summary-copy span{font-size:14px}.s2g-cart-summary-copy small{font-size:11px}.s2g-cart-summary-copy em{font-size:12px}.s2g-cart-notification-summary strong{font-size:15px}.cart-notification__links{grid-template-columns:1fr;gap:9px;padding-top:16px}.cart-notification__links .s2g-cart-continue{order:2}.cart-notification__links form{order:1}#cart-notification-button.s2g-cart-view-link{order:3;padding-top:0}#cart-notification-button,.cart-notification__links .button,.cart-notification__links button[name=checkout],.cart-notification__links .s2g-cart-continue{min-height:50px;font-size:15px;border-radius:11px}.s2g-cart-trust-row{grid-template-columns:repeat(3,1fr);gap:6px;padding-top:14px}.s2g-cart-trust-row div{flex-direction:column;gap:4px;font-size:10.5px}.s2g-cart-trust-row svg{width:16px;height:16px}}@media screen and (max-width:390px){.cart-notification{padding-left:14px;padding-right:14px}.cart-notification-product .cart-item{grid-template-columns:96px minmax(0,1fr);gap:12px}.cart-notification-product__image,.cart-notification-product__image.global-media-settings{width:96px;height:96px;min-width:96px}.cart-notification-product__name,.cart-notification-product h3.cart-notification-product__name{font-size:15px}.s2g-cart-notification-summary{grid-template-columns:38px 1fr}.s2g-cart-notification-summary strong{grid-column:2;justify-self:start;margin-top:2px}}.cart-notification-wrapper{align-items:flex-start!important;justify-content:center!important;padding:18px!important}.cart-notification{width:min(620px,calc(100vw - 36px))!important;max-height:none!important;overflow:visible!important;border-radius:18px!important;padding:20px 22px 18px!important;box-shadow:0 22px 60px #1118273d!important}.cart-notification__header{gap:11px!important;padding:0 44px 14px 0!important}.s2g-cart-success-icon{width:36px!important;height:36px!important;flex-basis:36px!important;box-shadow:0 8px 18px #16a34a2e!important}.s2g-cart-success-icon svg{width:20px!important;height:20px!important}.cart-notification__heading{font-size:24px!important;line-height:1.15!important;letter-spacing:-.02em!important;margin:0 0 2px!important}.cart-notification__subheading{font-size:13px!important;line-height:1.35!important;color:#6b7280!important}.cart-notification__close{top:15px!important;right:15px!important;width:34px!important;height:34px!important}.cart-notification__close svg{width:14px!important;height:14px!important}.cart-notification-product{padding:0 0 14px!important}.cart-notification-product .cart-item{grid-template-columns:170px minmax(0,1fr)!important;gap:20px!important;align-items:center!important}.cart-notification-product__image,.cart-notification-product__image.global-media-settings{width:170px!important;height:150px!important;min-width:170px!important;border-radius:14px!important;background:#fff!important}.cart-notification-product__image img{object-fit:contain!important;padding:10px!important;background:#fff!important}.cart-notification-product__name,.cart-notification-product h3.cart-notification-product__name{font-size:18px!important;line-height:1.25!important;margin:0 0 8px!important;font-weight:800!important}.cart-notification-product__qty,.cart-notification-product dl{font-size:13px!important;line-height:1.4!important;margin-top:6px!important;margin-bottom:0!important}.cart-notification-product__price{font-size:20px!important;margin-top:9px!important}.s2g-cart-notification-summary{grid-template-columns:42px minmax(0,1fr) auto!important;gap:12px!important;padding:13px 0!important}.s2g-cart-summary-icon{width:38px!important;height:38px!important;border-radius:10px!important}.s2g-cart-summary-icon svg{width:20px!important;height:20px!important}.s2g-cart-summary-copy span{font-size:14px!important}.s2g-cart-summary-copy small{font-size:11px!important}.s2g-cart-summary-copy em{font-size:12px!important;margin-top:2px!important}.s2g-cart-notification-summary strong{font-size:17px!important}.cart-notification__links{padding-top:14px!important;gap:10px!important}#cart-notification-button,.cart-notification__links .button,.cart-notification__links button[name=checkout],.cart-notification__links .s2g-cart-continue{min-height:48px!important;border-radius:11px!important;font-size:15px!important}#cart-notification-button.s2g-cart-view-link{font-size:12.5px!important;padding-top:0!important}.s2g-cart-trust-row,.s2g-cart-upsell{display:none!important}@media screen and (max-width:749px){.cart-notification-wrapper{padding:10px!important;align-items:flex-start!important}.cart-notification{width:min(390px,calc(100vw - 20px))!important;max-height:none!important;overflow:visible!important;padding:16px 14px 14px!important;border-radius:16px!important}.cart-notification__header{padding:0 40px 12px 0!important;gap:9px!important}.s2g-cart-success-icon{width:32px!important;height:32px!important;flex-basis:32px!important}.s2g-cart-success-icon svg{width:18px!important;height:18px!important}.cart-notification__heading{font-size:21px!important}.cart-notification__subheading{font-size:12px!important}.cart-notification__close{top:12px!important;right:12px!important;width:32px!important;height:32px!important}.cart-notification-product{padding:0 0 12px!important}.cart-notification-product .cart-item{grid-template-columns:118px minmax(0,1fr)!important;gap:13px!important;align-items:center!important}.cart-notification-product__image,.cart-notification-product__image.global-media-settings{width:118px!important;height:118px!important;min-width:118px!important;margin:0!important}.cart-notification-product__image img{padding:8px!important}.cart-notification-product__name,.cart-notification-product h3.cart-notification-product__name{font-size:14.5px!important;line-height:1.22!important;margin-bottom:6px!important}.cart-notification-product__qty{font-size:12.5px!important;margin-bottom:5px!important}.cart-notification-product__price{font-size:16px!important;margin-top:6px!important}.cart-notification-product dl{display:none!important}.s2g-cart-notification-summary{grid-template-columns:34px 1fr auto!important;gap:8px!important;padding:10px 0!important}.s2g-cart-summary-icon{width:32px!important;height:32px!important}.s2g-cart-summary-icon svg{width:17px!important;height:17px!important}.s2g-cart-summary-copy span{font-size:12.5px!important}.s2g-cart-summary-copy small{font-size:10.5px!important}.s2g-cart-summary-copy em{font-size:10.5px!important;line-height:1.25!important}.s2g-cart-notification-summary strong{font-size:13.5px!important}.cart-notification__links{grid-template-columns:1fr!important;gap:8px!important;padding-top:12px!important}.cart-notification__links form{order:1!important}.cart-notification__links .s2g-cart-continue{order:2!important}#cart-notification-button.s2g-cart-view-link{order:3!important}#cart-notification-button,.cart-notification__links .button,.cart-notification__links button[name=checkout],.cart-notification__links .s2g-cart-continue{min-height:43px!important;font-size:14px!important;border-radius:10px!important}}@media screen and (max-width:360px){.cart-notification-product .cart-item{grid-template-columns:98px minmax(0,1fr)!important;gap:10px!important}.cart-notification-product__image,.cart-notification-product__image.global-media-settings{width:98px!important;height:98px!important;min-width:98px!important}.cart-notification-product__name,.cart-notification-product h3.cart-notification-product__name{font-size:13.5px!important}}
/*# sourceMappingURL=/cdn/shop/t/215/assets/component-cart-notification.css.map */
