@import"https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,500;9..144,600&family=Inter:wght@400;500;600&display=swap";body{background-color:#fcf8f9;font-family:Inter,sans-serif}*{margin:0;padding:0;box-sizing:border-box}.modern-product-page{min-height:100vh;background:#f4f6f8;color:#17202e}.modern-product-card{display:grid;grid-template-columns:1.1fr .9fr;overflow:hidden;border:1px solid #e6e9ee;border-radius:26px;background:#fff;box-shadow:0 20px 60px #14203014}.modern-breadcrumb{display:flex;align-items:center;gap:10px;margin-bottom:28px;color:#929baa;font-size:14px}.modern-breadcrumb strong{overflow:hidden;max-width:280px;color:#17202e;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.breadcrumb-arrow{color:#c3c9d2;font-size:20px}.product-gallery-side{padding:32px;background:#f8fafb}.gallery-content{display:flex;gap:22px;min-height:600px}.vertical-thumbnails{display:flex;flex-direction:column;gap:14px;padding-top:8px}.vertical-thumbnail{display:flex;align-items:center;justify-content:center;width:78px;height:78px;padding:8px;border:1px solid #e0e5eb;border-radius:15px;background:#fff;cursor:pointer;transition:all .25s ease}.vertical-thumbnail:hover{border-color:#1d2939;transform:translateY(-2px)}.vertical-thumbnail img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.active-thumbnail{border:2px solid #17202e;box-shadow:0 7px 20px #17202e21}.modern-main-image{position:relative;display:flex;flex:1;align-items:center;justify-content:center;min-height:600px;overflow:hidden;border-radius:20px;background:#fff}.modern-main-image:before{position:absolute;bottom:-130px;left:-80px;width:360px;height:360px;border-radius:50%;background:#f0f3f5;content:""}.modern-main-image img{position:relative;z-index:1;width:90%;height:500px;-o-object-fit:contain;object-fit:contain;transition:transform .4s ease}.modern-main-image:hover img{transform:scale(1.05)}.image-label{position:absolute;top:22px;left:22px;z-index:2;padding:8px 13px;border-radius:20px;background:#17202e;color:#fff;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.favorite-button{position:absolute;top:18px;right:18px;z-index:2;display:flex;align-items:center;justify-content:center;width:43px;height:43px;border:1px solid #e4e8ed;border-radius:50%;background:#fff;color:#17202e;font-size:25px;cursor:pointer;transition:all .25s ease}.favorite-button:hover{background:#17202e;color:#fff}.gallery-footer{display:flex;gap:8px;margin-top:18px;color:#929baa;font-size:13px}.product-information-side{padding:56px 48px}.product-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.product-small-label{display:block;margin-bottom:16px;color:#929baa;font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.product-header h1{max-width:460px;margin:0;color:#17202e;font-size:clamp(34px,4vw,54px);font-weight:800;letter-spacing:-.05em;line-height:1.05}.share-button{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border:1px solid #e2e6eb;border-radius:50%;color:#17202e;font-size:20px}.rating-line{display:flex;align-items:center;gap:9px;margin-top:24px;font-size:14px}.rating-stars{color:#f4a623;font-size:18px;letter-spacing:2px}.rating-number{color:#17202e;font-weight:700}.rating-reviews{color:#929baa}.modern-price{margin-top:27px;color:#17202e;font-size:36px;font-weight:800}.modern-description{margin:25px 0;color:#6d7887;font-size:15px;line-height:1.8}.availability-box{display:flex;align-items:center;gap:13px;padding:16px;border:1px solid #dcefe4;border-radius:14px;background:#f3fbf6}.availability-icon{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;background:#2eaf70;color:#fff;font-weight:700}.availability-box strong,.availability-box span{display:block}.availability-box strong{margin-bottom:4px;color:#27784f;font-size:14px}.availability-box span{color:#76a58b;font-size:12px}.details-separator{height:1px;margin:28px 0;background:#e8ebef}.benefits-list{display:grid;gap:15px;margin-bottom:30px}.benefit{display:flex;align-items:center;gap:11px;color:#596575;font-size:14px}.benefit-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;background:#eef2f5;color:#17202e;font-size:13px;font-weight:700}.modern-actions{display:flex;gap:12px}.modern-add-button,.modern-buy-button{display:flex;align-items:center;justify-content:center;gap:9px;min-height:55px;border-radius:12px;font-size:14px;font-weight:700;cursor:pointer;transition:all .25s ease}.modern-add-button{flex:1.2;border:none;background:#17202e;color:#fff}.modern-add-button:hover{background:#344257;box-shadow:0 10px 22px #17202e33;transform:translateY(-2px)}.modern-buy-button{flex:1;border:1px solid #17202e;background:#fff;color:#17202e}.modern-buy-button:hover{background:#17202e;color:#fff}.delivery-information{display:grid;gap:17px;margin-top:28px;padding-top:24px;border-top:1px solid #e8ebef}.delivery-row{display:flex;align-items:center;gap:12px}.delivery-icon{font-size:18px}.delivery-row strong,.delivery-row span{display:block}.delivery-row strong{margin-bottom:3px;color:#303b4c;font-size:13px}.delivery-row div span{color:#9aa3af;font-size:12px}@media(max-width:991px){.modern-product-card{grid-template-columns:1fr}.product-information-side{padding:38px 32px}}@media(max-width:576px){.product-gallery-side{padding:15px}.gallery-content{flex-direction:column-reverse;min-height:auto}.vertical-thumbnails{flex-direction:row;overflow-x:auto;padding:0}.vertical-thumbnail{flex:0 0 68px;width:68px;height:68px}.modern-main-image{min-height:370px}.modern-main-image img{height:310px}.gallery-footer{flex-wrap:wrap}.product-information-side{padding:32px 22px}.product-header h1{font-size:36px}.modern-actions{flex-direction:column}.modern-add-button,.modern-buy-button{width:100%}}.catalogue-minimal{background:#fafafa}.minimal-sidebar{background:#fff}.minimal-cat-btn{display:block;width:100%;padding:10px 14px;margin-bottom:8px;border:none;background:#f5f5f5;border-radius:8px;text-align:left;font-weight:500;transition:.2s}.minimal-cat-btn:hover{background:#e9e9e9}.minimal-cat-btn.active{background:#000;color:#fff}.minimal-product-card{background:#fff;overflow:hidden;transition:transform .2s}.minimal-product-card:hover{transform:translateY(-4px)}.minimal-img-wrapper{width:100%;height:160px;overflow:hidden;border-bottom:1px solid #eee}.minimal-product-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.minimal-product-link{text-decoration:none;color:inherit}.site-footer{background:#111827;color:#d1d5db;margin-top:60px}.footer-logo{display:inline-block;color:#fff;text-decoration:none;font-size:1.7rem;font-weight:700;letter-spacing:-.5px;margin-bottom:15px}.footer-logo:hover{color:#fff}.footer-description{max-width:380px;color:#9ca3af;line-height:1.7;margin-bottom:20px}.footer-title{color:#fff;font-size:.9rem;font-weight:700;text-transform:uppercase;letter-spacing:.6px;margin-bottom:20px}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:12px}.footer-links a{color:#9ca3af;text-decoration:none;font-size:.95rem;transition:.2s ease}.footer-links a:hover{color:#fff;padding-left:3px}.footer-socials{display:flex;gap:10px}.footer-social{width:38px;height:38px;border:1px solid #374151;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#d1d5db;text-decoration:none;transition:.2s ease}.footer-social:hover{background:#fff;color:#111827;border-color:#fff}.footer-contact{display:flex;flex-direction:column;gap:15px}.footer-contact-item{display:flex;align-items:flex-start;gap:12px;color:#9ca3af;font-size:.95rem}.footer-contact-icon{width:20px;color:#fff;flex-shrink:0}.footer-contact-item a{color:#9ca3af;text-decoration:none}.footer-contact-item a:hover{color:#fff}.footer-bottom{border-top:1px solid #374151;padding:18px 0;color:#9ca3af;font-size:.85rem}.footer-bottom-links{display:flex;justify-content:flex-end;gap:20px}.footer-bottom-links a{color:#9ca3af;text-decoration:none}.footer-bottom-links a:hover{color:#fff}@media(max-width:767px){.site-footer{margin-top:40px}.footer-description{max-width:100%}.footer-bottom{text-align:center}.footer-bottom-links{justify-content:center;flex-wrap:wrap}}.shop-logo{display:flex!important;align-items:center;gap:8px;color:#111827!important;text-decoration:none;font-size:1.35rem;font-weight:700;letter-spacing:-.5px}.shop-logo:hover{color:#111827!important}.shop-logo span:last-child span{color:#2563eb}.shop-logo-icon{font-size:1.4rem}.shop-main-nav{display:flex;align-items:center;gap:5px}.shop-nav-link{color:#4b5563!important;font-size:.95rem;font-weight:500;padding:8px 14px!important;border-radius:8px;transition:all .2s ease}.shop-nav-link:hover{color:#2563eb!important;background:#f3f6ff}.shop-search{display:flex;align-items:center;gap:8px;margin-right:20px}.shop-search-wrapper{position:relative;width:230px}.shop-search-input{height:40px;border:1px solid #e5e7eb!important;border-radius:10px!important;padding-left:38px!important;padding-right:30px!important;font-size:.9rem;box-shadow:none!important;background:#f9fafb}.shop-search-input:focus{border-color:#2563eb!important;background:#fff}.shop-search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);z-index:2;font-size:.85rem}.shop-search-clear{position:absolute;right:8px;top:50%;transform:translateY(-50%);border:0;background:transparent;color:#9ca3af;font-size:1.1rem;cursor:pointer}.shop-search-button{height:40px;border:none!important;border-radius:10px!important;background:#2563eb!important;padding:0 16px!important;font-size:.9rem;font-weight:500}.shop-search-button:hover{background:#1d4ed8!important}.shop-actions{display:flex;align-items:center;gap:5px}.shop-action{position:relative;display:flex!important;align-items:center;gap:6px;color:#374151!important;text-decoration:none;font-size:.9rem;font-weight:500;padding:8px 10px!important;border-radius:8px;transition:.2s ease}.shop-action:hover{color:#2563eb!important;background:#f3f6ff}.shop-action-icon{font-size:1.05rem}.shop-logout{border:none;background:transparent;cursor:pointer;font-family:inherit}.shop-cart-badge{position:absolute;top:0;right:0;transform:translate(25%,-25%);background:#ef4444!important;font-size:.65rem;min-width:18px;height:18px;display:flex;align-items:center;justify-content:center;border-radius:50%;padding:0!important}@media(max-width:991px){.shop-navbar{min-height:65px}.navbar-collapse{padding:15px 0 10px}.shop-main-nav{align-items:stretch;gap:2px;margin-bottom:12px}.shop-nav-link{padding:10px 12px!important}.shop-search{width:100%;margin:5px 0 15px}.shop-search-wrapper{width:100%;flex:1}.shop-search-button{flex-shrink:0}.shop-actions{border-top:1px solid #eeeeee;padding-top:12px;justify-content:flex-start}.shop-action{padding:10px 12px!important}}@media(max-width:480px){.shop-logo{font-size:1.2rem}.shop-search{display:flex}.shop-search-button{padding:0 12px!important}.shop-action-text{font-size:.85rem}}.user-dropdown-button{display:flex!important;align-items:center;gap:8px;border:0!important;background:transparent!important;color:#374151!important;padding:5px 8px!important;box-shadow:none!important}.user-dropdown-button:after{margin-left:3px}.user-dropdown-button:hover{background:#f3f4f6!important;border-radius:10px}.user-avatar{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#2563eb;color:#fff;font-size:.9rem;font-weight:700}.user-name{font-size:.9rem;font-weight:600}.user-dropdown-menu{width:280px;padding:8px;margin-top:8px!important;border-radius:14px!important}.user-dropdown-header{display:flex;align-items:center;gap:12px;padding:10px}.user-avatar-large{width:44px;height:44px;flex-shrink:0;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#2563eb;color:#fff;font-weight:700;font-size:1rem}.user-dropdown-info{display:flex;flex-direction:column;min-width:0}.user-dropdown-info strong{color:#111827;font-size:.9rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-dropdown-info small{color:#6b7280;font-size:.75rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-dropdown-item{display:flex!important;align-items:center;gap:12px;width:100%;padding:10px!important;border-radius:9px!important;color:#374151!important;background:transparent;border:0;text-align:left;transition:.2s ease}.user-dropdown-item>span{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#f3f4f6;border-radius:8px;font-size:.95rem}.user-dropdown-item div{display:flex;flex-direction:column}.user-dropdown-item strong{font-size:.85rem;font-weight:600}.user-dropdown-item small{color:#9ca3af;font-size:.72rem;margin-top:2px}.user-dropdown-item:hover{background:#f3f6ff!important;color:#2563eb!important}.user-dropdown-item:hover>span{background:#e0e7ff}.user-dropdown-item.logout-item{color:#dc2626!important}.user-dropdown-item.logout-item>span{background:#fef2f2}.user-dropdown-item.logout-item:hover{background:#fef2f2!important}.user-dropdown-item.logout-item small{color:#9ca3af}@media(max-width:991px){.user-dropdown-button{width:100%;justify-content:flex-start;padding:10px 12px!important}.user-dropdown-menu{width:100%;margin-top:3px!important}.user-name{display:inline}}.profile-page{min-height:calc(100vh - 72px);background:#f8fafc}.profile-page-header{display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.profile-small-title{color:#2563eb;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.8px}.profile-page-title{margin:5px 0 3px;color:#111827;font-size:2rem;font-weight:700}.profile-page-subtitle{margin:0;color:#6b7280;font-size:.95rem}.profile-back-button{color:#374151;text-decoration:none;font-size:.9rem;font-weight:500;padding:9px 14px;border:1px solid #e5e7eb;border-radius:9px;background:#fff;transition:.2s ease}.profile-back-button:hover{color:#2563eb;border-color:#2563eb}.profile-card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;overflow:hidden;box-shadow:0 8px 30px #0f172a0d}.profile-card-header{display:flex;align-items:center;gap:18px;padding:28px;background:linear-gradient(135deg,#eff6ff,#fff);border-bottom:1px solid #e5e7eb}.profile-avatar{width:72px;height:72px;flex-shrink:0;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#2563eb;color:#fff;font-size:1.6rem;font-weight:700}.profile-user-info h2{margin:0 0 4px;color:#111827;font-size:1.25rem;font-weight:700}.profile-user-info p{margin:0;color:#6b7280;font-size:.9rem}.profile-section{padding:28px;border-bottom:1px solid #f1f5f9}.profile-section-title{margin-bottom:18px;color:#111827;font-size:.95rem;font-weight:700}.profile-label{display:block;margin-bottom:7px;color:#374151;font-size:.82rem;font-weight:600}.profile-input{height:44px;border:1px solid #e5e7eb!important;border-radius:9px!important;background:#f9fafb!important;color:#374151!important;font-size:.9rem;box-shadow:none!important}.profile-input:focus{border-color:#d1d5db!important}.address-card{display:flex;align-items:flex-start;gap:14px;padding:16px;border:1px solid #e5e7eb;border-radius:12px;background:#f9fafb}.address-icon{width:38px;height:38px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:#eff6ff;border-radius:9px}.address-content{display:flex;flex-direction:column;gap:3px;font-size:.85rem}.address-content strong{color:#111827}.address-content span{color:#6b7280}.empty-address{padding:15px;border-radius:10px;background:#f9fafb;color:#9ca3af;font-size:.9rem}.profile-actions{display:flex;justify-content:flex-end;gap:10px;padding:22px 28px}.profile-edit-button,.profile-orders-button{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border-radius:9px;text-decoration:none;font-size:.88rem;font-weight:600;transition:.2s ease}.profile-edit-button{background:#2563eb;color:#fff}.profile-edit-button:hover{background:#1d4ed8;color:#fff}.profile-orders-button{background:#f3f4f6;color:#374151}.profile-orders-button:hover{background:#e5e7eb;color:#111827}@media(max-width:767px){.profile-page{min-height:calc(100vh - 65px)}.profile-page-header{align-items:flex-start;flex-direction:column}.profile-page-title{font-size:1.65rem}.profile-card-header,.profile-section{padding:22px}.profile-actions{flex-direction:column;padding:18px 22px}.profile-edit-button,.profile-orders-button{width:100%}}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index) px);position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:pointer;direction:ltr}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{flex:1}.Toastify__toast-icon{margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
