fexx-notification-center{display:contents}.fexx-notifications--portal{position:relative;z-index:2147483644;isolation:isolate}.fexx-notifications__trigger{position:relative;display:inline-grid;place-items:center;color:inherit;background:transparent;border:0;cursor:pointer}.fexx-notifications__bell{width:25px;height:25px;display:block;object-fit:contain;flex-shrink:0;transition:transform .18s ease,opacity .18s ease}.fexx-notifications__trigger:hover .fexx-notifications__bell{opacity:.72;transform:translateY(-1px)}.fexx-notifications__count{position:absolute;top:1px;right:0;min-width:15px;height:15px;padding:0 4px;display:inline-flex;align-items:center;justify-content:center;border:2px solid var(--header-background, #fff);border-radius:999px;background:var(--fexx-notification-accent, #952315);color:#fff;font-size:8px;font-weight:700;line-height:1;box-sizing:border-box;transform:translate(24%,-20%)}.fexx-notifications__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483645;background:#0000006b;opacity:0;pointer-events:none;transition:opacity .28s cubic-bezier(.22,1,.36,1)}.fexx-notifications__panel{position:fixed;inset:0 0 0 auto;z-index:2147483646;width:min(430px,100vw);height:100vh;height:100dvh;display:grid;grid-template-rows:auto minmax(0,1fr);background:var(--fexx-notification-background, #fff);color:var(--fexx-notification-text, #151515);box-shadow:-14px 0 36px #00000021;transform:translate3d(102%,0,0);visibility:hidden;transition:transform .36s cubic-bezier(.22,1,.36,1),visibility 0s linear .36s;overflow:hidden;overscroll-behavior:contain;pointer-events:none;isolation:isolate}.fexx-notifications.is-open .fexx-notifications__backdrop{opacity:1;pointer-events:auto}.fexx-notifications.is-open .fexx-notifications__panel{transform:translateZ(0);visibility:visible;transition-delay:0s;pointer-events:auto}html.fexx-notifications-open,html.fexx-notifications-open body{overflow:hidden}.fexx-notifications__header{min-height:64px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:max(14px,env(safe-area-inset-top)) 18px 13px;border-bottom:1px solid rgba(0,0,0,.07);background:var(--fexx-notification-background, #fff)}.fexx-notifications__title{margin:0;color:inherit;font-size:17px;font-weight:600;line-height:1.2;letter-spacing:-.025em}.fexx-notifications__close{flex:0 0 auto;width:34px;height:34px;display:inline-grid;place-items:center;padding:0;border:0;background:transparent;color:inherit;cursor:pointer;transition:opacity .18s ease,transform .18s ease}.fexx-notifications__close svg,.fexx-notifications__placeholder svg,.fexx-notifications__empty-icon svg{fill:none;stroke:currentColor;stroke-width:1.45;stroke-linecap:round;stroke-linejoin:round}.fexx-notifications__close:hover{opacity:.58;transform:scale(1.03)}.fexx-notifications__item-wrapper[href]:focus-visible{outline:2px solid var(--fexx-notification-accent, #952315);outline-offset:-2px}.fexx-notifications__close:focus,.fexx-notifications__close:focus-visible{outline:none;box-shadow:none}.fexx-notifications__items{min-height:0;padding:0 16px 24px;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:none;-webkit-overflow-scrolling:touch}.fexx-notifications__items::-webkit-scrollbar{width:0;height:0}.fexx-notifications__item-wrapper{display:block;color:inherit;text-decoration:none;border-bottom:1px solid rgba(0,0,0,.12)}.fexx-notifications__item-wrapper:last-child{border-bottom:0}.fexx-notifications__item{display:grid;grid-template-columns:80px minmax(0,1fr);gap:15px;align-items:center;min-height:111px;padding:15px 0;background:transparent;transition:opacity .18s ease}.fexx-notifications__item-wrapper[href]:hover .fexx-notifications__item{opacity:.72}.fexx-notifications__media{width:80px;height:80px;overflow:hidden;border-radius:8px;background:#f1f1f1}.fexx-notifications__image{width:100%;height:100%;display:block;object-fit:cover}.fexx-notifications__placeholder{width:100%;height:100%;display:grid;place-items:center;color:#15151575;background:#f3f3f3}.fexx-notifications__content{min-width:0}.fexx-notifications__item-title{display:flex;align-items:center;gap:6px;margin:0;color:inherit;font-size:13px;font-weight:600;line-height:1.22;letter-spacing:-.012em}.fexx-notifications__item-title>span:first-child{min-width:0}.fexx-notifications__unread-dot{width:5px;height:5px;display:none;flex:0 0 auto;border-radius:999px;background:var(--fexx-notification-accent, #952315)}.fexx-notifications__item.is-unread .fexx-notifications__unread-dot{display:inline-block}.fexx-notifications__text{display:-webkit-box;margin:3px 0 0;overflow:hidden;color:#15151585;font-size:12px;font-weight:400;line-height:1.18;letter-spacing:-.004em;-webkit-line-clamp:3;-webkit-box-orient:vertical}.fexx-notifications__date{margin:3px 0 0;color:#151515e0;font-size:11px;font-weight:400;line-height:1.2}.fexx-notifications__empty{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 28px;text-align:center}.fexx-notifications__empty-icon{width:54px;height:54px;display:grid;place-items:center;margin-bottom:16px;border-radius:50%;background:#f4f4f4;color:#1515158f}.fexx-notifications__empty h3{margin:0;font-size:15px;font-weight:600;letter-spacing:-.02em}.fexx-notifications__empty p{max-width:245px;margin:6px 0 0;color:#15151585;font-size:12px;line-height:1.45}@media screen and (max-width:699px){.fexx-notifications__panel{width:calc(100vw - 48px);max-width:390px}.fexx-notifications__header{min-height:62px;padding-inline:15px}.fexx-notifications__items{padding-inline:15px}.fexx-notifications__item{grid-template-columns:80px minmax(0,1fr);gap:15px;min-height:111px;padding-block:15px}}@media screen and (max-width:379px){.fexx-notifications__panel{width:calc(100vw - 16px)}.fexx-notifications__item{grid-template-columns:72px minmax(0,1fr);gap:12px;min-height:101px}.fexx-notifications__media{width:72px;height:72px}}@media(prefers-reduced-motion:reduce){.fexx-notifications__panel,.fexx-notifications__backdrop,.fexx-notifications__bell,.fexx-notifications__close,.fexx-notifications__item{transition-duration:.01ms!important}}
/*# sourceMappingURL=/cdn/shop/t/272/assets/fexx-notifications.css.map */
