.cart-button{display:flex;align-items:center;cursor:pointer;margin-left:16px}.cart-button img{width:20px;height:25px}.basket-icon{font-size:20px;color:#333}.cart-count{margin-left:8px;font-size:16px;color:#333}.cart-sidebar{position:fixed;top:0;right:0;width:500px;height:100vh;background:#fff;box-shadow:-4px 0 10px #0000001a;display:flex;flex-direction:column;z-index:1000;overflow-y:auto}.cart-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;background:#efefef;padding:10px}.cart-header h2{font-size:20px;margin:0}.close-btn{background:none;border:none;font-size:18px;cursor:pointer;outline:none!important}.close-btn .return{font-size:16px}.cart-items{flex:1;padding:20px 10px;overflow-y:scroll}.cart-item{flex-flow:column;display:flex;align-items:center;padding:10px;border-bottom:1px solid #eee}.cart-item .product{display:flex;justify-content:space-between;width:100%}.cart-item .product .product-banner{width:90px;height:90px;object-fit:contain}.cart-item .product .product-details{flex:3;display:flex;flex-flow:column;align-items:flex-start;justify-content:space-around}.cart-item .product .product-details .product-title{font-weight:700;font-size:15px;text-align:start;padding-right:5px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:normal}.cart-item .product .product-details .product-sku{font-size:15px;color:#707070}.cart-item .product .productPrices{flex:1;display:flex;flex-flow:column;align-items:flex-start;justify-content:space-around;padding-left:5px}.cart-item .product .productPrices .product-quantity{font-size:14px;color:#000;font-weight:700;display:flex;justify-content:space-between}.cart-item .product .productPrices .product-quantity input{width:40px;border:1px solid rgba(0,0,0,.2);border-radius:5px;margin-left:2px;outline:unset!important}.cart-item .product .productPrices .product-price{color:#f76761;font-size:18px;font-weight:700;height:50px}.product-price,.product-sku,.product-quantity{font-size:14px;color:#555}.remove-btn{background:none;border:none;color:red;cursor:pointer;font-size:16px;outline:none!important;border:none!important;align-self:flex-end;padding:unset}.empty-cart{text-align:center;font-size:16px;color:#777;margin-top:20px}.cart-footer{background:#f8f8f8;padding:20px;border-top:1px solid #ddd}.cart-footer .sub{display:flex;justify-content:space-between;margin:8px 0;font-size:18px}.cart-footer .cf-title{text-align:start;font-weight:700;font-size:22px;margin-bottom:10px}.cart-footer .total-sum{font-weight:700;font-size:18px;border-top:1px solid black;margin-top:10px;padding-top:10px;display:flex;justify-content:space-between}.place-order-btn{width:100%;padding:10px;background:#f76761;color:#fff;border:none;cursor:pointer;font-size:16px;margin-top:10px;outline:unset!important}.place-order-btn:disabled{opacity:.5;cursor:not-allowed}@media screen and (max-width: 1100px){.cart-sidebar{width:100%;box-sizing:border-box;margin-top:60px}.cart-sidebar .cart-items{height:330px;flex:unset}.cart-sidebar .close-btn{display:flex;font-size:15px;gap:5px;padding-right:unset}.cart-sidebar .close-btn svg{font-size:1.4rem!important}.cart-sidebar .cart-header{background:#fff;border-bottom:1px solid rgba(0,0,0,.3);width:90%;box-sizing:border-box;margin-left:auto;margin-right:auto;margin-bottom:unset}.cart-sidebar .cart-header h2{font-size:17px}.cart-sidebar .cart-footer{padding-top:5px}.cart-sidebar .cart-footer .cf-title{font-size:17px;display:none}.cart-sidebar .cart-footer .sub{font-size:14px}.cart-sidebar .cart-footer .total-sum{font-size:17px}}.brands-dropdown{position:relative;display:inline-block}.dropdown-toggle{padding:8px 16px;border:1px solid #ccc;border-radius:4px;cursor:pointer;background-color:#f9f9f9}.dropdown-menu{position:absolute;top:100%;left:0;background-color:#fff;border:1px solid #ccc;border-radius:4px;z-index:1000;width:200px;margin-top:4px}.dropdown-item{padding:8px 16px;cursor:pointer}.dropdown-item:hover{background-color:#f1f1f1}.categories-dropdown{position:relative;display:inline-block}.products-text{cursor:pointer;font-weight:700}.categories-list{position:absolute;top:100%;left:0;background-color:#fff;border:1px solid #ccc;z-index:1000;width:200px}.category-item{padding:8px;cursor:pointer;border-bottom:1px solid #eee;position:relative}.category-item:hover{background-color:#f5f5f5}.subcategories-list{position:absolute;top:0;left:100%;background-color:#fff;border:1px solid #ccc;z-index:1001;width:200px;display:flex;flex-direction:column;box-shadow:2px 2px 5px #0000001a}.subcategory-item{padding:8px;cursor:pointer;border-bottom:1px solid #eee}.subcategory-item:hover{background-color:#f5f5f5}.search-bar{display:flex;align-items:center;border:1px solid #ccc;padding:4px;background-color:#fff;margin-right:16px;border-radius:25px;background-color:#efefef;overflow:hidden;height:26px}.search-input{flex:1;border:none;outline:none;padding:0 8px;font-size:14px;background-color:transparent}.search-button{background:none;border:none;cursor:pointer;padding:0 8px}.search-icon{font-size:16px;color:#333}.search-wrap{position:fixed;top:60px;width:100%;left:0;background:#0000004d;height:100vh;padding-top:10px;z-index:99999}.search-wrap .search-bar{width:90%;margin-inline:auto}.search-results-mobile{width:100vw!important;max-width:400px;height:80vh;top:110px!important}.search-results-mobile .virtualized-list{height:80vh!important}.search-results,.search-results-mobile{position:fixed;top:65px;z-index:99999;width:400px;background:#fff;box-shadow:0 0 10px 2px #d3d3d3;border-radius:5px;padding:5px}.search-results .search-item,.search-results-mobile .search-item{display:flex;justify-content:space-between;width:100%;margin-bottom:5px;padding-bottom:5px;border-bottom:1px solid rgba(0,0,0,.2);cursor:pointer}.search-results .search-item:hover,.search-results-mobile .search-item:hover{background:#fafafa}.search-results .search-item .product,.search-results-mobile .search-item .product{display:flex;align-items:center;position:relative;width:100%}.search-results .search-item .product-banner,.search-results-mobile .search-item .product-banner{width:50px;height:50px;position:relative}.search-results .search-item .product-banner img,.search-results-mobile .search-item .product-banner img{width:100%;height:100%;object-fit:contain}.search-results .search-item .product-details,.search-results-mobile .search-item .product-details{display:flex;flex-flow:column;align-items:flex-start;justify-content:center;width:75%;padding-left:10px}.search-results .search-item .product-details .product-title,.search-results-mobile .search-item .product-details .product-title{text-align:start;text-overflow:ellipsis;text-wrap:wrap;font-size:13px}.search-results .search-item .product-details .product-sku,.search-results-mobile .search-item .product-details .product-sku{font-size:12px}.search-results .search-item .product-price,.search-results-mobile .search-item .product-price{width:15%}.topbar button.contact{background:#f76761;border:none;color:#fff;cursor:pointer;height:36px;display:flex;justify-content:center;align-items:center;width:120px;outline:none!important}.topbar .logo{cursor:pointer}.topbar .user-info{display:flex;position:relative;gap:5px;align-items:center}.topbar .user-info .username{max-width:180px;word-break:break-word}.topbar .user-info .username.authenticated-user{color:#4a90e2}.topbar .user-info .username.authenticated-user svg path{fill:#4a90e2}.login-popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0000004d;display:flex;justify-content:center;align-items:center;z-index:1000}.login-popup{background:#fff;padding:20px;width:100%;max-width:400px;box-shadow:0 2px 6px #0009;border-radius:40px}.login-header{display:flex;justify-content:center;align-items:center;margin-bottom:20px;font-size:20px;width:100%;border-bottom:1px solid #EFEFEF;padding-bottom:15px}.form-wrap{position:relative;width:100%}.form-group{margin-bottom:15px;display:flex;flex-flow:column;align-items:flex-start;position:relative;width:100%}.form-group label{display:block;margin-bottom:5px;font-weight:700;padding-left:1rem;font-size:18px}.form-group input{width:100%;padding:8px;border:none!important;font-size:18px;box-sizing:border-box;outline:none!important;border-radius:10px;background:#efefef}.remember-me{display:flex;align-items:center;margin-bottom:15px}.remember-me input{margin-right:10px}.login-button{width:100%;padding:10px;background:#f76761;border-radius:25px;color:#fff;border:none;font-size:16px;cursor:pointer;outline:none!important;margin-top:1rem}@media screen and (max-width: 1100px){.login-popup{box-sizing:border-box;width:95%;margin-left:auto;margin-right:auto}}.account-menu-context{position:absolute;top:100%;right:0;background:#fff;border:1px solid #ddd;border-radius:4px;box-shadow:0 2px 10px #0000001a;z-index:1000;min-width:200px;padding:5px 0 10px}.account-menu-context .account-menu-header{display:flex;flex-flow:column;justify-content:space-between;align-items:flex-end;padding:0 5px;border-bottom:1px solid #eee}.account-menu-context .account-menu-header .username{font-weight:700;align-self:center;padding-bottom:5px}.account-menu-context .account-menu-header .close-btn{background:none;border:none;cursor:pointer;color:#666;font-size:16px;padding:0 5px}.account-menu-context .account-menu-header .close-btn:hover{color:#333}.account-menu-context .account-menu-items .menu-item{padding:10px 15px;cursor:pointer}.account-menu-context .account-menu-items .menu-item:hover{background-color:#f5f5f5}.toast{position:fixed;top:5rem;right:20px;padding:5px;border-radius:8px;box-shadow:0 2px 10px #0003;z-index:1000;display:flex;flex-direction:column;gap:8px;background:#fff;width:250px}.toast-header{display:flex;align-items:center;justify-content:space-between;font-weight:400;border-bottom:1px solid rgba(255,255,255,.1)}.toast-icon{font-size:15px}.toast-title{font-size:16px;flex-grow:1;margin-left:8px}.toast-close{background:transparent;border:none;color:#000;font-size:16px;cursor:pointer;padding:5px}.toast-message{font-size:12px;color:#000;text-align:left}.toast-success{border:1px solid #4caf50;color:#000}.toast-error{border:2px solid #f44336;color:#000}.toast-warning{border:2px solid #ff9800;color:#000}.toast-info{border:2px solid #2196f3;color:#000}.footer{display:none;padding:20px;text-align:center;background-color:#efefef;margin-top:2rem}.footer .top-footer{max-width:210px;margin-inline:auto}.footer .follow-us{margin-bottom:20px}.footer .follow-us h3{margin-bottom:10px;font-size:18px}.footer .follow-us .social-icons{display:flex;justify-content:center;gap:15px}.footer .follow-us .social-icons a{background:#fff;border-radius:50%;width:40px;height:40px;display:flex;justify-content:center;align-items:center}.footer .follow-us .social-icons a .social-icon{font-size:22px}.footer .footer-links{margin-bottom:20px;border-top:1px solid black}.footer .footer-links h3{margin-bottom:10px;font-size:18px}.footer .footer-links ul{list-style:none;padding:0;display:flex;justify-content:center;gap:5px;flex-flow:column}.footer .footer-links ul li a{text-decoration:none;color:#333;font-size:18px}.footer .footer-links ul li a:hover{text-decoration:underline}.footer .copyright{font-size:18px;color:#666;max-width:1440px;margin-inline:auto;display:flex;border-top:1px solid black;padding-top:15px;margin-top:15px}.footer .copyright .company{max-width:10%}.footer .copyright .bottom-footer{flex:6;display:flex;justify-content:center;max-width:80%;gap:8rem}.footer .copyright a{text-decoration:none;color:#333}.footer .copyright a:hover{text-decoration:underline}@media screen and (max-width: 1100px){.footer .top-footer{max-width:100%}.footer .copyright{flex-flow:column-reverse;align-items:center;gap:10px}.footer .copyright .bottom-footer{flex-flow:column-reverse;gap:10px}.footer .copyright .company{max-width:100%;margin-top:1rem}}.layout .topbar-mobile{border-bottom:2px solid rgba(0,0,0,.1);display:flex;justify-content:space-between;padding:10px 0;height:60px;position:fixed;top:0;left:0;width:100vw;box-sizing:border-box;z-index:999999;background-color:#fff}.layout .topbar-mobile .m-col{flex:1;display:flex;align-items:flex-start}.layout .topbar-mobile .m-col.m-col-1{justify-content:space-around;padding-top:5px}.layout .topbar-mobile .m-col.m-col-2{justify-content:center}.layout .topbar-mobile .m-col.m-col-3{justify-content:space-around;padding-top:5px}.layout .topbar-mobile .m-col svg{font-size:1.7rem}.layout .topbar-mobile .logo{width:100px;height:40px}.layout .topbar-mobile button.contact{background:#f76761;border:none;color:#fff;cursor:pointer;height:36px;display:flex;justify-content:center;align-items:center;width:120px;outline:none!important}.layout .topbar-mobile .logo{cursor:pointer}.layout .topbar-mobile .user-info{display:flex;gap:5px;align-items:center}.layout .topbar-mobile .user-info .username{max-width:180px;word-break:break-word}.layout .topbar-mobile .mobile-menu-pop{position:fixed;top:60px;width:100vw;left:0;background:#0000004d;height:100vh;background:#fff;z-index:99999;overflow-y:scroll}.layout .topbar-mobile .mobile-menu-pop .arrow-icon svg{font-size:1.1rem}.mobile-categories-dropdown{width:100%;font-size:16px;background-color:#fff}.mobile-categories-dropdown .category-container{display:flex;flex-direction:column}.mobile-categories-dropdown .category-item{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;border-bottom:1px solid #eee;cursor:pointer;transition:background-color .2s}.mobile-categories-dropdown .category-item:active{background-color:#f5f5f5}.mobile-categories-dropdown .category-item .category-name{flex-grow:1;text-align:start}.mobile-categories-dropdown .category-item .arrow-icon{margin-left:auto;padding-left:10px;transition:transform .2s ease}.mobile-categories-dropdown .category-item .arrow-icon svg{width:12px;height:12px}.mobile-categories-dropdown .category-item .arrow-icon .expanded{transform:rotate(0)}.mobile-categories-dropdown .category-item.level-1{padding-left:32px}.mobile-categories-dropdown .category-item.level-2{padding-left:48px}.mobile-categories-dropdown .category-item.level-3{padding-left:64px}.mobile-categories-dropdown .subcategories{max-height:0;overflow:hidden;transition:max-height .3s ease-out;background-color:#f9f9f9}.mobile-categories-dropdown .subcategories.expanded{max-height:1000px;transition:max-height .5s ease-in}.mobile-brands-dropdown{width:100%;font-size:16px;background-color:#fff;overflow-y:scroll}.mobile-brands-dropdown .brands-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;border-bottom:1px solid #eee;cursor:pointer;transition:background-color .2s}.mobile-brands-dropdown .brands-header:active{background-color:#f5f5f5}.mobile-brands-dropdown .brands-header .brands-title{flex-grow:1;text-align:start}.mobile-brands-dropdown .brands-header .brands-arrow{margin-left:auto;padding-left:10px;transition:transform .2s ease}.mobile-brands-dropdown .brands-header .brands-arrow svg{width:12px;height:12px}.mobile-brands-dropdown .brands-list{max-height:0;overflow:hidden;transition:max-height .3s ease-out;background-color:#f9f9f9;display:flex;flex-direction:column}.mobile-brands-dropdown .brands-list.expanded{max-height:1000px;transition:max-height .5s ease-in}.mobile-brands-dropdown .brands-list .brand-item{padding:12px 16px;border-bottom:1px solid #eee;cursor:pointer;transition:background-color .2s}.mobile-brands-dropdown .brands-list .brand-item:active{background-color:#f5f5f5}.mob-account-icon{font-size:1.5rem;cursor:pointer;color:#666;transition:all .2s ease}.mob-account-icon:hover{color:#333}.mob-account-icon.authenticated-user path{fill:#4a90e2}@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"}.swiper{width:100%;height:100%}.swiper-slide{width:100%;height:100%;display:flex;justify-content:center;align-items:center;background:#f0f0f0}.swiper-slide img{display:block;width:100%;height:100%;object-fit:cover}.homePage .sliderWrapper{height:800px;position:relative}.brand-grid{display:flex;max-width:1075px;width:100%;flex-wrap:wrap;justify-content:center;margin-inline:auto;gap:24px;margin-top:3rem}.brand-grid .brand-card{display:inline-block;max-width:30%;overflow:hidden;margin-top:1rem}.brand-grid .brand-card .brand-image{width:350px;height:350px;width:100%;height:auto;object-fit:contain;border-radius:15px}.brand-grid .brand-card .brand-title{margin-top:5px;text-transform:uppercase;font-size:1.1rem}.loginWrapper{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.loginWrapper .login{display:flex;flex-flow:column;width:350px;box-shadow:0 0 10px 1px #0000001a;padding:2rem;border-radius:20px}.loginWrapper .login img{width:50%;margin-inline:auto;padding-bottom:1rem}.loginWrapper .login .loginButton{margin-top:2rem;background-color:#fff;color:#333;outline:unset;border:1px solid transparent;border-radius:20px;transition:all .3s ease-in-out}.loginWrapper .login .loginButton:hover{background-color:#333;color:#fff;transition:all .3s ease-in-out}.loginWrapper .login .loginText{margin-top:.7rem}#root{width:100vw;margin:0 auto;text-align:center}.card{padding:2em}.read-the-docs{color:#888}body{background:#fff}body *{color:#000}.b-text{font-weight:700;cursor:pointer}.layout .layout-wrap{max-width:1440px;margin-inline:auto}.layout a{display:inline-block}.layout .logo{width:180px;height:66px}.layout .logo img{width:100%;height:auto}.layout .topbar{background-color:#fff;color:#fff;max-height:100px;padding-top:10px;padding-bottom:5px;display:flex;width:100%;justify-content:space-between;align-items:center;padding-left:20px;box-sizing:border-box}.layout .topbar .menu-icon{font-size:1.4rem;cursor:pointer}.layout .topbar .t-col{flex:1;display:flex;align-items:center}.layout .topbar .t-col.t-col-1{justify-content:flex-start}.layout .topbar .t-col.t-col-2{justify-content:flex-end;flex:8;gap:20px}.layout .topbar .t-col.t-col-3{justify-content:flex-end}.layout .main-content{display:flex;flex:1}.layout .sidemenu{width:100%;background-color:#f7f7f7;padding:15px;max-width:180px;overflow:hidden}.layout .sidemenu ul{list-style-type:none;padding:0;margin:unset;position:relative}.layout .sidemenu ul li{display:flex;justify-content:center;background-color:transparent;transition:.2s ease-in-out}.layout .sidemenu ul li.logoli{margin-bottom:3rem}.layout .sidemenu ul li.first-menuli a{border-top:1px solid rgba(0,0,0,.1)}.layout .sidemenu ul li.menuli{position:relative;align-items:center}.layout .sidemenu ul li.menuli :hover{color:#008dd2;background-color:#eaeaea;transition:.2s ease-in-out}.layout .sidemenu ul li.menuli a{text-decoration:none;padding-top:.7rem;padding-bottom:.7rem;border-bottom:1px solid rgba(0,0,0,.1);color:#333;width:100%;height:100%}.layout .sidemenu ul li.menuli a :hover{color:#000}.layout .sidemenu ul li .logo{width:100%;display:flex;justify-content:center;max-width:170px;max-height:60px}.layout .sidemenu ul li .logo img{width:100%;height:100%;object-fit:contain}.layout .content{flex:1;width:100%;padding:20px;padding-inline:unset;background-color:#fff}button{outline:unset!important}.admin-layout{box-sizing:border-box;position:relative;height:100vh;width:100%}.admin-layout .admin-layout-wrap{width:100%;height:100%}.admin-layout .admin-layout-wrap .admin-main-content{width:100%;overflow-y:hidden;height:100%;display:flex;position:relative}.admin-layout .admin-layout-wrap .admin-main-content .sidemenu{width:15%;box-sizing:border-box;box-shadow:1px 1px 10px #0003}.admin-layout .admin-layout-wrap .admin-main-content .sidemenu .admin-top-side{display:flex;justify-content:space-between;padding:5px 15px}.admin-layout .admin-layout-wrap .admin-main-content .sidemenu .admin-return{font-size:1.5rem;margin-bottom:1rem;padding-top:5px;width:100%;display:flex;justify-content:flex-end;cursor:pointer;box-sizing:border-box}.admin-layout .admin-layout-wrap .admin-main-content .sidemenu ul{list-style-type:none;padding:0;margin:unset;position:relative}.admin-layout .admin-layout-wrap .admin-main-content .sidemenu ul li{display:flex;justify-content:center;background-color:transparent;transition:.2s ease-in-out}.admin-layout .admin-layout-wrap .admin-main-content .sidemenu ul li.logoli{margin-bottom:3rem}.admin-layout .admin-layout-wrap .admin-main-content .sidemenu ul li.first-menuli a{border-top:1px solid rgba(0,0,0,.1)}.admin-layout .admin-layout-wrap .admin-main-content .sidemenu ul li.menuli{position:relative;align-items:center}.admin-layout .admin-layout-wrap .admin-main-content .sidemenu ul li.menuli :hover{color:#008dd2;background-color:#eaeaea;transition:.2s ease-in-out}.admin-layout .admin-layout-wrap .admin-main-content .sidemenu ul li.menuli a{text-decoration:none;padding-top:.7rem;padding-bottom:.7rem;border-bottom:1px solid rgba(0,0,0,.1);color:#333;width:100%;height:100%}.admin-layout .admin-layout-wrap .admin-main-content .sidemenu ul li.menuli a :hover{color:#000}.admin-layout .admin-layout-wrap .admin-main-content .sidemenu ul li .logo{width:100%;display:flex;justify-content:center;max-width:170px;max-height:60px}.admin-layout .admin-layout-wrap .admin-main-content .sidemenu ul li .logo img{width:100%;height:100%;object-fit:contain}.admin-layout .admin-layout-wrap .admin-main-content .admin-content{width:100%;box-sizing:border-box;overflow-y:scroll;padding-bottom:2rem}input{background:#fff}@media screen and (max-width: 1100px){.main-content{margin-top:60px}.main-content .content{padding-top:unset}}.product-list{min-height:500px}.top-category{background:#9f9f9f;color:#fff;padding-top:5px;padding-bottom:5px}.top-brand{border:1px solid #9F9F9F;border-bottom:unset;padding:20px}.top-brand img{width:150px;object-fit:contain;height:50px}.pagination-controls{margin-top:3rem}.pagination-controls .page-navigation button{padding:5px 10px;background:unset;outline:none!important;border:unset!important;font-size:18px}.pagination-controls .page-navigation button.active{color:#f76761}.top-bar{display:flex;justify-content:flex-end;align-items:center;margin-bottom:20px;background:#efefef;padding:.5rem;gap:15px}.top-bar .col-end{display:flex;gap:10px}.top-bar .filters{display:flex;position:relative;align-items:center;gap:10px}.top-bar .filters .select-wrapper{position:relative;display:inline-block;border-radius:25px;overflow:hidden}.top-bar .filters .select-wrapper select{padding:8px 30px 8px 10px;border:unset;border-radius:4px;text-align:center;font-size:14px;background-color:#fff;appearance:none;-webkit-appearance:none;-moz-appearance:none;cursor:pointer;width:100%;outline:none}.top-bar .filters .select-wrapper select:hover{border-color:#888}.top-bar .filters .select-wrapper .select-arrow{position:absolute;top:50%;right:10px;transform:translateY(-50%);pointer-events:none;font-size:12px;color:#555}.top-bar .view-toggle{display:flex;gap:10px;justify-content:center;align-items:center}.top-bar .view-toggle .iconButton{background:transparent;border:unset;padding:unset;outline:none!important;height:17px;width:17px}.top-bar .view-toggle .iconButton img{object-fit:contain;width:100%;height:100%}.products{display:grid;gap:20px}.products.grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.products.list{display:flex;flex-direction:column;gap:10px}.product-item .grid-view{text-align:center;width:215px;height:360px;overflow:hidden;cursor:pointer}.product-item .grid-view button.quanBtn{background:#fff;display:flex;justify-content:center;align-items:center;padding:unset;height:18px;width:18px;border:1px solid #707070;color:#707070;border-radius:2px;font-size:14px;outline:none!important}.product-item .grid-view .add-to-cart{background:#f76761;border:none;color:#fff;cursor:pointer;height:36px;display:flex;justify-content:center;align-items:center;width:100%;border-radius:25px;margin-top:5px}.product-item .grid-view .add-to-cart:disabled{opacity:.5;cursor:not-allowed}.product-item .grid-view .productImage{width:210px;height:210px;overflow:hidden;border:2px solid #D3D3D3;border-radius:15px}.product-item .grid-view .productImage img{width:100%;height:100%;object-fit:contain}.product-item .grid-view .sku-row{display:flex;justify-content:space-around;align-items:center}.product-item .grid-view .sku-row .sku{font-size:14px;color:#707070}.product-item .grid-view .sku-row .percent{background-color:#08f5d1;font-weight:700;font-size:16px;padding-inline:5px}.product-item .grid-view .prices{display:flex;justify-content:space-around;align-items:center}.product-item .grid-view .prices .price-label{font-size:9px}.product-item .grid-view .hover-overlay{display:none;transition:.2s ease-in-out}.product-item .grid-view .hover-overlay .quant{text-align:center;padding-left:unset}.product-item .grid-view .info{background-color:#fff;transform:translateY(0);transition:all .2s ease-in-out}.product-item .grid-view h3{margin:10px 0;font-size:13px;height:70px;overflow:hidden}.product-item .grid-view .status{font-size:14px;color:#555}.product-item .grid-view .status.available{color:green}.product-item .grid-view .status.out-of-stock{color:red}.product-item .grid-view .status.after-order-placed{color:orange}.product-item .grid-view .quantity-controls{display:flex;justify-content:center;align-items:center;gap:10px}.product-item .grid-view .prices{margin-top:10px}.product-item .grid-view .prices .b2c-price.struck{opacity:.7;text-decoration:line-through}.product-item .grid-view .prices .b2b-price{font-weight:700;color:#333}.product-item .grid-view.hover-enabled:hover .info{transform:translateY(-8rem);transition:all .2s ease-in-out}.product-item .grid-view.hover-enabled:hover .hover-overlay{display:block;transition:.2s ease-in-out}.product-item .list-view{display:flex;align-items:center;gap:20px;border-bottom:1px solid #D3D3D3;padding-bottom:1rem}.product-item .list-view .image{width:95px;height:95px;border-radius:8px}.product-item .list-view button.quanBtn{background:#fff;display:flex;justify-content:center;align-items:center;padding:unset;height:18px;width:18px;border:1px solid #707070;color:#707070;border-radius:2px;font-size:14px;outline:none!important}.product-item .list-view .add-to-cart{background:#f76761;border:none;color:#fff;cursor:pointer;height:36px;display:flex;justify-content:center;align-items:center;width:100%;border-radius:25px;margin-left:-1rem}.product-item .list-view .add-to-cart:disabled{opacity:.5;cursor:not-allowed}.product-item .list-view .addCart{display:flex;align-items:center;justify-content:center;height:36px;overflow:hidden}.product-item .list-view .quantity-controls{display:flex;justify-content:center;align-items:center;gap:10px;background:#efefef;height:36px;padding-left:1rem;padding-right:2rem;border-radius:25px 0 0 25px}.product-item .list-view .quant{text-align:start;padding-left:1.5rem}.product-item .list-view .details{flex:4;display:flex;flex-flow:column;align-items:flex-start;padding-left:2rem}.product-item .list-view .details h3{margin:0;font-size:16px}.product-item .list-view .details p{margin:5px 0;font-size:14px;color:#555}.product-item .list-view .details .sku-row{display:flex;justify-content:space-around;align-items:center;gap:1rem}.product-item .list-view .details .sku-row .sku{font-size:14px;color:#707070}.product-item .list-view .details .sku-row .percent{background-color:#08f5d1;font-weight:700;font-size:16px;padding-inline:5px}.product-item .list-view .cartCol{flex:2}.product-item .list-view .prices{display:flex;gap:10px;flex:1;align-items:flex-start;flex-flow:column}.product-item .list-view .prices .price-label{font-size:10px}.product-item .list-view .prices .b2c-price.struck{opacity:.7;text-decoration:line-through}.product-item .list-view .prices .b2b-price{font-weight:700;color:#333}.product-item .list-view .status{font-size:14px;color:#555;flex:1;display:none}.product-item .list-view .status.available{color:green}.product-item .list-view .status.out-of-stock{color:red}.product-item .list-view .status.after-order-placed{color:orange}@media screen and (max-width: 1100px){.top-bar{position:relative}.products.grid{display:flex;grid-template-columns:repeat(2,1fr);gap:0px;flex-wrap:wrap;justify-content:space-around}.products.grid .product-item{width:45%}.products.grid .product-item .grid-view{width:100%;position:relative;max-width:300px;margin-left:auto;margin-right:auto}.products.grid .product-item .grid-view .productImage{width:100%;height:180px;position:relative;box-sizing:border-box}.products.grid .product-item .grid-view.hover-enabled:hover .info{transform:translateY(0);transition:all .2s ease-in-out}.products.grid .product-item .grid-view.hover-enabled:hover .info .hover-overlay{display:none}.products.grid .product-item .grid-view.hover-enabled:hover .info h3{font-size:15px}.products.list .list-view{height:110px;position:relative;gap:25px;justify-content:space-between;align-items:center;width:90%;margin-left:auto;margin-right:auto}.products.list .list-view .cartCol{display:none}.products.list .list-view .details{width:80%;flex:unset;padding-left:unset;text-align:start;justify-content:space-between;height:100%}.products.list .list-view .details h3{font-size:13px;flex-grow:1}.products.list .list-view .details .prices{flex-flow:row-reverse;flex-grow:1}.products.list .list-view .details .sku-row{flex-grow:1}.products.list .list-view .details .sku-row .percent{font-size:14px}.products.list .list-view img{width:20%;height:100%;object-fit:contain;max-width:70px;max-height:70px}}@media (max-width: 1100px){.top-bar .col-end{display:flex;align-items:center;justify-content:space-around;gap:1rem}.top-bar .filters{display:none}.top-bar .mobile-filter-button{background:#fff;border:unset;border-radius:24px;padding:6px 40px;box-shadow:0 3px 6px #0000004d;font-size:1em;font-weight:500;font-family:inherit}.top-bar .mobile-filter-button:hover{background:#f5f5f5}.top-bar .mobile-filters-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;padding:1rem;box-shadow:0 2px 10px #0000001a;z-index:100;display:flex;flex-direction:column;gap:1rem}.top-bar .mobile-filters-dropdown .filter-group{display:flex;flex-direction:column;gap:.5rem}.top-bar .mobile-filters-dropdown .filter-group label{font-weight:500;font-size:.9rem}.top-bar .mobile-filters-dropdown .filter-group select{padding:.5rem;border:1px solid #ddd;border-radius:4px;width:100%}.top-bar .view-toggle{background:#fff;border:unset;border-radius:24px;padding:6px 40px;box-shadow:0 3px 6px #0000004d;font-size:1em;font-weight:500;font-family:inherit}.top-bar .view-toggle:hover{background:#f5f5f5}}@media (min-width: 1101px){.top-bar .mobile-filter-button,.top-bar .mobile-filters-dropdown{display:none}}.single-product{display:flex;gap:20px;padding:20px}.single-product .desktop-view{width:100%;display:flex}.single-product .cartRow{display:flex;align-items:flex-end;justify-content:space-between;width:70%}.single-product .cartRow button.favourite-btn{outline:none!important;border:none!important;background-color:#f76761;border-radius:8px}.single-product .cartRow button.favourite-btn svg path{fill:#fff}.single-product .col-1 .images-wrap{flex:1;display:flex;gap:10px}.single-product .col-1 .banner{width:580px;height:580px;position:relative;overflow:hidden}.single-product .col-1 .banner img{width:100%;height:100%;object-fit:contain;display:block}.single-product .col-1 .images-list{display:flex;flex-direction:column;gap:10px}.single-product .col-1 .images-list .images-list-inner{display:flex;flex-direction:column;gap:10px;height:550px;overflow-y:auto;overflow-x:hidden}.single-product .col-1 .images-list .images-list-inner img{width:100px;height:100px;cursor:pointer;border:1px solid #EFEFEF;border-radius:20px;object-fit:contain}.single-product .col-1 .images-list .images-list-inner img.active{border:1px solid black}.single-product .col-2{flex:1;display:flex;flex-direction:column;gap:10px;align-items:flex-start;padding-left:7rem}.single-product .col-2 button.quanBtn{background:#fff;display:flex;justify-content:center;align-items:center;padding:unset;height:18px;width:18px;border:1px solid #707070;color:#707070;border-radius:2px;font-size:14px;outline:none!important}.single-product .col-2 .add-to-cart{background:#f76761;border:none;color:#fff;cursor:pointer;height:36px;display:flex;justify-content:center;align-items:center;width:100%;border-radius:25px;margin-right:-1rem;z-index:2;font-size:18px;outline:none!important}.single-product .col-2 .add-to-cart:disabled{opacity:.5;cursor:not-allowed}.single-product .col-2 .addCart{display:flex;align-items:center;justify-content:center;height:36px;overflow:hidden}.single-product .col-2 .quantity-controls{display:flex;justify-content:center;align-items:center;gap:10px;background:#efefef;height:36px;padding-left:2rem;padding-right:1rem;border-radius:0 25px 25px 0}.single-product .col-2 .quant{text-align:end;padding-right:1.4rem}.single-product .col-2 h1{font-size:22px;margin-bottom:10px;text-align:start}.single-product .col-2 .sku-row{display:flex;gap:10px;align-items:center}.single-product .col-2 .sku-row .sku{font-size:18px;color:#555}.single-product .col-2 .sku-row .percent{background-color:#08f5d1;font-weight:700;font-size:18px;padding:2px 5px;border-radius:4px}.single-product .col-2 .status{font-size:18px;color:#555}.single-product .col-2 .status.available{color:green}.single-product .col-2 .status.out-of-stock{color:red}.single-product .col-2 .status.after-order-placed{color:orange}.single-product .col-2 .prices{display:flex;gap:20px;align-items:center;font-size:25px}.single-product .col-2 .prices .b2b-price{font-weight:700;color:#333}.single-product .col-2 .prices .b2c-price.struck{opacity:.7;text-decoration:line-through;font-size:24px}.single-product .col-2 .add-to-cart,.single-product .col-2 .add-to-cart .quantity-controls{display:flex;gap:10px;align-items:center}.single-product .col-2 .add-to-cart .quantity-controls button{padding:5px 10px;border:1px solid #ccc;border-radius:4px;background-color:#fff;cursor:pointer}.single-product .col-2 .add-to-cart button{padding:8px 16px;border:none;border-radius:4px;background-color:#007bff;color:#fff;cursor:pointer}.single-product .col-2 .add-to-cart button:hover{background-color:#0056b3}.single-product .desktop-video{width:100%;height:400px;margin-left:auto;margin-right:auto;margin-top:3rem}.single-product .desktop-video iframe{width:100%;height:100%;border:0}@media screen and (max-width: 1100px){.single-product{display:flex;gap:20px;padding:20px;box-sizing:border-box;position:relative;max-width:700px;margin-left:auto;margin-right:auto}.single-product .mobile-view{width:100%}.single-product .mobile-view .slider-container{width:100%;height:290px;margin-inline:auto}.single-product .mobile-view .slider-container .swiper-slide img{display:block;width:100%;height:100%;object-fit:contain}.single-product .mobile-view .slider-container .swiper-button-next,.single-product .mobile-view .slider-container .swiper-button-prev{--swiper-navigation-size: 18px;color:#000}.single-product .mobile-view .slider-container .swiper-pagination-bullet-active{background:#000}.single-product .mobile-view .slider-container .swiper-pagination-bullet{background:#707070}.single-product .mobile-view .slider-container .swiper-horizontal>.swiper-pagination-bullets,.single-product .mobile-view .slider-container .swiper-pagination-bullets.swiper-pagination-horizontal{bottom:0}.single-product .mobile-view h1{font-size:1.1rem;text-align:center}.single-product .mobile-view .sku-row{display:flex;gap:10px;align-items:center;justify-content:center}.single-product .mobile-view .sku-row .sku{font-size:18px;color:#555}.single-product .mobile-view .sku-row .percent{background-color:#08f5d1;font-weight:700;font-size:18px;padding:2px 5px;border-radius:4px}.single-product .mobile-view .status{font-size:18px;color:#555}.single-product .mobile-view .status.available{color:green}.single-product .mobile-view .status.out-of-stock{color:red}.single-product .mobile-view .status.after-order-placed{color:orange}.single-product .mobile-view .prices{display:flex;gap:20px;align-items:center;font-size:20px;justify-content:center}.single-product .mobile-view .prices .b2b-price{font-weight:700;color:#333}.single-product .mobile-view .prices .b2c-price.struck{opacity:.7;text-decoration:line-through;font-size:24px}.single-product .mobile-view .add-to-cart{background:#f76761;border:none;color:#fff;cursor:pointer;height:36px;display:flex;justify-content:center;align-items:center;width:100%;border-radius:25px;margin-right:-1rem;z-index:2;font-size:18px;outline:none!important}.single-product .mobile-view .add-to-cart{display:flex;gap:10px;align-items:center;max-width:400px;margin-left:auto;margin-right:auto}.single-product .mobile-view .add-to-cart button{padding:8px 16px;border:none;border-radius:4px;background-color:#007bff;color:#fff;cursor:pointer}.single-product .mobile-view .add-to-cart button:hover{background-color:#0056b3}.single-product .mobile-view .quantity-controls{display:flex;gap:10px;align-items:center;flex-flow:column}.single-product .mobile-view .quantity-controls .quantity-buttons{border-radius:25px;background:#efefef;margin-bottom:15px;width:100%;height:36px;display:flex;align-items:center;justify-content:center;max-width:400px;margin-left:auto;margin-right:auto}.single-product .mobile-view .quantity-controls .quantity-buttons .quantity-buttons-mob-wrap{display:flex;background:#fff;height:22px;position:relative;width:25%;justify-content:space-between}.single-product .mobile-view .quantity-controls .quantity-buttons .quantity-buttons-mob-wrap button.quanBtn{height:100%;display:flex;align-items:center;justify-content:center;background:transparent;color:#707070;border:2px solid #707070;border-radius:3px;height:22px;width:22px;font-size:1.1rem}.single-product .mobile-view .quantity-controls .quantity-buttons .quantity-buttons-mob-wrap span{height:100%;background:transparent;margin-left:5px;margin-right:5px;color:#707070}.single-product .mobile-view .quantity-controls button{padding:5px 10px;border:1px solid #ccc;border-radius:4px;background-color:#fff;cursor:pointer}.single-product .mobile-view .mobile-video{margin-top:2.5rem;margin-bottom:2rem;width:100%;height:200px}.single-product .mobile-view .mobile-video iframe{width:100%;height:100%;border:0}.single-product .mobile-view .tabs .tab-buttons button{font-size:18px}}.tabs{margin-top:20px;width:100%}.tabs .tab-buttons{display:flex;gap:2rem}.tabs .tab-buttons button{padding:8px 0;outline:none!important;border:none!important;background-color:transparent;font-weight:700;cursor:pointer;opacity:.3;position:relative;transition:all .2s ease-in-out;text-transform:uppercase;font-size:22px}.tabs .tab-buttons button.active{opacity:1;transition:all .2s ease-in-out}.tabs .tab-buttons button.active:after{content:"";position:absolute;left:0;bottom:-5px;width:100%;height:2px;background-color:red;animation:slide .3s ease-in-out}.tabs .tab-content{margin-top:10px;padding:10px;text-align:start;max-height:500px;overflow-y:scroll}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.admin-page h1.admin-page-title{font-size:3.2em;line-height:1.1;color:#0003;border-bottom:1px solid rgba(0,0,0,.2);padding-bottom:1rem}.admin-page .floatingAdminActionBar{position:fixed;bottom:0;width:85%;background:#000000b3;padding:10px;display:flex;justify-content:center;align-items:center}.admin-page .floatingAdminActionBar .adminSave{outline:unset!important;border:unset!important;color:#fff;background-color:#4caf50}.admin-page .admin-section{width:90%;margin-inline:auto;margin-top:3rem;border:1px solid rgba(0,0,0,.2);border-radius:5px;padding:2rem;position:relative}.admin-page .admin-section .MuiAutocomplete-root{max-width:350px;width:100%}.admin-page .admin-section.settings-general{display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap}.admin-page .admin-section.settings-general .setting{width:30%;display:flex;justify-content:flex-start}.admin-page .admin-section.settings-general .setting .settingsText{width:70%}.admin-page .home-slider:after{content:"SLIDER SETTINGS";position:absolute;top:-16px;left:40px;color:#0006;font-size:1.2rem;background:#fff;padding-inline:5px}.admin-page .home-banners:after{content:"BRAND BANNER SETTINGS";position:absolute;top:-16px;left:40px;color:#0006;font-size:1.2rem;background:#fff;padding-inline:5px}.admin-page .settings-general:after{content:"GENERAL SETTINGS";position:absolute;top:-16px;left:40px;color:#0006;font-size:1.2rem;background:#fff;padding-inline:5px}.admin-page .product-brand-logos:after{content:"BRAND LOGOS";position:absolute;top:-16px;left:40px;color:#0006;font-size:1.2rem;background:#fff;padding-inline:5px}.checkout-wrap{display:flex;gap:1rem;height:750px}.checkout-wrap .checkout-info,.checkout-wrap .checkout-cart{flex:1}.checkout-cart .cart-button{display:flex;align-items:center;cursor:pointer;margin-left:16px}.checkout-cart .cart-button img{width:20px;height:25px}.checkout-cart .basket-icon{font-size:20px;color:#333}.checkout-cart .cart-count{margin-left:8px;font-size:16px;color:#333}.checkout-cart .cart-sidebar{position:fixed;top:0;right:0;width:500px;height:100vh;background:#fff;box-shadow:-4px 0 10px #0000001a;display:flex;flex-direction:column;overflow-y:auto}.checkout-cart .cart-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;background:#efefef;padding:10px}.checkout-cart .cart-header h2{font-size:20px;margin:0}.checkout-cart .close-btn{background:none;border:none;font-size:18px;cursor:pointer;outline:none!important}.checkout-cart .close-btn .return{font-size:16px}.checkout-cart .cart-items{flex:1;padding:20px 10px;overflow-y:scroll;height:30rem}.checkout-cart .cart-item{flex-flow:column;display:flex;align-items:center;padding:10px;border-bottom:1px solid #eee}.checkout-cart .cart-item .product{display:flex;justify-content:space-between;width:100%}.checkout-cart .cart-item .product .product-banner{width:90px;height:90px;object-fit:contain}.checkout-cart .cart-item .product .product-details{flex:3;display:flex;flex-flow:column;align-items:flex-start;justify-content:space-around}.checkout-cart .cart-item .product .product-details .product-title{font-weight:700;font-size:15px;text-align:start;padding-right:5px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:normal}.checkout-cart .cart-item .product .product-details .product-sku{font-size:15px;color:#707070}.checkout-cart .cart-item .product .productPrices{flex:1;display:flex;flex-flow:column;align-items:flex-start;justify-content:space-around;padding-left:5px}.checkout-cart .cart-item .product .productPrices .product-quantity{font-size:14px;color:#000;font-weight:700;display:flex;justify-content:space-between}.checkout-cart .cart-item .product .productPrices .product-quantity input{width:40px;border:1px solid rgba(0,0,0,.2);border-radius:5px;margin-left:2px;outline:unset!important}.checkout-cart .cart-item .product .productPrices .product-price{color:#f76761;font-size:18px;font-weight:700;height:50px}.checkout-cart .product-price,.checkout-cart .product-sku,.checkout-cart .product-quantity{font-size:14px;color:#555}.checkout-cart .remove-btn{background:none;border:none;color:red;cursor:pointer;font-size:16px;outline:none!important;border:none!important;align-self:flex-end;padding:unset}.checkout-cart .empty-cart{text-align:center;font-size:16px;color:#777;margin-top:20px}.checkout-cart .cart-footer{background:#f8f8f8;padding:20px;border-top:1px solid #ddd}.checkout-cart .cart-footer .sub{display:flex;justify-content:space-between;margin:8px 0;font-size:18px}.checkout-cart .cart-footer .cf-title{text-align:start;font-weight:700;font-size:22px;margin-bottom:10px}.checkout-cart .cart-footer .total-sum{font-weight:700;font-size:18px;border-top:1px solid black;margin-top:10px;padding-top:10px;display:flex;justify-content:space-between}.checkout-cart .place-order-btn{width:100%;padding:10px;background:#f76761;color:#fff;border:none;cursor:pointer;font-size:16px;margin-top:10px;outline:unset!important}.checkout-cart .place-order-btn:disabled{opacity:.5;cursor:not-allowed}.checkout-info .customerInfo{display:flex;width:100%;flex-wrap:wrap;justify-content:space-between;padding-inline:4rem;position:relative;box-sizing:border-box;gap:1rem}.checkout-info .customerInfo .ci-field-full{width:100%}.checkout-info .customerInfo .ci-field-full label{text-align:start;padding-left:1.5rem;font-weight:700}.checkout-info .customerInfo .ci-field-full .MuiAutocomplete-inputRoot{padding-top:unset;padding-bottom:unset}.checkout-info .customerInfo .ci-field-full .MuiTextField-root{background:#efefef;outline:none!important;border:unset!important;border-radius:15px}.checkout-info .customerInfo .ci-field-full .MuiTextField-root input{padding:8px 14px}.checkout-info .customerInfo .ci-field-full .MuiOutlinedInput-notchedOutline{outline:none!important;border:unset!important}.checkout-info .customerInfo .ci-field{display:flex;flex-flow:column;justify-content:center;width:40%}.checkout-info .customerInfo .ci-field label{text-align:start;padding-left:1.5rem;font-weight:700}.checkout-info .customerInfo .ci-field .MuiTextField-root{background:#efefef;outline:none!important;border:unset!important;border-radius:15px}.checkout-info .customerInfo .ci-field .MuiTextField-root input{padding:8px 14px}.checkout-info .customerInfo .ci-field .MuiOutlinedInput-notchedOutline{outline:none!important;border:unset!important}.slider-wrap{margin:0 auto}.slider-wrap .slider-actions{padding-bottom:10px;margin-bottom:20px;border-bottom:1px solid rgba(0,0,0,.1);display:flex;justify-content:flex-end}.slider-wrap .slider-actions .add-btn{background-color:#4caf50;color:#fff;border:none;padding:10px 15px;border-radius:4px;cursor:pointer;font-size:14px;transition:background-color .3s}.slider-wrap .slider-actions .add-btn:hover{background-color:#45a049}.slider-wrap .sliders-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(30%,1fr));gap:20px}.slider-wrap .sliders-grid.logo-wrap{grid-template-columns:repeat(auto-fill,minmax(20%,1fr))}.slider-wrap .slider-card{position:relative;border:1px solid #e0e0e0;border-radius:8px;padding:5px 15px 15px;background-color:#fff;box-shadow:0 2px 4px #0000001a;transition:transform .2s,box-shadow .2s;box-sizing:border-box;display:flex;flex-flow:column;justify-content:center}.slider-wrap .slider-card:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}.slider-wrap .slider-card .sliderActions{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:5px}.slider-wrap .slider-card .sliderActions .remove-btn{align-self:unset;background-color:#f44336;color:#fff;border:none;width:24px;height:24px;border-radius:50%;display:block;cursor:pointer;opacity:1;transition:opacity .2s;margin-bottom:5px}.slider-wrap .slider-card .sliderActions .remove-btn:hover{background-color:#d32f2f}.slider-wrap .slider-card .sliderActions .save-btn{background-color:#4caf50;color:#fff;border:none;padding:10px 15px;border-radius:4px;cursor:pointer;font-size:14px;transition:background-color .3s}.slider-wrap .slider-card .sliderActions .save-btn:hover{background-color:#45a049}.slider-wrap .slider-card .image-upload{height:160px;display:flex;align-items:center;justify-content:center;background-color:#f5f5f5;margin-bottom:10px;border-radius:4px;overflow:hidden;position:relative;cursor:pointer}.slider-wrap .slider-card .image-upload.desktop{background-color:#e3f2fd}.slider-wrap .slider-card .image-upload.mobile{height:100px;background-color:#e8f5e9}.slider-wrap .slider-card .image-upload img{width:100%;height:100%;object-fit:cover}.slider-wrap .slider-card .image-upload span{color:#666;text-align:center;padding:0 10px}.slider-wrap .slider-card .image-upload .hover-text{position:absolute;bottom:0;left:0;right:0;background-color:#000000b3;color:#fff;padding:5px;text-align:center;opacity:0;transition:opacity .2s}.slider-wrap .slider-card .image-upload:hover .hover-text{opacity:1}.slider-wrap .slider-card .url-input{width:100%;padding:8px 12px;border:1px solid #ddd;border-radius:4px;font-size:14px;box-sizing:border-box}.slider-wrap .slider-card .url-input:focus{outline:none;border-color:#2196f3;box-shadow:0 0 0 2px #2196f333}.slider-wrap .slider-card .index-input{width:40px;padding:8px 12px;border:1px solid #ddd;border-radius:4px;font-size:14px}.slider-wrap .slider-card .index-input:focus{outline:none;border-color:#2196f3;box-shadow:0 0 0 2px #2196f333}.favourites-container{position:relative;min-height:70vh}.favourites-container h2{margin-bottom:4rem}.favourites-list .list-view{display:flex;align-items:center;gap:20px;border-bottom:1px solid #D3D3D3;padding-bottom:1rem;width:100%}.favourites-list .list-view .image{width:95px;height:95px;border-radius:8px}.favourites-list .list-view button.quanBtn{background:#fff;display:flex;justify-content:center;align-items:center;padding:unset;height:18px;width:18px;border:1px solid #707070;color:#707070;border-radius:2px;font-size:14px;outline:none!important}.favourites-list .list-view .add-to-cart{background:#f76761;border:none;color:#fff;cursor:pointer;height:36px;display:flex;justify-content:center;align-items:center;width:100%;border-radius:25px;margin-left:-1rem}.favourites-list .list-view .add-to-cart:disabled{opacity:.5;cursor:not-allowed}.favourites-list .list-view .addCart{display:flex;align-items:center;justify-content:center;height:36px;overflow:hidden}.favourites-list .list-view .quantity-controls{display:flex;justify-content:center;align-items:center;gap:10px;background:#efefef;height:36px;padding-left:1rem;padding-right:2rem;border-radius:25px 0 0 25px}.favourites-list .list-view .quant{text-align:start;padding-left:1.5rem}.favourites-list .list-view .details{flex:4;display:flex;flex-flow:column;align-items:flex-start;padding-left:2rem}.favourites-list .list-view .details h3{margin:0;font-size:16px}.favourites-list .list-view .details p{margin:5px 0;font-size:14px;color:#555}.favourites-list .list-view .cartCol{flex:2}.favourites-list .list-view .prices{display:flex;gap:10px;flex:1}.favourites-list .list-view .prices .b2c-price.struck{opacity:.7;text-decoration:line-through}.favourites-list .list-view .prices .b2b-price{font-weight:700;color:#333}.favourites-list .list-view .status{font-size:14px;color:#555;flex:1}.favourites-list .list-view .status.available{color:green}.favourites-list .list-view .status.out-of-stock{color:red}.favourites-list .list-view .status.after-order-placed{color:orange}.orders-container{max-width:1200px;margin:0 auto;padding:20px;min-height:70vh}.orders-container h2{margin-bottom:20px;color:#333}.orders-container .orders-list{display:flex;flex-direction:column;gap:15px}.orders-container .order-card{border:1px solid #e0e0e0;border-radius:8px;overflow:hidden;background:#fff;box-shadow:0 2px 4px #0000001a}.orders-container .order-card .order-header{display:flex;justify-content:space-between;align-items:center;padding:15px 20px;background:#f8f9fa;cursor:pointer;transition:background-color .2s}.orders-container .order-card .order-header:hover{background:#e9ecef}.orders-container .order-card .order-header .order-summary{flex:1}.orders-container .order-card .order-header .order-summary .order-info{display:flex;gap:30px;margin-bottom:8px;justify-content:space-between;padding-inline:15px}.orders-container .order-card .order-header .order-summary .order-info div{font-size:14px}.orders-container .order-card .order-header .order-summary .order-info div strong{margin-right:5px}.orders-container .order-card .order-header .order-summary .order-info .order-total{color:#f76761;font-weight:700}.orders-container .order-card .order-header .order-summary .order-notes{font-size:13px;color:#6c757d;font-style:italic}.orders-container .order-card .order-header .order-summary .order-notes strong{font-style:normal;color:#495057}.orders-container .order-card .order-header .expand-icon{width:30px;height:30px;display:flex;align-items:center;justify-content:center;color:#6c757d;font-size:16px}.orders-container .order-card .order-details-wrapper{overflow:auto;max-height:500px;border-top:1px solid #e0e0e0}.orders-container .order-card .order-details{padding:20px}.orders-container .order-card .order-details h4{margin:0 0 15px;color:#495057;font-size:16px;font-weight:600}.orders-container .order-card .order-details .order-lines{display:flex;flex-direction:column;gap:10px}.orders-container .order-card .order-details .order-line{padding:10px;border:1px solid #e9ecef;border-radius:6px;background:#f8f9fa}.orders-container .order-card .order-details .order-line .product{display:grid;grid-template-columns:80px 1fr auto;gap:15px;align-items:center}.orders-container .order-card .order-details .order-line .product .product-banner{width:80px;height:80px;object-fit:cover;border-radius:4px;cursor:pointer;transition:opacity .2s}.orders-container .order-card .order-details .order-line .product .product-banner:hover{opacity:.8}.orders-container .order-card .order-details .order-line .product .product-details .product-title{font-weight:500;color:#333;margin-bottom:5px;cursor:pointer}.orders-container .order-card .order-details .order-line .product .product-details .product-title:hover{color:#f76761}.orders-container .order-card .order-details .order-line .product .product-details .product-sku{font-size:12px;color:#6c757d}.orders-container .order-card .order-details .order-line .product .product-prices{text-align:right}.orders-container .order-card .order-details .order-line .product .product-prices .product-price{font-weight:600;color:#f76761;margin-bottom:5px}.orders-container .order-card .order-details .order-line .product .product-prices .product-quantity{font-size:13px;color:#495057;margin-bottom:3px}.orders-container .order-card .order-details .order-line .product .product-prices .product-line-total{font-size:14px;font-weight:600;color:#f76761}.orders-container .empty-message{text-align:center;padding:40px;color:#6c757d;font-size:16px;background:#f8f9fa;border-radius:8px}@media (max-width: 768px){.orders-container{padding:10px}.orders-container .order-card .order-header{flex-direction:column;align-items:flex-start;gap:10px}.orders-container .order-card .order-header .order-summary{width:100%}.orders-container .order-card .order-header .order-summary .order-info{flex-direction:column;gap:5px}.orders-container .order-card .order-header .expand-icon{align-self:flex-end}.orders-container .order-card .order-details .order-line .product{grid-template-columns:60px 1fr}.orders-container .order-card .order-details .order-line .product .product-banner{width:60px;height:60px}.orders-container .order-card .order-details .order-line .product .product-prices{grid-column:1/-1;text-align:left;display:flex;gap:15px;flex-wrap:wrap;justify-content:space-between}}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
