@charset "UTF-8";*{margin:0;padding:0;box-sizing:border-box}body{font-family:"Pacifico, cursive";background-color:#fff;color:#333;line-height:1.6}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:2000}.modal-content{background:#fff;padding:1.25rem;border-radius:8px;max-width:520px;width:100%;max-height:80vh;overflow-y:auto;box-shadow:0 10px 30px #0003;position:relative;outline:none}.modal-content .close-btn{position:absolute;top:8px;right:8px;background:transparent;border:none;font-size:1.5rem;cursor:pointer}@media screen and (max-width: 768px){.modal-content{max-width:90%;padding:1rem}}.body{font-family:"Pacifico, cursive"}html{scroll-behavior:smooth}@media (max-width: 768px){.body{font-family:"Pacifico, cursive"}}.footer{margin-top:20px;background-color:#fbbb00;color:#000;padding:40px 5% 20px;font-family:"Pacifico, cursive"}.footer .footer-container{display:flex;justify-content:space-between;flex-wrap:wrap;gap:30px}.footer .footer-logo{font-size:24px;font-weight:700}.footer .footer-logo span{color:#000}.footer .footer-about{flex:1 1 250px}.footer .footer-about p{margin:5px 0;font-size:14px}.footer .footer-about .footer-socials{display:flex;gap:10px;margin-top:15px}.footer .footer-about .footer-socials svg{font-size:18px;cursor:pointer;transition:color .3s}.footer .footer-about .footer-socials svg:hover{color:#2c3c28}.footer .footer-links{flex:1 1 200px}.footer .footer-links h4{margin-bottom:10px;font-size:16px}.footer .footer-links ul{list-style:none;padding:0}.footer .footer-links ul li{margin:6px 0;font-size:14px;cursor:pointer}.footer .footer-links ul li a{text-decoration:none;color:inherit}.footer .footer-links ul li a:hover{text-decoration:underline}.footer .footer-subscribe{flex:1 1 250px}.footer .footer-subscribe h4{margin-bottom:10px;font-size:16px}.footer .footer-subscribe .email-box{display:flex;border:1px solid #18cd33;border-radius:4px;overflow:hidden;max-width:100%}.footer .footer-subscribe .email-box input{flex:1;padding:8px;border:none;outline:none;font-size:14px}.footer .footer-subscribe .email-box button{background-color:#fc3;border:none;padding:0 15px;cursor:pointer;font-size:18px;transition:background .3s}.footer .footer-subscribe .email-box button:hover{background-color:#f9b500}.footer .footer-bottom{margin-top:30px;border-top:1px solid rgba(255,255,255,.2);padding-top:15px;text-align:center;font-size:12px;color:#000}@media (max-width: 768px){.footer .footer-container{flex-direction:column;gap:25px}.footer .footer-subscribe .email-box{flex-direction:column}.footer .footer-subscribe .email-box input{width:100%;border-bottom:1px solid #ccc}.footer .footer-subscribe .email-box button{width:100%;padding:10px}}.auth-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;animation:fadeIn .2s ease-out}.auth-modal{background:#fff;border-radius:8px;width:100%;max-width:400px;min-height:400px;max-height:90vh;animation:slideIn .3s ease-out;box-shadow:0 8px 20px #00000026;display:flex;flex-direction:column}.auth-modal__header{display:flex;justify-content:space-between;align-items:center;padding:1rem;border-bottom:1px solid #eee}.auth-modal__header h2{margin:0;font-size:1.25rem;color:#fbbb00}.auth-modal__close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#666;padding:.25rem .5rem;line-height:1;transition:color .2s}.auth-modal__close:hover{color:#333}.auth-modal__content{padding:1.5rem;flex:1;overflow-y:auto;display:flex;flex-direction:column}.auth-modal__content::-webkit-scrollbar{width:8px}.auth-modal__content::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.auth-modal__content::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}.auth-modal__content::-webkit-scrollbar-thumb:hover{background:#bbb}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}.auth-modal-overlay{padding:20px}.auth-modal{width:100%;max-width:400px;margin:0 auto}.sign-in-form-wrapper{display:flex;flex-direction:column;flex:1;min-height:300px;background-color:transparent}.sign-in-form{width:100%;height:100%;margin:0 auto;padding:.5rem;background:#fff;display:flex;flex-direction:column;gap:1rem;justify-content:space-between}.sign-in-form__otp-message{text-align:center;margin:.5rem 0;padding:.75rem;background:#f8f9fa;border-radius:6px;border:1px solid #e9ecef}.sign-in-form__otp-message p{color:#666;margin:0;font-size:.95rem}.sign-in-form__otp-message p.email{color:#fbbb00;font-weight:500;font-size:1.1rem;margin:.5rem 0}.sign-in-form__otp-message p.subtitle{font-size:.9rem;color:#888}.sign-in-form .otp-input-container{display:flex;justify-content:center;margin:.75rem 0}.sign-in-form .otp-input-group{display:flex;gap:.5rem;padding:.75rem;background:#f8f9fa;border-radius:6px;cursor:text}.sign-in-form .otp-input-group:focus-within{background:#fff;box-shadow:0 0 0 2px #fbbb001a}.sign-in-form .otp-input{width:40px;height:50px;padding:0;font-size:1.5rem;font-weight:600;text-align:center;border:2px solid #ddd;border-radius:6px;background:#fff;transition:all .2s;caret-color:#fbbb00;cursor:text}.sign-in-form .otp-input:focus{border-color:#fbbb00;box-shadow:0 0 0 2px #fbbb0026;outline:none}.sign-in-form .otp-input::-webkit-outer-spin-button,.sign-in-form .otp-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.sign-in-form .otp-input::selection{background-color:#fbbb0033}.sign-in-form__otp-footer{text-align:center;margin-top:.75rem}.sign-in-form__otp-footer .timer,.sign-in-form__otp-footer .attempts-left{color:#666;font-size:.9rem;margin-bottom:.25rem}.sign-in-form__otp-footer .attempts-left{color:#f59e0b}.sign-in-form__otp-footer .max-attempts{color:#dc2626;font-size:.9rem;margin-bottom:.5rem;padding:.75rem;background:#fee2e2;border-radius:6px}.sign-in-form__title{text-align:center;font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#222}.sign-in-form__group{display:flex;flex-direction:column;gap:.4rem}.sign-in-form__group label{font-weight:500;color:#333;font-size:.95rem}.sign-in-form__group input{padding:.7rem;border:1px solid #ccc;border-radius:6px;font-size:1rem;transition:all .2s ease-in-out;width:100%}.sign-in-form__group input:focus{border-color:#fbbb00;outline:none;box-shadow:0 0 0 2px #fbbb0026}.sign-in-form__group .password-input-wrapper{position:relative;display:flex;align-items:center}.sign-in-form__group .password-input-wrapper .password-toggle{position:absolute;right:10px;background:none;border:none;cursor:pointer;padding:4px;font-size:1.1rem;opacity:.7;transition:opacity .2s}.sign-in-form__group .password-input-wrapper .password-toggle:hover{opacity:1}.sign-in-form__group .password-input-wrapper input{padding-right:40px}.sign-in-form__error{color:#e53935;font-size:.85rem;margin-top:-.2rem}.sign-in-form__button{margin-top:.5rem;padding:.8rem;background:#fbbb00;color:#fff;border:none;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease-in-out}.sign-in-form__button:hover:not(:disabled){background:#d29d00}.sign-in-form__button:active:not(:disabled){transform:scale(.95) translateY(2px)}.sign-in-form__button:disabled{background:#ccc;cursor:not-allowed}.sign-in-form__resend-btn{margin-top:.25rem;padding:.25rem;background:none;color:#fbbb00;border:none;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease-in-out}.sign-in-form__resend-btn:hover:not(:disabled){color:#d29d00;text-decoration:underline}.sign-in-form__resend-btn:disabled{color:#ccc;cursor:not-allowed}.sign-in-form__mode-switch{margin-top:1.5rem;text-align:center}.sign-in-form__mode-switch p{color:#666;font-size:.9rem}.sign-in-form__mode-switch button{background:none;border:none;color:#fbbb00;font-weight:500;cursor:pointer;transition:all .2s ease-in-out}.sign-in-form__mode-switch button:hover{color:#d29d00;text-decoration:underline}.search-header-right{display:flex;align-items:center;gap:8px}.search-header-right .hamburger{display:none;padding:8px;background:none;border:none;cursor:pointer}.search-header-right .hamburger .bar{display:block;width:24px;height:2px;background-color:#444;margin:5px 0;transition:all .3s ease}.search-header-right .hamburger.open .bar:nth-child(1){transform:rotate(-45deg) translate(-5px,6px)}.search-header-right .hamburger.open .bar:nth-child(2){opacity:0}.search-header-right .hamburger.open .bar:nth-child(3){transform:rotate(45deg) translate(-5px,-6px)}@media (max-width: 768px){.search-header-right .hamburger{display:block;margin-right:4px}}.user-section{position:relative;cursor:pointer;display:inline-block}.user-section .cart-icon{display:flex;align-items:center;justify-content:center;padding:8px;transition:transform .2s ease}.user-section .cart-icon:hover{transform:scale(1.05)}.user-section .cart-icon svg{color:#444;font-size:1.2rem}.user-menu-dropdown{position:absolute;top:calc(100% + 10px);right:-16px;margin-top:0;background:#fff;box-shadow:0 4px 16px #fbbb0026;border:2px solid #fbbb00;border-radius:12px;width:300px;z-index:1000;padding:0;animation:dropdownFadeIn .2s ease-out}.user-menu-dropdown:before{content:"";position:absolute;top:-8px;right:20px;width:14px;height:14px;background:#fff;border-top:2px solid #fbbb00;border-left:2px solid #fbbb00;transform:rotate(45deg)}.user-menu-dropdown:before{content:"";position:absolute;top:-6px;right:24px;width:12px;height:12px;background:#fff;border-left:1px solid #e2e8f0;border-top:1px solid #e2e8f0;transform:rotate(45deg)}.user-menu-dropdown .user-header{padding:20px;background:linear-gradient(135deg,#fbbb00,#c89500);border-top-left-radius:10px;border-top-right-radius:10px;display:flex;align-items:center;gap:15px;margin-bottom:0}.user-menu-dropdown .user-header .user-icon{width:45px;height:45px;background:#ffffffe6;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 3px 8px #0000001a;border:2px solid rgba(255,255,255,.8)}.user-menu-dropdown .user-header .user-icon svg{color:#fbbb00;font-size:22px}.user-menu-dropdown .user-header .user-info{flex:1;overflow:hidden}.user-menu-dropdown .user-header .user-info .user-email{color:#fff;font-size:15px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-family:Segoe UI,sans-serif;text-shadow:0 1px 2px rgba(0,0,0,.1);margin-bottom:4px}.user-menu-dropdown .user-header .user-info .user-role{color:#ffffffe6;font-size:13px;font-weight:500;text-transform:capitalize;opacity:.9}.user-menu-dropdown .menu-list{padding:12px;background:#fff}.user-menu-dropdown .menu-list .menu-item{display:flex;align-items:center;width:100%;padding:14px 18px;border:none;background:none;color:#444;font-size:15px;font-weight:500;cursor:pointer;border-radius:8px;margin:4px 0;gap:14px;font-family:Segoe UI,sans-serif;transition:all .2s ease;border:1px solid transparent}.user-menu-dropdown .menu-list .menu-item svg{width:20px;color:#fbbb00;transition:transform .2s ease}.user-menu-dropdown .menu-list .menu-item:hover{background-color:#fbbb001a;border-color:#fbbb0033;color:#fbbb00}.user-menu-dropdown .menu-list .menu-item:hover svg{transform:scale(1.1)}.user-menu-dropdown .menu-list .menu-item.logout{color:#c62828;margin-top:8px}.user-menu-dropdown .menu-list .menu-item.logout svg{color:#c62828}.user-menu-dropdown .menu-list .menu-item.logout:hover{background-color:#c6282814;border-color:#c6282833}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-lock{display:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.hero-swiper{width:100%;height:550px;border-radius:6px;position:relative}.hero-swiper .swiper-button-next,.hero-swiper .swiper-button-prev{opacity:0;visibility:hidden;transition:opacity .3s ease;color:#fff;background:#0006;padding:10px;height:80px;width:80px;border-radius:50%;border:1px solid rgba(255,255,255,.11);display:flex;align-items:center;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);z-index:10}.hero-swiper .swiper-button-next{right:20px}.hero-swiper .swiper-button-prev{left:20px}.hero-swiper:hover .swiper-button-next,.hero-swiper:hover .swiper-button-prev{opacity:1;visibility:visible}.hero-swiper .swiper-button-next:hover,.hero-swiper .swiper-button-prev:hover,.hero-swiper .swiper-button-next:active,.hero-swiper .swiper-button-prev:active{background:#fff;color:#000}.hero-swiper .slide{height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:6px;display:flex;align-items:center;justify-content:flex-start}.hero-swiper .slide .slide-content{color:#000;max-width:600px;margin-left:60px;text-align:center}.hero-swiper .slide .slide-content h2{font-size:2.5rem;margin:10px 0}.hero-swiper .slide .slide-content h4{font-size:1.2rem;font-weight:400}.hero-swiper .slide .slide-content .shop-btn{margin-top:15px;padding:10px 20px;background:#fbbb00;color:#000;border:none;border-radius:5px;font-weight:700;cursor:pointer}.right-content-banner{margin-left:auto!important;margin-right:140px;color:#fff!important;text-align:right}@media (max-width: 768px){.hero-swiper{height:300px}.hero-swiper .slide{justify-content:center;align-items:center}.hero-swiper .slide .slide-content{margin:0;padding:0 20px;text-align:center;max-width:100%}.hero-swiper .slide .slide-content h2{font-size:1.4rem}.hero-swiper .slide .slide-content h4{font-size:1rem}.hero-swiper .slide .slide-content .shop-btn{padding:8px 16px;font-size:.9rem}.hero-swiper .swiper-button-next,.hero-swiper .swiper-button-prev{display:none!important}.right-content-banner{margin:0 auto!important;text-align:center!important;color:#fff!important}}@media (max-width: 480px){.hero-swiper{height:250px}.hero-swiper .slide .slide-content h2{font-size:1.2rem}.hero-swiper .slide .slide-content h4{font-size:.95rem}.hero-swiper .slide .slide-content .shop-btn{font-size:.85rem}}.product-card{width:220px;flex:0 0 auto;background:#fff;border-radius:8px;padding:1rem;margin-right:1rem;box-shadow:0 2px 8px #00000014;text-align:center;display:flex;flex-direction:column;height:440px}.product-card .product-image{width:100%;height:60%;object-fit:cover;border-radius:6px;margin-bottom:.8rem;background-color:#f9f9f9;display:block}.product-card .product-name{font-size:1rem;font-weight:600;margin:.5rem 0}.product-card .product-price{color:#2e7d32;font-weight:800;margin-bottom:.5rem}.product-card .product-description{font-size:.9rem;color:#000;font-weight:800;margin-bottom:.8rem;word-wrap:break-word;overflow-wrap:break-word;line-height:1.3;max-height:4.2em;overflow:hidden;text-overflow:ellipsis;height:100%}.product-card .view-product-button{padding:10px;background-color:#fbbb00;color:#000;border-radius:4px;text-decoration:none;font-weight:500;border:none;cursor:pointer}.product-card .view-product-button:hover{background-color:#fbbb00}.product-card .view-product-button:active{transform:scale(.95) translateY(2px)}@media screen and (min-width: 769px){.main-wrapper{padding-top:132px}}@media screen and (max-width: 768px){.main-wrapper{padding-top:100px}}.hamburger{display:none;flex-direction:column;justify-content:center;gap:4px;width:38px;height:38px;border:none;background:transparent;cursor:pointer}.hamburger .bar{height:3px;width:100%;background-color:#000;border-radius:4px}.search-area-header{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fbbb00;height:72px;padding:0 15px 0 5px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 4px 10px #0000001a;flex-wrap:nowrap}.search-area-header .brand-wrapper{flex:0 1 auto;overflow:hidden}.search-area-header .brand-wrapper .brand-logo{display:block;width:54%;height:auto;object-fit:contain}.search-area-header .search-header-right{display:flex;align-items:center;gap:10px;flex-shrink:0}.search-area-header .search-header-right .cart-icon{position:relative;border-radius:6px;border:1px solid #2E1503;height:38px;width:38px;display:flex;align-items:center;justify-content:center;color:#000;transition:.3s;box-shadow:0 6px 17px #0000000f}.search-area-header .search-header-right .cart-icon:hover{background-color:gold;cursor:pointer}.search-area-header .search-header-right .cart-icon .number{position:absolute;top:-6px;right:-6px;height:20px;min-width:20px;padding:0 6px;font-weight:700;background:#000;border-radius:50px;display:flex;align-items:center;justify-content:center;font-size:12px;color:#fbbb00;box-sizing:border-box}.nav-and-btn-wrapper{display:flex;justify-content:center;position:fixed;top:72px;left:0;right:0;z-index:999;background:#fff;box-shadow:0 2px 8px #0000000d}.nav-and-btn-wrapper .nav-area ul{display:flex;align-items:center;list-style:none;margin:0;padding:0;gap:10px}.nav-and-btn-wrapper .nav-area ul li{position:relative}.nav-and-btn-wrapper .nav-area ul li a.nav-link{padding:16px 20px;display:block;font-weight:600;color:#2c3c28;text-decoration:none;transition:.3s}.nav-and-btn-wrapper .nav-area ul li a.nav-link:hover{color:#000}.nav-and-btn-wrapper .nav-area ul li a.nav-link.active{color:#fbbb00;text-decoration:none}.nav-and-btn-wrapper .nav-area ul li.has-dropdown:hover>.dropdown{display:block}.nav-and-btn-wrapper .nav-area ul li .dropdown{display:none;position:absolute;top:100%;left:0;min-width:160px;width:auto;background:#fff;box-shadow:0 4px 12px #0000001a;border-radius:4px;z-index:999}.nav-and-btn-wrapper .nav-area ul li .dropdown li a{display:block;padding:10px 20px;color:#2c3c28;text-decoration:none;white-space:nowrap;font-size:.95rem}.nav-and-btn-wrapper .nav-area ul li .dropdown li a:hover{background-color:gold;color:#000}.nav-and-btn-wrapper .nav-area ul li .dropdown .dropdown-link{display:block;padding:10px 20px;color:#2c3c28;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:260px}.nav-and-btn-wrapper .nav-area ul li .dropdown .dropdown-link.active{color:#fbbb00;font-weight:700}.nav-and-btn-wrapper.open{display:flex}.featured-products-section{padding:2rem 1rem;background-color:#f4f4f4}.featured-products-section h2{text-align:center;margin-bottom:.5rem;font-size:1.8rem}.featured-products-section hr{width:60px;margin:0 auto 1.5rem;border:2px solid #fbbb00}.featured-products-section .products-scroll-wrapper{display:flex;justify-content:space-evenly;overflow-x:auto;padding-bottom:1rem;scrollbar-width:thin;scrollbar-color:#ccc transparent}.featured-products-section .products-scroll-wrapper::-webkit-scrollbar{height:8px}.featured-products-section .products-scroll-wrapper::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}.featured-products-section .products-scroll-wrapper::-webkit-scrollbar-track{background:transparent}@media screen and (max-width: 768px){.hamburger{display:flex}.nav-and-btn-wrapper{display:none;flex-direction:column;align-items:flex-start;padding:10px 20px}.nav-and-btn-wrapper.open{display:flex}.nav-and-btn-wrapper .nav-area ul{flex-direction:column;align-items:flex-start;width:100%}.nav-and-btn-wrapper .nav-area ul li{width:100%}.nav-and-btn-wrapper .nav-area ul li a.nav-link{padding:14px 0;width:100%}.nav-and-btn-wrapper .nav-area ul li .dropdown{position:static;display:block;background:transparent;box-shadow:none;padding-left:10px}.nav-and-btn-wrapper .nav-area ul li .dropdown li a{padding-left:20px}}.about-us-section{background:#fff;padding:60px 20px}.about-us-container{max-width:1200px;margin:0 auto}.about-us-content{display:flex;align-items:center;justify-content:space-between;gap:30px;flex-wrap:wrap;background-color:#fff;border:1px solid #e0e0e0;border-radius:16px;padding:30px;box-shadow:0 4px 16px #0000000d;transition:box-shadow .3s ease}.about-us-content:hover{box-shadow:0 6px 20px #0000001a}.about-us-content .about-us-text{flex:1;min-width:280px}.about-us-content .about-us-text h2{font-size:1.8rem;margin-bottom:10px;color:#1c1c1c}.about-us-content .about-us-text p{font-size:1rem;line-height:1.6;color:#555}.about-us-items{display:flex;flex-direction:column;gap:40px}.about-us-image-wrapper{flex:1;display:flex;justify-content:center}.about-us-image-wrapper .about-us-image{max-width:100%;max-height:300px;height:auto;border-radius:12px;object-fit:cover;box-shadow:0 2px 10px #0000001a}.about-us-content.reverse{flex-direction:row-reverse}.about-us-header h2{font-size:2.5rem;margin-bottom:10px;color:#1c1c1c}.about-us-header hr{width:60px;height:4px;background-color:#fbbb00;border:none;border-radius:2px;margin-bottom:20px}.about-us-button{display:inline-block;margin-top:20px;padding:12px 24px;background-color:#fbbb00;color:#000;text-decoration:none;font-weight:500;border-radius:8px;transition:.3s ease}.about-us-button:hover{background-color:gold;cursor:pointer}@media screen and (max-width: 768px){.about-us-content,.about-us-content.reverse{flex-direction:column}}.dropdown-link{cursor:pointer;display:block;padding:8px 12px;color:#333}.dropdown-link:hover{background-color:#f0f0f0}.about-page{padding:2rem;max-width:800px;margin:0 auto;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#333}.about-page h1{font-size:2rem;margin-bottom:1rem}.about-page h2{font-size:1.3rem;margin-top:2rem;margin-bottom:.5rem;color:#2c3e50}.about-page p{margin-bottom:1rem}.about-page ul{padding-left:1.5rem}.about-page ul li{margin-bottom:.5rem}.about-page strong{color:#000}body,.e-kart-wrapper{font-family:"Pacifico, cursive";font-size:14px;color:#2c3c28;background:#fff;margin:0;padding:0}.e-kart-wrapper{width:100%;min-height:100vh;padding:0 10px}.header-annoucement{display:flex;justify-content:space-between;align-items:center;background-color:#629d23;color:#fff;height:38px;padding:0 15px;font-size:13px;margin-bottom:10px}.product-list-wrap{border-radius:8px}.filter-select-area{display:flex;justify-content:space-between;align-items:center;background:#fbbb00;border-radius:6px;color:#000;height:48px;padding:0 15px;font-size:16px;font-weight:500}.product-list-show{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px;margin-top:20px;justify-items:center}.product-card-wrap{width:100%;display:flex;flex-direction:column;background:#fff;border:2px dashed #fbbb00;border-radius:12px;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease;height:100%}.product-img{background:#f3f3f3;height:180px;display:flex;align-items:center;justify-content:center;overflow:hidden}.product-img img{max-width:100%;max-height:100%;object-fit:contain;border-radius:6px;transition:transform .3s ease}.product-img img:hover{transform:scale(1.05)}.product-img .badge{position:absolute;top:10px;left:10px;background:#fff176;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:700;color:#2c3c28;z-index:5}.product-details{padding:15px;display:flex;flex-direction:column;justify-content:flex-start}.product-desc{font-size:14px;font-weight:800;margin-bottom:10px;color:#333;line-height:1.4;height:40px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.product-size{font-size:13px;color:#888}.product-price{display:flex;align-items:center;gap:10px;margin-top:8px}.product-price .current{font-weight:700;color:#444;font-size:18px}.product-price .previous{font-size:13px;color:#dc2626;text-decoration:line-through}.stock-status{margin-top:8px;font-weight:600;font-size:14px}.stock-status.in-stock{color:#2e7d32}.stock-status.out-of-stock{color:#c62828}.cart-counter-action{margin-top:10px;text-align:center}.quantity-edit{background:#fbbb00;color:#000;border:none;border-radius:6px;padding:10px 18px;font-size:14px;font-weight:600;cursor:pointer;transition:background .3s ease;width:100%;max-width:120px}.quantity-edit:hover,.quantity-edit :active{border-radius:6px;background:#fff176;transform:scale(.95) translateY(2px)}.quantity-edit:disabled{border-radius:6px;background:#a5d6a7;cursor:not-allowed}@media (max-width: 768px){.product-list-show{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:15px}}@media (max-width: 480px){.product-list-show{grid-template-columns:1fr 1fr;gap:12px}.filter-select-area{flex-direction:column;height:auto;padding:10px;text-align:center}.quantity-edit{font-size:13px;padding:8px 12px}}.category-section{margin-top:40px}.category-section .category-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;padding:0 10px}.category-section .category-header h2{font-size:22px;font-weight:700;color:#fbbb00;margin:0;border-left:4px solid #fbbb00;padding-left:10px}.category-section .horizontal-scroll{display:flex;overflow-x:auto;gap:20px;padding:10px;scroll-behavior:smooth;scroll-snap-type:x mandatory}.category-section .horizontal-scroll::-webkit-scrollbar{height:8px}.category-section .horizontal-scroll::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}.product-card-wrap{max-width:240px;flex:0 0 auto;scroll-snap-align:start;background:#fff;border:2px dashed #fbbb00;border-radius:12px;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.product-card-wrap:hover{transform:translateY(-5px);box-shadow:0 10px 20px #00000014}.search-bar{position:relative;width:100%;max-width:300px}.search-bar input{width:100%;padding:8px 12px;border-radius:6px;border:1px solid #fbbb00;font-size:14px;outline:none;transition:all .3s ease}.search-bar input:focus{border-color:#c89500;box-shadow:0 0 5px #0000001a}@media (max-width: 768px){.search-bar{margin-top:10px;width:100%}.search-bar input{font-size:13px}}@media (max-width: 768px){.product-list-show{grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.filter-select-area{flex-direction:column;align-items:flex-start}.category-select,.search-bar{width:100%}}.category-select{min-width:200px}.category-select .react-select__control{font-family:"Pacifico, cursive";border-radius:6px;border:1px solid #fbbb00;box-shadow:none}.product-page{display:flex;gap:40px;padding:40px 5%;flex-wrap:wrap;background-color:#fdfdfd;font-family:"Pacifico, cursive"}@media (max-width: 768px){.product-page{flex-direction:column;padding:20px}}.breadcrumbs{width:100%;display:flex;gap:8px;align-items:center;font-size:.95rem;color:#888;margin-bottom:16px}.breadcrumbs a{color:#1a1a1a;text-decoration:none}.breadcrumbs .sep{color:#888}.breadcrumbs .current{color:#444;font-weight:600;max-width:60%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (max-width: 480px){.breadcrumbs{font-size:.9rem}.breadcrumbs .current{max-width:50%}}.product-gallery{display:flex;gap:20px;flex:1;flex-direction:row;align-items:flex-start;min-width:300px}@media (max-width: 768px){.product-gallery{flex-direction:column;align-items:center}}.thumbs{display:flex;flex-direction:column;gap:10px}@media (max-width: 768px){.thumbs{flex-direction:row;justify-content:center;flex-wrap:wrap;gap:8px;margin-bottom:16px}}.thumb{width:60px;height:60px;object-fit:cover;border:2px solid transparent;cursor:pointer;border-radius:6px;transition:border .3s ease;background:#fff}.thumb.active{border-color:#1a1a1a}.main-image-wrapper{flex:1;border:1px solid #ddd;padding:10px;border-radius:8px;background:#fff;max-width:500px;height:400px;display:flex;justify-content:center;align-items:center}@media (max-width: 768px){.main-image-wrapper{width:100%;height:auto;max-height:400px}}.main-image{max-width:100%;max-height:100%;object-fit:contain;transition:transform .3s ease}@media (max-width: 768px){.main-image{width:100%;height:auto;max-height:300px;max-width:100%}}.main-image:hover{transform:scale(1.03)}.product-info{flex:1;min-width:300px}.product-info h1{font-size:28px;margin-bottom:10px;font-weight:600}.price-info{display:flex;align-items:center;gap:12px;font-size:20px;margin:15px 0}.price-old{text-decoration:line-through;color:#888}.price-new{color:#1a1a1a;font-weight:700}.price-off{background-color:#f90;color:#fff;padding:2px 8px;font-size:16px;border-radius:4px}.shipping-text{font-size:14px;color:#666;margin-bottom:15px}.size-section{display:flex;gap:10px;margin-bottom:20px;flex-wrap:wrap}.size-btn{padding:8px 14px;border:1px solid #ccc;background-color:#fff;color:#1a1a1a;cursor:pointer;border-radius:6px;transition:all .3s ease}.size-btn.selected{background-color:#1a1a1a;color:#fff;border-color:#1a1a1a}.qty-section{display:flex;gap:12px;align-items:center;margin-bottom:20px}.qty-section button{width:32px;height:32px;font-size:20px;background-color:#f3f3f3;color:#1a1a1a;border:none;border-radius:6px;cursor:pointer}.qty-section span{min-width:30px;text-align:center;font-size:18px}.btn-group{display:flex;gap:12px;margin-bottom:25px;flex-wrap:wrap}@media (max-width: 768px){.btn-group{flex-direction:column}}.btn-outline,.btn-solid{padding:10px 20px;font-weight:600;cursor:pointer;border-radius:6px;transition:.3s}@media (max-width: 768px){.btn-outline,.btn-solid{width:100%;text-align:center}}.btn-outline{background-color:#fff;border:2px solid #1a1a1a;color:#1a1a1a}.btn-outline:hover{background-color:#eaf7ee}.btn-outline:active{transform:scale(.95) translateY(2px)}.btn-solid{background-color:#1a1a1a;color:#fff;border:none}.btn-solid:hover{background-color:#a07600}.btn-solid:active{transform:scale(.95) translateY(2px)}.desc h2{font-size:20px;margin-bottom:10px}.desc p{color:#444;line-height:1.6}.highlights{margin-top:25px}.highlights h2{font-size:20px;margin-bottom:12px;color:#1a1a1a}.highlights ul{list-style-type:disc;padding-left:20px}.highlights ul li{margin-bottom:8px;font-size:16px;color:#444;line-height:1.6}@media (max-width: 768px){.highlights ul{padding-left:18px}.highlights li{font-size:15px}}.reviews-section{margin-top:40px;padding:20px}.reviews-section h2{font-size:28px;margin-bottom:20px;text-align:center}.reviews-section .summary{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;margin-bottom:40px;gap:20px}.reviews-section .summary .average-rating{flex:1;min-width:220px;text-align:center}.reviews-section .summary .average-rating .stars{font-size:24px;margin-bottom:5px}.reviews-section .summary .average-rating .stars span{color:#ccc}.reviews-section .summary .average-rating .stars span.filled{color:#0b8f47}.reviews-section .summary .rating-distribution{flex:2;min-width:250px}.reviews-section .summary .rating-distribution .bar{display:flex;align-items:center;gap:10px;margin-bottom:6px}.reviews-section .summary .rating-distribution .bar .progress{flex:1;height:8px;background:#eee;position:relative;border-radius:4px}.reviews-section .summary .rating-distribution .bar .progress .filled-bar{height:100%;background:#0b8f47;border-radius:4px}.reviews-section .summary .write-review{background:#0b8f47;color:#fff;padding:10px 20px;border:none;cursor:pointer;font-weight:700;border-radius:4px}.reviews-section .reviews-list .review{padding:16px;border:1px solid #eee;border-radius:8px;margin-bottom:20px}.reviews-section .reviews-list .review .stars{font-size:18px;color:#ccc}.reviews-section .reviews-list .review .stars .filled{color:#0b8f47}.reviews-section .reviews-list .review .reviewer{font-weight:600;margin-top:5px}.reviews-section .reviews-list .review .title{font-weight:700;margin:8px 0 4px}.reviews-section .reviews-list .review .comment{font-size:15px}.reviews-section .reviews-list .review .date{font-size:13px;color:#888;margin-top:6px}.cart-container{padding:20px;max-width:1000px;margin:auto}.cart-container h2{margin-bottom:20px;text-align:center}.cart-items{display:flex;flex-direction:column;gap:16px}.cart-item-card{display:flex;justify-content:space-between;align-items:center;border:1px solid #eee;border-radius:10px;padding:16px;background-color:#fff;box-shadow:0 2px 6px #0000000d;flex-wrap:wrap}.cart-item-card .item-left{display:flex;align-items:center;gap:16px}.cart-item-card .item-left img{width:80px;height:80px;border-radius:8px;object-fit:cover}.cart-item-card .item-left h4{margin:0}.cart-item-card .item-left p{margin:4px 0}.cart-item-card .item-right{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.cart-item-card .item-right .qty-control{display:flex;align-items:center;gap:8px}.cart-item-card .item-right .qty-control button{width:30px;height:30px;font-size:18px;background-color:#f0f0f0;border:1px solid #ccc;border-radius:4px;cursor:pointer;transition:background .2s}.cart-item-card .item-right .qty-control button:hover{background-color:#ddd}.cart-item-card .item-right .qty-control span{min-width:24px;text-align:center;font-weight:500}.cart-item-card .item-right input{width:60px;padding:6px;font-size:16px;text-align:center}.cart-item-card .item-right p{margin:0;font-weight:700}.cart-item-card .item-right .remove-btn{background:none;border:none;color:#ff4d4f;font-size:18px;cursor:pointer;transition:color .2s ease}.cart-item-card .item-right .remove-btn:hover{color:#d9363e}.cart-item-card .item-right .remove-btn:active{transform:scale(.95) translateY(2px)}.cart-summary{text-align:right;margin-top:30px}.cart-summary h3{font-size:22px;margin-bottom:16px}.cart-summary .summary-actions{display:flex;justify-content:flex-end;gap:12px;flex-wrap:wrap}.cart-summary .summary-actions .checkout-btn,.cart-summary .summary-actions .clear-btn{padding:10px 20px;font-size:16px;border:none;border-radius:6px;cursor:pointer}.cart-summary .summary-actions .checkout-btn{background-color:#4caf50;color:#fff}.cart-summary .summary-actions .checkout-btn:hover{background-color:#388e3c}.cart-summary .summary-actions .clear-btn{background-color:#f44336;color:#fff}.cart-summary .summary-actions .clear-btn:hover{background-color:#d32f2f}.cart-empty{padding:40px;text-align:center;font-size:20px;color:#999}@media (max-width: 768px){.cart-item-card{flex-direction:column;align-items:flex-start}.cart-item-card .item-right{width:100%;justify-content:space-between;margin-top:10px}.cart-summary{text-align:center}.cart-summary .summary-actions{justify-content:center}}.checkout-container{max-width:1100px;margin:auto;padding:20px}.checkout-container h1{text-align:center}.checkout-container .checkout-content{display:flex;gap:40px;flex-wrap:wrap}.checkout-container .shipping-form{flex:1;min-width:300px;display:flex;flex-direction:column;gap:15px}.checkout-container .shipping-form input,.checkout-container .shipping-form textarea{padding:10px;font-size:16px;border:1px solid #ddd;border-radius:5px}.checkout-container .shipping-form textarea{min-height:80px;resize:vertical}.checkout-container .summary{flex:1;min-width:300px;padding:20px;background:#f7f7f7;border-radius:8px}.checkout-container .summary .summary-item{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.checkout-container .summary .summary-item>:first-child{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.checkout-container .summary .summary-item>span{padding:10px}.checkout-container .summary .summary-total{display:flex;justify-content:space-between;font-size:18px;margin-top:10px}.checkout-container .summary .place-order-btn{margin-top:20px;width:100%;padding:10px;background:#28a745;color:#fff;font-weight:700;border:none;border-radius:4px;cursor:pointer}.checkout-container .summary .place-order-btn:active{transform:scale(.95) translateY(2px)}.checkbox-row{margin-top:10px;display:flex;align-items:normal;gap:10px}.checkbox-row input[type=checkbox]{width:18px;height:18px}.error{color:red;font-size:.8rem;margin-top:.25rem}.checkout-container{padding:2rem}.checkout-container input,.checkout-container textarea{display:block;width:100%;max-width:400px;margin-bottom:1rem;padding:.75rem;font-size:1rem;border:1px solid #ccc;border-radius:4px;box-sizing:border-box}.checkout-container input:disabled,.checkout-container input.disabled-input,.checkout-container textarea:disabled,.checkout-container textarea.disabled-input{background-color:#f5f5f5;color:#666;cursor:not-allowed;border:1px solid #ddd}.checkout-container textarea{resize:vertical;min-height:80px}.checkout-container .error{color:red;font-size:.8rem;margin-top:-.5rem;margin-bottom:1rem}.checkout-container .summary{margin-top:2rem}.checkout-container .place-order-btn{margin-top:1rem;padding:.75rem 1.5rem;background-color:#fbbb00;border:none;color:#fff;font-weight:700;border-radius:5px;cursor:pointer}.checkout-container .place-order-btn:active{transform:scale(.95) translateY(2px)}.orders-container{padding:3rem 2rem;max-width:1200px;margin:0 auto;background:#f4f6fa;min-height:100vh}.orders-container h1{text-align:center;margin-bottom:2.5rem;color:#fbbb00;font-weight:700;font-size:2rem;letter-spacing:.5px}.orders-loading,.orders-error{text-align:center;padding:3rem;font-size:1.2rem}.orders-error{color:#c62828}.no-orders{text-align:center;background:#fff;border-radius:10px;padding:3rem;box-shadow:0 4px 12px #00000014}.no-orders p{color:#6c757d;margin-bottom:1.5rem}.no-orders button{padding:.8rem 1.8rem;background:#fbbb00;color:#fff;border:none;border-radius:6px;cursor:pointer;font-weight:500;transition:all .3s ease}.no-orders button:hover{background:#d29d00;transform:translateY(-2px)}.orders-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(360px,1fr));gap:1.8rem}.order-card{background:#fff;border-radius:12px;box-shadow:0 4px 12px #00000014;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.order-card:hover{transform:translateY(-6px);box-shadow:0 8px 20px #0000001f}.order-card .order-header{padding:1.2rem 1.5rem;background:linear-gradient(135deg,#f8f9fa,#eef1f4);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;border-bottom:1px solid #eee}.order-card .order-header h3{margin:0;color:#1e1e1e;font-size:1.1rem;font-weight:600}.order-card .order-header .order-date{font-size:.9rem;color:#6c757d;margin-top:.3rem}.order-card .order-header .order-status{padding:.5rem 1rem;border-radius:30px;font-size:.85rem;font-weight:600;text-transform:capitalize;margin-top:.5rem}.order-card .order-header .order-status.pending{background:#fff3cd;color:#856404}.order-card .order-header .order-status.ordered{background:#d4edda;color:#155724}.order-card .order-header .order-status.processing{background:#cce5ff;color:#004085}.order-card .order-header .order-status.delivered{background:#d1e7dd;color:#0f5132}.order-card .order-header .order-status.cancelled{background:#f8d7da;color:#721c24}.order-card .order-meta{display:flex;gap:1rem;padding:.6rem 1.5rem;align-items:center;background:#f5f8fa99;border-bottom:1px dashed #f1f3f5}.order-card .order-meta .meta-item{color:#6c757d;font-size:.95rem}.order-card .order-meta .meta-item .meta-code{background:#f7fafc;padding:.08rem .4rem;border-radius:4px;font-family:monospace;color:#1e1e1e;margin-left:.3rem;font-weight:600}.order-card .order-items{padding:1rem 1.5rem;background:#fff}.order-card .order-items .order-item{display:flex;align-items:center;gap:1rem;padding:.8rem 0;border-bottom:1px solid #eee}.order-card .order-items .order-item .item-price{min-width:110px;text-align:right;flex-shrink:0;display:flex;flex-direction:column;align-items:flex-end}.order-card .order-items .order-item .item-price .unit-price{font-size:.82rem;color:#6c757d;font-weight:500}.order-card .order-items .order-item .item-price .item-subtotal{color:#fbbb00;font-weight:700;font-size:.95rem;margin-top:.18rem}.order-card .order-items .order-item:last-child{border-bottom:none}.order-card .order-items .order-item img{width:70px;height:70px;object-fit:cover;border-radius:8px;background:#f4f4f4;flex-shrink:0;border:1px solid rgba(0,0,0,.04);transition:transform .18s ease,box-shadow .18s ease}.order-card .order-items .order-item:hover img{transform:scale(1.03);box-shadow:0 6px 18px #1e1e1e0f}.order-card .order-items .order-item .item-details{flex:1}.order-card .order-items .order-item .item-details h4{margin:0;color:#1e1e1e;font-size:1rem;font-weight:600;cursor:default;transition:color .15s ease}.order-card .order-items .order-item .item-details h4.item-name:hover{color:#fbbb00}.order-card .order-items .order-item .item-details p{margin:.2rem 0;color:#6c757d;font-size:.9rem}.order-card .order-shipping{padding:.9rem 1.5rem;background:linear-gradient(180deg,#fff,#fbfdff);font-size:.95rem;color:#6c757d;border-top:1px solid #f0f2f5;display:flex;flex-direction:column;gap:.5rem}.order-card .order-shipping .shipping-header{display:flex;justify-content:space-between;align-items:center;gap:1rem}.order-card .order-shipping .shipping-header strong{color:#1e1e1e;font-weight:700}.order-card .order-shipping .shipping-address{display:flex;flex-direction:column;gap:.25rem;padding:.6rem .4rem;background:#fff;border-radius:8px;box-shadow:0 2px 6px #14141408;color:#1e1e1e}.order-card .order-shipping .shipping-address .recipient{font-weight:700;color:#1e1e1e}.order-card .order-shipping .shipping-address .address-lines,.order-card .order-shipping .shipping-address .city-state-postal,.order-card .order-shipping .shipping-address .country{color:#6c757d;font-size:.95rem}.order-card .order-shipping .shipping-address .shipping-meta{color:#6c757d;font-size:.9rem}.order-card .order-shipping .shipping-missing{color:#6c757d;font-style:italic;padding:.4rem .6rem;margin:0}.order-card .order-shipping .shipping-missing.small{font-size:.95rem;background:transparent;padding:.2rem 0}.order-card .order-footer{padding:.8rem 1rem;background:linear-gradient(135deg,#f8f9fa,#eef1f4);display:flex;justify-content:center;align-items:center;border-top:1px solid #eee;flex-wrap:nowrap;gap:.4rem}.order-card .order-footer .order-total{display:inline-flex;align-items:center;justify-content:center;font-weight:600;color:#1e1e1e;font-size:1rem}.order-card .order-footer .order-total .total-amount{color:#fbbb00;margin-left:.4rem;font-weight:700}@media (max-width: 768px){.orders-container{padding:1.5rem 1rem}.orders-list{grid-template-columns:1fr;gap:1.2rem}.order-card{border-radius:10px}.order-card .order-header{flex-direction:column;align-items:flex-start;gap:.4rem}.order-card .order-header h3{font-size:1rem}.order-card .order-header .order-status{align-self:flex-start}.order-card .order-items .order-item{flex-direction:row;align-items:flex-start}.order-card .order-items .order-item img{width:60px;height:60px}.order-card .order-items .order-item .item-details h4{font-size:.95rem}.order-card .order-items .order-item .item-details p{font-size:.85rem}.order-card .order-footer{flex-direction:column;text-align:center;gap:.8rem}.order-card .order-footer .order-total{font-size:.95rem}.order-card .order-footer .view-details-btn{width:100%;font-size:.95rem}}.privacy-policy{padding:2rem;max-width:800px;margin:0 auto;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#333}.privacy-policy h1{font-size:2rem;margin-bottom:1rem}.privacy-policy h2{font-size:1.3rem;margin-top:2rem;margin-bottom:.5rem;color:#2c3e50}.privacy-policy p{margin-bottom:1rem}.privacy-policy ul{padding-left:1.5rem}.privacy-policy ul li{margin-bottom:.5rem}.privacy-policy strong{color:#000}.refund-policy{padding:2rem;max-width:800px;margin:0 auto;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#333}.refund-policy h1{font-size:2rem;margin-bottom:1rem}.refund-policy h2{font-size:1.3rem;margin-top:2rem;margin-bottom:.5rem;color:#2c3e50}.refund-policy p{margin-bottom:1rem}.refund-policy ul{padding-left:1.5rem}.refund-policy ul li{margin-bottom:.5rem}.refund-policy strong{color:#000}.terms-of-service{padding:2rem;max-width:800px;margin:0 auto;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#333}.terms-of-service h1{font-size:2rem;margin-bottom:1rem}.terms-of-service h2{font-size:1.3rem;margin-top:2rem;margin-bottom:.5rem;color:#2c3e50}.terms-of-service p{margin-bottom:1rem}.terms-of-service strong{color:#000}.shipping-policy{padding:2rem;max-width:800px;margin:0 auto;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#333}.shipping-policy h1{font-size:2rem;margin-bottom:1rem}.shipping-policy h2{font-size:1.3rem;margin-top:2rem;margin-bottom:.5rem;color:#2c3e50}.shipping-policy p{margin-bottom:1rem}.shipping-policy strong{color:#000}.contact-info{padding:2rem;max-width:800px;margin:0 auto;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#333}.contact-info h1{font-size:2rem;margin-bottom:1rem}.contact-info h2{font-size:1.3rem;margin-top:1.8rem;margin-bottom:.4rem;color:#2c3e50}.contact-info p{margin-bottom:1rem}.contact-info a{color:inherit;text-decoration:none}.contact-info a:hover{text-decoration:underline;color:#007bff}.contact-info .social-links{list-style:none;padding-left:0;display:flex;gap:15px}.contact-info .social-links li{font-weight:500}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--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-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--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-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.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;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.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:100%;z-index:1;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;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.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,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),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,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 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:translate3d(0,var(--y),0) 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:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) 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:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),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;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
