.woocommerce-notices-wrapper>.woocommerce-message,.woocommerce-notices-wrapper>.woocommerce-error,.woocommerce-notices-wrapper>.woocommerce-info,.woocommerce-notices-wrapper>.woocommerce-notice,div.woocommerce>.woocommerce-message,div.woocommerce>.woocommerce-error,div.woocommerce>.woocommerce-info,div.woocommerce>.woocommerce-notice,form.checkout.woocommerce-checkout .woocommerce-error,form.checkout.woocommerce-checkout .woocommerce-message{display:none!important}.swnp-popup-container{position:fixed;z-index:99999;display:flex;gap:10px;flex-direction:column-reverse}.swnp-popup-container.swnp-bottom-left{bottom:20px;left:20px}.swnp-popup-container.swnp-bottom-right{bottom:20px;right:20px;align-items:flex-end}.swnp-popup-container.swnp-top-left{top:20px;left:20px;flex-direction:column}.swnp-popup-container.swnp-top-right{top:20px;right:20px;flex-direction:column;align-items:flex-end}.swnp-popup{padding:15px 20px;border-radius:10px;font-family:inherit;font-size:.95em;min-width:270px;max-width:360px;position:relative;opacity:0;box-shadow:0 8px 25px rgb(0 0 0 / .15);display:flex;align-items:center;gap:12px;color:#333;border:1px solid #fff0;transition:transform 0.5s cubic-bezier(.175,.885,.32,1.275),opacity 0.4s ease}.swnp-popup-content{flex-grow:1;display:flex;align-items:center;gap:8px;padding-left:30px}.swnp-popup-content>div{flex-grow:1}.swnp-popup-thumbnail{width:50px;height:50px;object-fit:cover;border-radius:6px;flex-shrink:0}.swnp-popup.swnp-glass-effect{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgb(255 255 255 / .22)}.swnp-popup.swnp-success:not(.swnp-glass-effect){background-color:#e8f5e9;color:#2e7d32;border-left:4px solid #4caf50}.swnp-popup.swnp-error:not(.swnp-glass-effect){background-color:#ffebee;color:#c62828;border-left:4px solid #f44336}.swnp-popup.swnp-info:not(.swnp-glass-effect){background-color:#e3f2fd;color:#1565c0;border-left:4px solid #2196f3}.swnp-popup .swnp-icon{font-weight:700;flex-shrink:0;font-size:1.2em}.swnp-popup.swnp-success .swnp-icon::before{content:'✔'}.swnp-popup.swnp-error .swnp-icon::before{content:'✖'}.swnp-popup.swnp-info .swnp-icon::before{content:'ℹ'}.swnp-popup p,.swnp-popup .swnp-popup-content>div{margin:0;line-height:1.5;color:inherit!important}.swnp-popup a{color:inherit!important;text-decoration:underline}.swnp-popup a:hover{text-decoration:none}.swnp-popup .swnp-close-btn{position:absolute;top:50%;transform:translateY(-50%);left:10px;background-color:#fff0;border:none;cursor:pointer;padding:0;line-height:1;display:flex;align-items:center;justify-content:center;transition:color 0.2s ease,background-color 0.2s ease,opacity 0.2s ease;width:auto;min-width:24px;height:24px;opacity:.7}.swnp-popup .swnp-close-btn:hover{opacity:1}.swnp-popup-container.swnp-bottom-left .swnp-popup,.swnp-popup-container.swnp-top-left .swnp-popup{transform:translateX(-110%)}.swnp-popup-container.swnp-bottom-left .swnp-popup:not(.swnp-removing),.swnp-popup-container.swnp-top-left .swnp-popup:not(.swnp-removing){animation:swnp-slide-in-left 0.5s cubic-bezier(.175,.885,.32,1.275) forwards}.swnp-popup-container.swnp-bottom-left .swnp-popup.swnp-removing,.swnp-popup-container.swnp-top-left .swnp-popup.swnp-removing{animation:swnp-fade-out-left 0.4s cubic-bezier(.6,-.28,.735,.045) forwards!important}.swnp-popup-container.swnp-bottom-right .swnp-popup,.swnp-popup-container.swnp-top-right .swnp-popup{transform:translateX(110%)}.swnp-popup-container.swnp-bottom-right .swnp-popup:not(.swnp-removing),.swnp-popup-container.swnp-top-right .swnp-popup:not(.swnp-removing){animation:swnp-slide-in-right 0.5s cubic-bezier(.175,.885,.32,1.275) forwards}.swnp-popup-container.swnp-bottom-right .swnp-popup.swnp-removing,.swnp-popup-container.swnp-top-right .swnp-popup.swnp-removing{animation:swnp-fade-out-right 0.4s cubic-bezier(.6,-.28,.735,.045) forwards!important}@keyframes swnp-slide-in-left{to{opacity:1;transform:translateX(0)}}@keyframes swnp-fade-out-left{to{opacity:0;transform:translateX(-110%)}}@keyframes swnp-slide-in-right{to{opacity:1;transform:translateX(0)}}@keyframes swnp-fade-out-right{to{opacity:0;transform:translateX(110%)}}@media (max-width:768px){.swnp-popup-container{left:10px;right:10px;bottom:10px;width:auto;align-items:stretch}.swnp-popup-container.swnp-top-left,.swnp-popup-container.swnp-top-right{top:10px;bottom:auto}.swnp-popup{width:100%;max-width:100%;gap:10px;padding:12px 15px}.swnp-popup-thumbnail{width:40px;height:40px}.swnp-popup-container.swnp-bottom-left .swnp-popup,.swnp-popup-container.swnp-bottom-right .swnp-popup{transform:translateY(110%)}.swnp-popup-container.swnp-bottom-left .swnp-popup:not(.swnp-removing),.swnp-popup-container.swnp-bottom-right .swnp-popup:not(.swnp-removing){animation:swnp-slide-up-mobile 0.5s cubic-bezier(.175,.885,.32,1.275) forwards}.swnp-popup-container.swnp-bottom-left .swnp-popup.swnp-removing,.swnp-popup-container.swnp-bottom-right .swnp-popup.swnp-removing{animation:swnp-fade-down-mobile 0.4s cubic-bezier(.6,-.28,.735,.045) forwards!important}.swnp-popup-container.swnp-top-left .swnp-popup,.swnp-popup-container.swnp-top-right .swnp-popup{transform:translateY(-110%)}.swnp-popup-container.swnp-top-left .swnp-popup:not(.swnp-removing),.swnp-popup-container.swnp-top-right .swnp-popup:not(.swnp-removing){animation:swnp-slide-down-mobile 0.5s cubic-bezier(.175,.885,.32,1.275) forwards}.swnp-popup-container.swnp-top-left .swnp-popup.swnp-removing,.swnp-popup-container.swnp-top-right .swnp-popup.swnp-removing{animation:swnp-fade-up-mobile 0.4s cubic-bezier(.6,-.28,.735,.045) forwards!important}@keyframes swnp-slide-up-mobile{to{opacity:1;transform:translateY(0)}}@keyframes swnp-fade-down-mobile{to{opacity:0;transform:translateY(110%)}}@keyframes swnp-slide-down-mobile{to{opacity:1;transform:translateY(0)}}@keyframes swnp-fade-up-mobile{to{opacity:0;transform:translateY(-110%)}}}