.product-notification{display:none;background-color:#3c302a;color:#fff;padding:2rem 3rem;border-radius:3px;border-left:5px solid #000;margin-bottom:2rem;align-items:center;justify-content:space-between;width:100%;box-shadow:0 4px 6px #0000001a;animation:fadeIn .5s ease-out}.product-notification.show{display:flex}.product-notification__content{display:flex;align-items:center;gap:1.5rem}.product-notification__icon{display:flex;align-items:center;justify-content:center;color:#fff}.product-notification__message{font-family:Inter,sans-serif;font-size:1.5rem;font-weight:500;line-height:1.4}.product-notification__actions{display:flex;align-items:center}.product-notification__link{color:#fff;text-decoration:none;font-family:Inter,sans-serif;font-size:1.4rem;font-weight:600;display:flex;align-items:center;gap:.8rem;padding:.8rem 1.6rem;transition:opacity .2s}.product-notification__link:hover{opacity:.8}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media screen and (max-width:750px){.product-notification{flex-direction:column;gap:1.5rem;text-align:center;padding:1.5rem}.product-notification__content{flex-direction:column;gap:1rem}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/component-product-notification.css.map */
