.nav-wrapper{width:100%;height:100px;display:flex;flex-direction:column;align-items:center;position:fixed;z-index:11111;background-color:transparent;transition:background-color .2s ease}.nav-wrapper.scrolled{background-color:var(--bck-color)}.nav-wrapper .nav-container-bot{width:90%;height:100px;display:flex;justify-content:space-between;align-items:center;padding:0 5%;position:sticky;gap:20px;max-width:1920px}.nav-wrapper .nav-container-bot .logo{height:50px}.nav-wrapper .nav-container-bot .navlinks a{text-wrap:nowrap;padding:4px 6px;border-radius:50px}.nav-wrapper .nav-container-bot .navlinks a:hover{background-color:var(--bck-color)}.nav-wrapper .nav-container-bot .nav-bot-items{width:80%;display:flex;justify-content:flex-end;align-items:center;gap:20px}.nav-wrapper .nav-container-bot .nav-bot-items .search-btn{height:50px;width:100%;padding:0 20px;border:1px solid var(--dark-color);background-color:transparent;color:var(--dark-color);display:flex;align-items:center;justify-content:space-between;cursor:pointer;border-radius:50px;font-size:16px}.nav-wrapper .nav-container-bot .nav-bot-items .search-btn input{width:100%;height:100%;border:none;background-color:transparent}.nav-wrapper .nav-container-bot .nav-bot-items .search-btn input ::placeholder{font-size:"popins"}.nav-wrapper .nav-container-bot .nav-bot-items .search-btn button{border:none;background-color:transparent}.nav-wrapper .nav-container-bot .nav-bot-items .search-btn button img{height:25px}.nav-wrapper .nav-container-bot .nav-bot-items .login-btn{min-width:max-content;height:60px;border:none;background-color:transparent;display:flex;align-items:center;gap:20px;color:#000;font-size:18px;font-weight:300;line-height:27px}.nav-wrapper .nav-container-bot .nav-bot-items .login-btn img{height:20px;opacity:.6}.nav-wrapper .nav-container-bot .nav-bot-items1{width:max-content;display:flex;justify-content:space-between;align-items:center;gap:20px}.nav-wrapper .nav-container-bot .nav-bot-items1 button{height:60px;padding:0 17px;border-radius:50px;font-size:16px;gap:10px;position:relative}.nav-wrapper .nav-container-bot .nav-bot-items1 button .count{position:absolute;top:-10px;right:-10px;background-color:var(--primary-color);height:30px;width:30px;border-radius:30px;display:flex;align-items:center;justify-content:center;color:#000}.nav-wrapper .nav-container-bot .nav-bot-items1 button img{height:20px}.mobile-nav-closed{display:none;background-color:var(--bck-color);height:70px;top:0;padding:0 50px}.mobile-nav-closed img{height:50px}.mobile-nav-closed .btn-menu{position:relative;z-index:9999999;border:none;background-color:transparent;font-size:30px;color:#fff}.language-dropdown{position:relative;display:inline-block}.language-dropdown .flag{cursor:pointer;padding:10px;background-color:transparent;border:none;font-size:16px;display:flex;align-items:center;gap:10px}.language-dropdown .flag img{height:20px;object-fit:contain;object-position:center}.language-dropdown .flag p{text-transform:uppercase}.language-dropdown .dropdown-menu{position:absolute;top:100%;left:0;background-color:var(--bck-color);border:1px solid #ccc;box-shadow:0 8px 16px #0003;z-index:1}.language-dropdown .dropdown-menu .flag{display:block;padding:10px;width:100%;text-align:left;display:flex;align-items:center}.search-box{position:relative;display:flex;align-items:center;border:1px solid var(--dark-color);border-radius:50px;padding:0 10px;background-color:var(--light-color);transition:width .3s ease}.search-box.open{width:200px}.search-box .search-input{border:none;outline:none;background:transparent;padding:10px;width:100%;font-size:16px;color:var(--dark-color)}.search-box .search-input::placeholder{color:var(--dark-color);opacity:.6}@keyframes slide-down{0%{transform:translate(-100%)}to{transform:translate(0)}}.search-container{display:flex;align-items:center;gap:16px}.search-container .search-box{position:relative;display:flex;align-items:center;border:1px solid #000;border-radius:50px;padding:0 10px;background-color:transparent;transition:width .3s ease,opacity .3s ease,visibility .3s ease;overflow:hidden;width:0;opacity:0;visibility:hidden}.search-container .search-box.open{width:150px;opacity:1;visibility:visible;animation:slide-down .3s ease forwards}.search-container .search-box .search-input{border:none;outline:none;background:transparent;padding:10px;width:100%;font-size:16px;color:#000}.search-container .search-box .search-input::placeholder{color:#000;opacity:.6}.search-container .search-button{background-color:var(--brand-color);width:40px;height:40px;display:flex;justify-content:center;align-items:center;border-radius:50%;cursor:pointer;transition:background-color .3s ease;border:1px solid #000}.search-container .search-button:hover{background-color:var(var(--primary-color), 10%)}.search-container .search-button svg{width:24px;height:24px}.mob-nav{z-index:999999;position:fixed;top:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:var(--bck-color);width:100%}.mob-nav .top{top:0;z-index:9999;width:90%;height:80px;display:flex;align-items:center;justify-content:space-between}.mob-nav .top .logo{height:40px}.mob-nav .top .logo img{height:100%}.mob-nav .top .top-items{display:flex;gap:10px}.mob-nav .top .top-items button{height:25px;width:25px;border:none;background-color:transparent}.mob-nav .top .top-items button .count{position:absolute;top:-10px;right:-10px;background-color:var(--primary-color);height:20px;width:20px;border-radius:30px;display:flex;align-items:center;justify-content:center;color:#000}.mob-nav .top .top-items button .count p{font-size:12px}.mob-nav .top .top-items button img{height:100%;width:100%;object-fit:contain}.mob-nav .bot{display:none}.mob-nav .open{z-index:9999;background-color:var(--bck-color);top:60px;position:absolute;display:flex;height:calc(100vh - 40px);width:100%;flex-direction:column;align-items:center;justify-content:space-around}.mob-nav .open .search-btn{height:50px;width:80%;padding:0 20px;border:1px solid var(--dark-color);background-color:transparent;color:var(--dark-color);display:flex;align-items:center;justify-content:space-between;cursor:pointer;border-radius:50px;font-size:16px}.mob-nav .open .search-btn input{width:100%;height:100%;border:none;background-color:transparent}.mob-nav .open .search-btn input ::placeholder{font-size:"popins"}.mob-nav .open .search-btn img{height:25px}.mob-nav .open .search-btn button{border:none;background-color:transparent}.mob-nav .open .search-btn button img{height:25px}.mob-nav .open .nav-links{display:flex;align-items:center;flex-direction:column;gap:20px}.mob-nav .open .nav-links .flag{background-color:transparent;border:none}.mob-nav .open .nav-links a{list-style:none;font-weight:300;font-size:18px;text-decoration:none;color:var(--dark-color);line-height:24px}.mob-nav .open .info ul{display:flex;flex-direction:column;align-items:center;gap:20px}.mob-nav .open .info ul li{list-style:none;display:flex;gap:10px}.mob-nav .open .info ul li img{height:20px}.mob-nav .open .info ul li p{font-size:16px;font-weight:300;line-height:26px}.mob-nav .open .info ul li a{text-decoration:none;font-weight:300;font-size:16px;color:#000}.mob-nav .open .info ul li h1{font-size:28px;font-weight:500;line-height:42px}.mob-nav .open .socials{width:30%;display:flex;justify-content:space-between;align-items:center}.mob-nav .open .socials button{background-color:transparent;border:none;cursor:pointer}.mob-nav .open .socials button img{height:20px}.mob-nav .open .socials .line{height:20px;width:.5px;background-color:var(--primary-color)}@media (max-width: 768px){.language-dropdown{position:relative;display:inline-block}.language-dropdown .flag{cursor:pointer;padding:10px;background-color:transparent;border:none;font-size:16px;display:flex;align-items:center}.language-dropdown .flag img{width:24px;height:24px;object-fit:cover;object-position:center}.language-dropdown .dropdown-menu{position:absolute;top:0;left:50px;background-color:#fff;border:1px solid #ccc;box-shadow:0 8px 16px #0003;z-index:1}.language-dropdown .dropdown-menu .flag{display:block;padding:10px;width:100%;text-align:left;display:flex;align-items:center}}.sc-nav-wrapper{width:100%;height:100px;background-color:var(--light-color);display:flex;flex-direction:column;align-items:center;position:fixed;top:0;left:0;z-index:3}.sc-nav-wrapper .sc-nav-container{height:100%;width:90%;display:flex;align-items:center}.sc-nav-wrapper .sc-nav-container .left{width:50%;display:flex;align-items:center;justify-content:space-between;gap:50px}.sc-nav-wrapper .sc-nav-container .left .sc-logo{height:75px}.sc-nav-wrapper .sc-nav-container .left .sc-nav-links{width:80%;display:flex;justify-content:space-between}.sc-nav-wrapper .sc-nav-container .left .sc-nav-links a{list-style:none;font-weight:300;font-size:16px;text-decoration:none;color:var(--dark-color);line-height:24px}.sc-nav-wrapper .sc-nav-container .left .sc-nav-links a.active{color:#000}.sc-nav-wrapper .sc-nav-container .right{width:50%;display:flex;align-items:center;justify-content:flex-end;gap:20px}.sc-nav-wrapper .sc-nav-container .right .login-btn{min-width:max-content;height:60px;border:none;background-color:transparent;display:flex;align-items:center;gap:20px;color:var(--dark-color);font-size:18px;font-weight:300;line-height:27px}.sc-nav-wrapper .sc-nav-container .right .login-btn img{height:20px;opacity:.6}.sc-nav-wrapper .sc-nav-container .right button{border:none;padding:10px;border-radius:50px;gap:10px;display:flex;align-items:center;justify-content:center}.sc-nav-wrapper .sc-nav-container .right button img{height:25px}.cart-card{position:fixed;right:-350px;top:0;width:350px;height:100vh;background:#fff;box-shadow:-2px 0 5px #00000080;z-index:999999;padding:50px 30px;overflow-y:auto;transition:right 3s ease}.cart-card.open{right:0}.cart-card .inner-card{display:flex;flex-direction:column;padding-bottom:100px}.cart-card .inner-card .cart-title{display:flex;align-items:center;justify-content:space-between;text-align:center;margin-bottom:20px}.cart-card .inner-card .cart-title button{background-color:transparent;border:none;cursor:pointer}.cart-card .inner-card .cart-title h1{font-size:18px}.cart-card .inner-card .prod{display:flex;padding:20px 0;border-top:1px solid var(--dark-color);border-bottom:1px solid var(--dark-color)}.cart-card .inner-card .prod .prod-img{position:relative}.cart-card .inner-card .prod .prod-img .promotion{position:absolute;top:5px;left:5px;height:25px;width:45px;border-radius:50px;background-color:var(--primary-color);display:flex;align-items:center;justify-content:center}.cart-card .inner-card .prod .prod-img .promotion p{font-size:12px}.cart-card .inner-card .prod .prod-img img{width:100px;height:100px;object-fit:cover;border-radius:10px}.cart-card .inner-card .prod .prod-content{flex-grow:1;padding-left:10px;display:flex;flex-direction:column;justify-content:space-between}.cart-card .inner-card .prod .prod-content p{font-size:14px}.cart-card .inner-card .prod .prod-content .f-line{display:flex;justify-content:space-between;align-items:flex-start}.cart-card .inner-card .prod .prod-content .f-line button{background-color:transparent;border:none;cursor:pointer;height:100%;font-size:18px}.cart-card .inner-card .prod .prod-content .f-line h1{font-size:16px}.cart-card .inner-card .prod .prod-content .calculate{display:flex;justify-content:space-between}.cart-card .inner-card .tot{width:100%;display:flex;align-items:flex-end;justify-content:flex-end;padding:20px 0;border-bottom:1px solid var(--dark-color);margin:0 0 20px}.cart-card .inner-card .tot p{font-size:16px}.cart-card .inner-card .tot p span{font-weight:600}.cart-card .inner-card .btn{margin-top:10px;display:flex;flex-direction:column;gap:10px}.cart-card .inner-card .btn button{width:100%;padding:10px;border-radius:50px;background:var(--primary-color);color:#000;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px}.cart-card::-webkit-scrollbar{width:0px}@media (max-width: 768px){.cart-card{top:80px;width:100%;height:100vh;background:var(--bck-color);box-shadow:none;z-index:3333;padding:0;overflow-y:auto;display:flex;justify-content:center;position:fixed;right:0}.cart-card .inner-card{display:flex;flex-direction:column;width:90%;overflow-y:auto}.cart-card .inner-card .cart-title{display:flex;align-items:center;justify-content:space-between;text-align:center;margin-bottom:20px}.cart-card .inner-card .cart-title button{background-color:transparent;border:none;cursor:pointer}.cart-card .inner-card .cart-title h1{font-size:18px}.cart-card .inner-card .prod{display:flex;padding:20px 0;border-top:1px solid var(--dark-color);border-bottom:1px solid var(--dark-color)}.cart-card .inner-card .prod .prod-img{position:relative}.cart-card .inner-card .prod .prod-img .promotion{position:absolute;top:5px;left:5px;height:25px;width:45px;border-radius:50px;background-color:var(--primary-color);display:flex;align-items:center;justify-content:center}.cart-card .inner-card .prod .prod-img .promotion p{font-size:12px}.cart-card .inner-card .prod .prod-img img{width:100px;height:100px;object-fit:cover;border-radius:10px}.cart-card .inner-card .prod .prod-content{flex-grow:1;padding-left:10px;display:flex;flex-direction:column;justify-content:flex-start}.cart-card .inner-card .prod .prod-content .f-line{display:flex;justify-content:space-between;align-items:flex-start}.cart-card .inner-card .prod .prod-content .f-line button{background-color:transparent;border:none;cursor:pointer;height:100%}.cart-card .inner-card .prod .prod-content .f-line h1{font-size:18px}.cart-card .inner-card .prod .prod-content .calculate{display:flex;justify-content:space-between}.cart-card .inner-card .btn{margin-top:10px;display:flex;flex-direction:column;gap:10px}.cart-card .inner-card .btn button{width:100%;padding:10px;border-radius:50px;background:var(--primary-color);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px}}.notification-modal{position:fixed;top:10%;left:50%;transform:translate(-50%,-50%);background-color:#fff;border:1px solid #ccc;border-radius:8px;padding:20px;box-shadow:0 4px 15px #0003;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .5s ease,transform .5s ease;z-index:999999}.notification-modal.show{opacity:1;transform:translate(-50%,-50%) scale(1)}.notification-modal.success{border-color:#14a514;background-color:#e6ffe6}.notification-modal.error{border-color:#ca0000;background-color:#ffe6e6}.notification-modal.info{border-color:#2134fe;background-color:#e6e6ff}.notification-modal.warning{border-color:#feb01e;background-color:#fff5e6}.notification-modal .notification-content{display:flex;align-items:center;justify-content:space-between;width:100%}.notification-modal p{margin:0;padding-right:20px;font-size:16px}.notification-modal .close-btn{background:none;border:none;font-size:18px;cursor:pointer;padding:5px;margin-left:10px}.profile-dropdown{position:fixed;background-color:#fff;box-shadow:0 2px 10px #0000001a;border-radius:8px;z-index:11111;display:flex;flex-direction:column}.profile-dropdown button{padding:12px 32px;border:none;background:none;text-align:left;cursor:pointer;font-size:16px;color:#333;display:flex;gap:20px}.profile-dropdown button img{height:20px;width:20px;object-fit:contain;opacity:.6}.profile-dropdown button:hover{background-color:#f5f5f5}.profile-dropdown button:first-child{border-top-left-radius:8px;border-top-right-radius:8px;padding-top:20px}.profile-dropdown button:last-child{border-bottom-left-radius:8px;border-bottom-right-radius:8px;padding-bottom:20px}.footer-inner{width:100%;display:flex;justify-content:space-around;margin:50px 0}.footer-inner ul{display:flex;flex-direction:column;gap:20px}.footer-inner ul li{list-style:none;display:flex;gap:10px}.footer-inner ul li img{height:20px}.footer-inner ul li p{font-size:16px;font-weight:300;line-height:26px}.footer-inner ul li a{text-decoration:none;font-weight:300;font-size:16px;color:#000}.footer-inner ul li h1{font-size:28px;font-weight:500;line-height:42px}.socials{width:50%;margin:10px 0;display:flex;justify-content:space-between;align-items:center}.socials button{background-color:transparent;border:none;cursor:pointer}.socials button img{height:20px}.socials .line{height:20px;width:.5px;background-color:var(--primary-color)}@media (max-width: 768px){.footer-inner{flex-direction:column;gap:40px;justify-content:center;align-items:center}.socials{width:100%}}.banner-section{width:100%;display:flex;align-items:center;justify-content:center}.banner-section .navigation-btn{z-index:2;position:absolute;height:0%;width:95%;display:flex;justify-content:space-between;align-items:center}.banner-section .navigation-btn button{background-color:#fff;border:none;height:50px;width:50px;border-radius:50px;display:flex;align-items:center;justify-content:center;cursor:pointer}.banner-section .banner-wrapper{width:100%;aspect-ratio:16/9;background-color:var(--bck-color);display:flex;align-items:center;justify-content:center;position:relative}.banner-section .banner-wrapper .banner-wrapper-shadow{width:100%;height:100%;position:absolute;background-color:#000;opacity:.5}.banner-section .banner-wrapper video,.banner-section .banner-wrapper img{height:100%;width:100%;object-position:center;object-fit:cover}.banner-section .banner-wrapper .mute-button{position:absolute;bottom:20px;right:20px;padding:10px 20px;background-color:#000000b3;color:#fff;border:none;border-radius:5px;cursor:pointer;font-size:14px}.banner-section .banner-wrapper .mute-button:hover{background-color:#000000e6}.banner-section .banner-wrapper .banner-content{position:absolute;width:50%;height:max-content;padding:30px 0;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fff;background:#0009;box-shadow:0 4px 30px #0000001a;border-radius:15px;border:1px solid var(--primary-color)}.banner-section .banner-wrapper .banner-content .banner-content-inner{width:80%;display:flex;flex-direction:column;gap:15px;align-items:flex-start}.banner-section .banner-wrapper .banner-content .banner-content-inner button{padding:12px 32px;border-radius:50px;font-size:18px;font-weight:300}.banner-section .banner-wrapper .banner-content .banner-content-inner h1{font-size:64px;font-weight:400;line-height:80px;text-align:left;text-overflow:ellipsis}.banner-section .banner-wrapper .banner-content .banner-content-inner p{font-size:18px;font-weight:300;line-height:26px;text-align:left;text-overflow:ellipsis;color:var(--dark-color)}.banner-section .swiper-pagination-bullet{background-color:#bbb!important;width:10px;height:10px;opacity:1}.banner-section .swiper-pagination-bullet-active{background-color:#fff!important}.hero-wrapper{width:100%;height:100%;display:flex;justify-content:center;background-color:var(--bck-color)}.hero-wrapper .hero-container{width:90%;margin:50px 0;display:flex;flex-direction:column;justify-content:space-between;gap:50px;max-width:1920px;position:relative}.hero-wrapper .hero-container h1{font-size:32px;font-weight:500}.hero-wrapper .hero-container .hero-title{height:50px;display:flex;align-items:center;justify-content:space-between}.hero-wrapper .hero-container .hero-title button{padding:12px 32px;border-radius:50px}.hero-wrapper .hero-container .hero-title .txt h1{font-size:32px;font-weight:500;line-height:48px}.hero-wrapper .hero-container .hero-title .txt p{font-size:18px;font-weight:300;line-height:27px;color:var(--dark-color)}.hero-wrapper .hero-container .category-card{height:420px;width:100%;border-radius:50px}.hero-wrapper .hero-container .category-card img{height:100%;width:100%;object-position:center;object-fit:cover;border-radius:50px}.hero-wrapper .hero-container .category-card .category-content{position:absolute;top:0;height:100%;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.hero-wrapper .hero-container .category-card .category-content button{padding:12px 32px;border-radius:50px}.hero-wrapper .hero-container .category-card .category-content p{position:absolute;opacity:0;margin-top:100px;color:#fff;font-size:16px;font-weight:300;line-height:24px;transition:opacity .3s}.hero-wrapper .hero-container .category-card .category-content:hover p{opacity:1}.hero-wrapper .hero-container .product-card{background-color:#fff;height:100%;width:100%;border-radius:10px;display:flex;flex-direction:column;align-items:center}.hero-wrapper .hero-container .product-card .product-img{position:relative;height:340px;width:100%}.hero-wrapper .hero-container .product-card .product-img .promotion{position:absolute;top:10px;right:10px;height:30px;width:80px;border-radius:50px;background-color:var(--primary-color);display:flex;align-items:center;justify-content:center}.hero-wrapper .hero-container .product-card .product-img .promotion p{font-size:14px}.hero-wrapper .hero-container .product-card .product-img .promotion-new{position:absolute;top:10px;left:10px;height:30px;width:80px;border-radius:50px;background-color:var(--primary-color);display:flex;align-items:center;justify-content:center}.hero-wrapper .hero-container .product-card .product-img .promotion-new p{font-size:14px}.hero-wrapper .hero-container .product-card .product-img img{height:100%;width:100%;object-position:center;object-fit:cover;border-top-left-radius:10px;border-top-right-radius:10px}.hero-wrapper .hero-container .product-card .product-content{padding:20px;height:200px;width:90%;display:flex;flex-direction:column;justify-content:space-between}.hero-wrapper .hero-container .product-card .product-content h1{text-transform:uppercase;font-size:20px;font-weight:500;line-height:30px;text-align:left}.hero-wrapper .hero-container .product-card .product-content p{font-size:16px;font-weight:300;line-height:24px}.hero-wrapper .hero-container .product-card .product-content .category{color:#acacac;text-transform:uppercase;font-size:16px;font-weight:300;line-height:24px;text-align:left}.hero-wrapper .hero-container .product-card .product-content .product-content-inner{display:flex;width:100%;justify-content:space-between}.hero-wrapper .hero-container .product-card .product-content .product-content-inner .price{display:flex;gap:10px}.hero-wrapper .hero-container .product-card .product-content .product-content-inner .price .before{text-decoration:line-through;color:var(--dark-color);font-size:18px;font-weight:400;line-height:37.5px}.hero-wrapper .hero-container .product-card .product-content .product-content-inner .price p{text-transform:uppercase;font-size:25px;font-weight:600;line-height:37.5px}.hero-wrapper .hero-container .product-card .product-content .product-content-inner .color-indicator{border:1px solid #ccc;width:30px;height:30px;border-radius:50%}.hero-wrapper .hero-container .product-card .product-content .product-btn{margin-top:10px;width:100%;display:flex;align-items:center;justify-content:center}.hero-wrapper .hero-container .product-card .product-content .product-btn button{width:90%;border-radius:50px;height:50px;text-transform:uppercase;gap:20px}.hero-wrapper .hero-container .product-card .product-content .product-btn button .cart{height:25px;width:25px;object-fit:contain}.hero-wrapper .hero-container .left,.hero-wrapper .hero-container .right{position:relative;aspect-ratio:16/9;overflow:hidden}.hero-wrapper .hero-container .left img,.hero-wrapper .hero-container .right img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;border-radius:10px}.hero-wrapper .hero-container .left{width:60%}.hero-wrapper .hero-container .right{width:38%}.hero-wrapper .hero-container .sub-functions{width:60%;display:flex;justify-content:space-between}.hero-wrapper .hero-container .sub-functions input{padding:0 0 0 15px;width:75%;height:50px;border:1px solid #acacac;border-radius:50px}.hero-wrapper .hero-container .sub-functions button{width:20%;height:50px;border-radius:50px;font-size:16px}.hero-wrapper .hero-container .brand-card{aspect-ratio:2/3;width:100%;border-radius:10px;background-position:center;background-size:cover;background-repeat:no-repeat;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:15px}.hero-wrapper .hero-container .brand-card .logo{height:160px;width:160px;border-radius:90px;background-color:#fff;display:flex;align-items:center;justify-content:center}.hero-wrapper .hero-container .brand-card .logo img{width:80%;height:80%;object-fit:contain;object-position:center}.hero-wrapper .hero-container .brand-card p{margin-bottom:20px}.hero-wrapper .hero-container .banner-wrapper{width:100%;aspect-ratio:21/9;background-color:var(--bck-color);display:flex;align-items:center;justify-content:center;position:relative}.hero-wrapper .hero-container .banner-wrapper img{height:100%;width:100%;object-position:center;object-fit:cover}.hero-wrapper .hero-container .banner-wrapper-thin{width:100%;aspect-ratio:21/7;background-color:var(--bck-color);display:flex;align-items:center;justify-content:center;position:relative}.hero-wrapper .hero-container .banner-wrapper-thin img{height:100%;width:100%;object-position:center;object-fit:cover}.hero-wrapper .hero-container .absolute-btns{position:absolute;width:98%;height:0%;display:flex;justify-content:space-between;align-items:center;z-index:999;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-wrapper .hero-container .absolute-btns button{background-color:var(--darker-color);border:none;height:50px;width:50px;border-radius:50px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s}.hero-wrapper .hero-container .absolute-btns button:hover{background-color:var(--primary-color)}@media (max-width: 1540px){.banner-section .banner-wrapper .banner-content .banner-content-inner h1{font-size:50px;line-height:55px}.banner-section .banner-wrapper .banner-content .banner-content-inner p{font-size:18px;line-height:24px}.hero-wrapper .hero-container .category-card{height:336px;border-radius:30px}.hero-wrapper .hero-container .category-card img{border-radius:30px}.hero-wrapper .hero-container .product-card .product-img{height:270px}.hero-wrapper .hero-container .product-card .product-content{padding:15px}.hero-wrapper .hero-container .brand-card{gap:10px}}@media (max-width: 1440px){.banner-section .banner-wrapper .banner-content .banner-content-inner h1{font-size:45px;line-height:52px}.hero-wrapper .hero-container .category-card{height:310px}.hero-wrapper .hero-container .product-card .product-img{height:250px}}@media (max-width: 1200px){.banner-section .banner-wrapper .banner-content .banner-content-inner button{padding:10px 28px}.banner-section .banner-wrapper .banner-content .banner-content-inner h1{font-size:40px;line-height:50px}.banner-section .banner-wrapper .banner-content .banner-content-inner p{font-size:18px;line-height:22px}.hero-wrapper .hero-container{margin:40px 0;gap:40px}.hero-wrapper .hero-container h1{font-size:28px;font-weight:500}.hero-wrapper .hero-container .hero-title{height:40px}.hero-wrapper .hero-container .hero-title button{padding:10px 28px;border-radius:50px}.hero-wrapper .hero-container .hero-title .txt h1{font-size:28px;line-height:40px}.hero-wrapper .hero-container .hero-title .txt p{font-size:16px;line-height:20px}.hero-wrapper .hero-container .category-card{height:260px;border-radius:20px}.hero-wrapper .hero-container .category-card img{border-radius:20px}.hero-wrapper .hero-container .category-card .category-content button{padding:10px 28px}.hero-wrapper .hero-container .category-card .category-content p{margin-top:80px;font-size:14px;line-height:20px}.hero-wrapper .hero-container .product-card .product-img{height:240px}.hero-wrapper .hero-container .product-card .product-content h1{font-size:18px;line-height:26px}.hero-wrapper .hero-container .product-card .product-content p{font-size:14px;line-height:20px}.hero-wrapper .hero-container .product-card .product-content .product-content-inner .price{gap:5px}.hero-wrapper .hero-container .product-card .product-content .product-content-inner .price .before{font-size:14px}.hero-wrapper .hero-container .product-card .product-content .product-content-inner .price p{font-size:20px}.hero-wrapper .hero-container .product-card .product-content .product-btn button{height:40px}.hero-wrapper .hero-container .product-card .product-content .product-btn button .cart{height:20px;width:20px}.hero-wrapper .hero-container .sub-functions input{height:40px}.hero-wrapper .hero-container .sub-functions button{height:40px;font-size:14px}.hero-wrapper .hero-container .brand-card .logo{height:70px;width:70px}.hero-wrapper .hero-container .brand-card p{font-size:14px}}@media (max-width: 1000px){.hero-wrapper .hero-container{margin:40px 0;gap:40px}.hero-wrapper .hero-container h1{font-size:28px;font-weight:500}.hero-wrapper .hero-container .hero-title{height:40px}.hero-wrapper .hero-container .hero-title button{padding:10px 28px;border-radius:50px}.hero-wrapper .hero-container .hero-title .txt h1{font-size:28px;line-height:40px}.hero-wrapper .hero-container .hero-title .txt p{font-size:16px;line-height:20px}.hero-wrapper .hero-container .category-card{height:260px;border-radius:20px}.hero-wrapper .hero-container .category-card img{border-radius:20px}.hero-wrapper .hero-container .category-card .category-content button{padding:10px 28px}.hero-wrapper .hero-container .category-card .category-content p{margin-top:80px;font-size:14px;line-height:20px}.hero-wrapper .hero-container .product-card .product-img{height:240px}.hero-wrapper .hero-container .product-card .product-content h1{font-size:18px;line-height:26px}.hero-wrapper .hero-container .product-card .product-content p{font-size:14px;line-height:20px}.hero-wrapper .hero-container .product-card .product-content .product-btn button{height:40px}.hero-wrapper .hero-container .product-card .product-content .product-btn button .cart{height:20px;width:20px}.hero-wrapper .hero-container .sub-functions input{height:40px}.hero-wrapper .hero-container .sub-functions button{height:40px;font-size:14px}.hero-wrapper .hero-container .brand-card .logo{height:70px;width:70px}.hero-wrapper .hero-container .brand-card p{font-size:14px}}@media (max-width: 768px){.banner-section .navigation-btn button{height:30px;width:30px}.banner-section .navigation-btn button img{height:6px}.banner-section .banner-wrapper{height:calc(100vh - 40px);aspect-ratio:9/16}.banner-section .banner-wrapper .banner-content{width:80%}.banner-section .banner-wrapper .banner-content .banner-content-inner{width:85%;display:flex;flex-direction:column;gap:10px;align-items:center}.banner-section .banner-wrapper .banner-content .banner-content-inner button{padding:10px 28px}.banner-section .banner-wrapper .banner-content .banner-content-inner h1{text-align:center;font-size:31px;line-height:46px}.banner-section .banner-wrapper .banner-content .banner-content-inner p{text-align:center;font-size:14px;line-height:22px}.hero-wrapper .hero-container{margin:40px 0;gap:40px}.hero-wrapper .hero-container h1{font-size:24px;font-weight:500}.hero-wrapper .hero-container .hero-title{height:40px}.hero-wrapper .hero-container .hero-title button{padding:10px 28px;border-radius:50px}.hero-wrapper .hero-container .hero-title .txt h1{font-size:28px;line-height:40px}.hero-wrapper .hero-container .hero-title .txt p{font-size:16px;line-height:20px}.hero-wrapper .hero-container .category-card{height:320px;border-radius:15px}.hero-wrapper .hero-container .category-card img{border-radius:15px}.hero-wrapper .hero-container .category-card .category-content button{padding:10px 20px}.hero-wrapper .hero-container .category-card .category-content p{margin-top:80px;font-size:14px;line-height:20px}.hero-wrapper .hero-container .product-card .product-img{height:180px}.hero-wrapper .hero-container .product-card .product-img .promotion,.hero-wrapper .hero-container .product-card .product-img .promotion-new{top:5px;right:5px;height:25px;width:70px}.hero-wrapper .hero-container .product-card .product-content h1{font-size:18px;line-height:26px}.hero-wrapper .hero-container .product-card .product-content p{font-size:14px;line-height:20px}.hero-wrapper .hero-container .product-card .product-content .product-btn button{height:40px;gap:5px;font-size:12px}.hero-wrapper .hero-container .product-card .product-content .product-btn button .cart{height:20px;width:20px}.hero-wrapper .hero-container .left{width:100%;margin-bottom:20px}.hero-wrapper .hero-container .right{width:100%}.hero-wrapper .hero-container .sub-functions{width:100%;display:flex;justify-content:space-between}.hero-wrapper .hero-container .sub-functions input{padding:0 0 0 15px;width:68%;height:40px;border:1px solid #acacac;border-radius:50px}.hero-wrapper .hero-container .sub-functions button{width:25%;border-radius:50px;height:40px;font-size:14px}.hero-wrapper .hero-container .brand-card .logo{height:70px;width:70px}.hero-wrapper .hero-container .brand-card p{font-size:14px}}@media (max-width: 425px){.hero-wrapper .hero-container .product-card .product-img .promotion{height:20px;width:60px}.hero-wrapper .hero-container .product-card .product-img .promotion p{font-size:12px}.hero-wrapper .hero-container .product-card .product-img .promotion-new{height:20px;width:60px}.hero-wrapper .hero-container .product-card .product-img .promotion-new p{font-size:12px}.hero-wrapper .hero-container .product-card .product-content .product-content-inner .price{display:flex;gap:10px;flex-direction:column}.hero-wrapper .hero-container .product-card .product-content .product-content-inner .price .before{font-size:14px;line-height:18px}.hero-wrapper .hero-container .product-card .product-content .product-content-inner .price p{font-size:18px;line-height:20px}}@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)}}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.product-card{background-color:#fff;height:100%;width:100%;border-radius:10px;display:flex;flex-direction:column;align-items:center}.product-card .product-img{position:relative;height:340px;width:100%}.product-card .product-img .promotion{position:absolute;top:10px;right:10px;height:30px;width:80px;border-radius:50px;background-color:var(--primary-color);display:flex;align-items:center;justify-content:center}.product-card .product-img .promotion p{font-size:14px}.product-card .product-img .promotion-new{position:absolute;top:10px;left:10px;height:30px;width:80px;border-radius:50px;background-color:var(--primary-color);display:flex;align-items:center;justify-content:center}.product-card .product-img .promotion-new p{font-size:14px}.product-card .product-img img{height:100%;width:100%;object-position:center;object-fit:cover;border-top-left-radius:10px;border-top-right-radius:10px}.product-card .product-content{padding:20px;height:200px;width:90%;display:flex;flex-direction:column;justify-content:space-between}.product-card .product-content h1{text-transform:uppercase;font-size:20px;font-weight:500;line-height:30px;text-align:left;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.product-card .product-content p{font-size:16px;font-weight:300;line-height:24px}.product-card .product-content .category{color:#acacac;text-transform:uppercase;font-size:16px;font-weight:300;line-height:24px;text-align:left}.product-card .product-content .product-content-inner{display:flex;width:100%;justify-content:space-between}.product-card .product-content .product-content-inner .price{display:flex;gap:10px}.product-card .product-content .product-content-inner .price .before{text-decoration:line-through;color:var(--dark-color);font-size:18px;font-weight:400;line-height:37.5px}.product-card .product-content .product-content-inner .price p{text-transform:uppercase;font-size:25px;font-weight:600;line-height:37.5px}.product-card .product-content .product-content-inner .color-indicator{border:1px solid #ccc;width:30px;height:30px;border-radius:50%}.product-card .product-content .product-btn{margin-top:10px;width:100%;display:flex;align-items:center;justify-content:center}.product-card .product-content .product-btn button{width:90%;border-radius:50px;height:50px;text-transform:uppercase;gap:20px;display:flex;align-items:center;flex-wrap:nowrap;justify-content:center;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.product-card .product-content .product-btn button:hover{opacity:.9}.product-card .product-content .product-btn button .cart{height:25px;width:25px;object-fit:contain}.custom-toast-container{z-index:9999999!important}@media (max-width: 1540px){.product-card .product-img{height:270px}.product-card .product-content{padding:15px}}@media (max-width: 1440px){.product-card .product-img{height:250px}}@media (max-width: 1200px){.product-card .product-img{height:240px}.product-card .product-content h1{font-size:18px;line-height:26px}.product-card .product-content p{font-size:14px;line-height:20px}.product-card .product-content .product-content-inner .price{gap:5px}.product-card .product-content .product-content-inner .price .before{font-size:14px}.product-card .product-content .product-content-inner .price p{font-size:20px}.product-card .product-content .product-btn button{height:40px}.product-card .product-content .product-btn button .cart{height:20px;width:20px}}@media (max-width: 1000px){.product-card .product-img{height:240px}.product-card .product-content h1{font-size:18px;line-height:26px}.product-card .product-content p{font-size:14px;line-height:20px}.product-card .product-content .product-btn button{height:40px}.product-card .product-content .product-btn button .cart{height:20px;width:20px}}@media (max-width: 768px){.product-card .product-img{height:180px}.product-card .product-img .promotion,.product-card .product-img .promotion-new{top:5px;right:5px;height:25px;width:70px}.product-card .product-content h1{font-size:18px;line-height:26px}.product-card .product-content p{font-size:14px;line-height:20px}.product-card .product-content .product-btn button{width:100%;height:40px;gap:5px;font-size:12px}.product-card .product-content .product-btn button .cart{height:20px;width:20px}}@media (max-width: 425px){.product-card .product-img .promotion{height:20px;width:60px}.product-card .product-img .promotion p{font-size:12px}.product-card .product-img .promotion-new{height:20px;width:60px}.product-card .product-img .promotion-new p{font-size:12px}.product-card .product-content .product-content-inner .price{display:flex;gap:10px;flex-direction:column}.product-card .product-content .product-content-inner .price .before{font-size:14px;line-height:18px}.product-card .product-content .product-content-inner .price p{font-size:18px;line-height:20px}}@keyframes react-loading-skeleton{to{transform:translate(100%)}}.react-loading-skeleton{--base-color: #ebebeb;--highlight-color: #f5f5f5;--animation-duration: 1.5s;--animation-direction: normal;--pseudo-element-display: block;background-color:var(--base-color);width:100%;border-radius:.25rem;display:inline-flex;line-height:1;position:relative;-webkit-user-select:none;user-select:none;overflow:hidden}.react-loading-skeleton:after{content:" ";display:var(--pseudo-element-display);position:absolute;top:0;left:0;right:0;height:100%;background-repeat:no-repeat;background-image:linear-gradient(90deg,var(--base-color),var(--highlight-color),var(--base-color));transform:translate(-100%);animation-name:react-loading-skeleton;animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-timing-function:ease-in-out;animation-iteration-count:infinite}@media (prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display: none}}.card-skeleton{display:flex;flex-direction:column;width:250px;border:1px solid #e0e0e0;border-radius:15px;overflow:hidden;background:#fff;box-shadow:0 2px 4px #0000001a}.card-skeleton .skeleton-image{width:100%;height:200px}.card-skeleton .skeleton-content{padding:16px}.card-skeleton .skeleton-content .skeleton-new,.card-skeleton .skeleton-content .skeleton-title,.card-skeleton .skeleton-content .skeleton-description{margin-bottom:10px}.card-skeleton .skeleton-content .skeleton-price{margin-bottom:20px}.card-skeleton .skeleton-content .skeleton-button{display:flex;justify-content:center}.cart-popup{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:22222}.cart-popup .cart-popup-content{background:#fff;padding:20px;border-radius:10px;text-align:center;box-shadow:0 2px 10px #0000001a}.cart-popup .cart-popup-content h1{margin-bottom:20px;font-size:20px}.cart-popup .cart-popup-content .prod{display:flex;align-items:center;justify-content:center;flex-direction:column;padding:20px 0}.cart-popup .cart-popup-content .prod .prod-img{position:relative}.cart-popup .cart-popup-content .prod .prod-img .promotion{position:absolute;top:5px;left:5px;height:30px;width:50px;border-radius:50px;background-color:var(--primary-color);display:flex;align-items:center;justify-content:center}.cart-popup .cart-popup-content .prod .prod-img .promotion p{font-size:12px}.cart-popup .cart-popup-content .prod .prod-img img{width:100px;height:100px;object-fit:cover;border-radius:10px}.cart-popup .cart-popup-content .prod .prod-content{flex-grow:1;padding-left:10px;display:flex;flex-direction:column;justify-content:flex-start}.cart-popup .cart-popup-content .prod .prod-content h1{font-size:18px}.cart-popup .cart-popup-content .cart-popup-buttons{display:flex;justify-content:center;gap:10px}.cart-popup .cart-popup-content .cart-popup-buttons button{padding:10px 20px;border:none;border-radius:5px;cursor:pointer}.cart-popup .cart-popup-content .cart-popup-buttons button:hover{opacity:.9}.products-wrapper{width:100%;height:100%;display:flex;justify-content:center;background-color:var(--bck-color)}.products-wrapper ::-webkit-scrollbar{display:none}.products-wrapper .products-wrapper-inner{width:90%;margin:50px 0;display:flex;justify-content:space-between;max-width:1920px}.products-wrapper .products-wrapper-inner .expand-icon{background-color:transparent;border:none}.products-wrapper .products-wrapper-inner .expand-icon img{height:10px}.products-wrapper .products-wrapper-inner .filter{width:28%;overflow:scroll}.products-wrapper .products-wrapper-inner .filter-wrapper{position:sticky;width:100%;height:max-content;border-radius:10px;display:flex;justify-content:center}.products-wrapper .products-wrapper-inner .filter-wrapper .filter-container{border-radius:10px;width:90%;height:max-content;padding:20px 20px 0;background-color:#fff}.products-wrapper .products-wrapper-inner .filter-wrapper .filter-container .filter-inner{border-bottom:1px solid var(--dark-color);display:flex;align-items:center;justify-content:space-between;width:100%}.products-wrapper .products-wrapper-inner .filter-wrapper .filter-container .filter-inner button{cursor:pointer}.products-wrapper .products-wrapper-inner .filter-wrapper .filter-container .filter-inner .price-content{width:100%;display:flex;align-items:center;justify-content:space-between}.products-wrapper .products-wrapper-inner .filter-wrapper .filter-container .filter-inner .price-content button{padding:0 10px;border:1px solid var(--dark-color);background-color:transparent;height:50px;width:40%;border-radius:50px;cursor:default}.products-wrapper .products-wrapper-inner .filter-wrapper .filter-container .filter-inner .content{width:100%;display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;gap:10px}.products-wrapper .products-wrapper-inner .filter-wrapper .filter-container .filter-inner .content button{padding:0 10px;border:1px solid var(--dark-color);background-color:transparent;height:50px;min-width:30%;border-radius:50px}.products-wrapper .products-wrapper-inner .filter-wrapper .filter-container .filter-inner .content button.active{background-color:var(--primary-color)}.products-wrapper .products-wrapper-inner .filter-wrapper .filter-container .filter-inner-btns{width:calc(100% + 40px);margin-left:-20px;margin-bottom:-20px}.products-wrapper .products-wrapper-inner .filter-wrapper .filter-container .filter-inner-btns .btns{width:100%;height:60px;border:none;padding:20px;cursor:pointer;font-size:14px;background-color:var(--primary-color);border-bottom-left-radius:10px;border-bottom-right-radius:10px}.products-wrapper .products-wrapper-inner .products-container{width:70%;height:100%;overflow:auto;display:flex;flex-direction:column;justify-content:space-between;gap:50px}.products-wrapper .products-wrapper-inner .products-container .filter{width:100%;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--dark-color)}.products-wrapper .products-wrapper-inner .products-container .filter .ordering{height:60px}.products-wrapper .pagination-wrapper{width:100%;display:flex;align-items:center;justify-content:center}.products-wrapper .pagination-wrapper .pagination{display:flex;gap:10px}.products-wrapper .pagination-wrapper .pagination button{height:50px;width:50px;border:1px solid var(--darker-color);border-radius:50px;cursor:pointer}.products-wrapper .pagination-wrapper .pagination button.active{background-color:var(--primary-color)}.products-wrapper .pagination-wrapper .break .page-link{border:none;cursor:default;color:#000}@media (max-width: 1540px){.products-wrapper .products-wrapper-inner{margin:50px 0}.products-wrapper .products-wrapper-inner .expand-icon img{height:10px}.products-wrapper .products-wrapper-inner .filter-wrapper .filter-container{padding:20px}.products-wrapper .products-wrapper-inner .filter-wrapper .filter-container .filter-inner-btns{width:calc(100% + 40px);margin-left:-20px;margin-bottom:-20px}.products-wrapper .products-wrapper-inner .filter-wrapper .filter-container .filter-inner .price-content button,.products-wrapper .products-wrapper-inner .filter-wrapper .filter-container .filter-inner .content button{padding:0 10px;height:50px}.products-wrapper .pagination-wrapper{width:100%;display:flex;align-items:center;justify-content:center}.products-wrapper .pagination-wrapper .pagination{display:flex;gap:10px}.products-wrapper .pagination-wrapper .pagination button{height:50px;width:50px;border:1px solid var(--darker-color);border-radius:50px;cursor:pointer}.products-wrapper .pagination-wrapper .pagination button::active{background-color:var(--primary-color)}}@media (max-width: 1200px){.products-wrapper .products-wrapper-inner{margin:40px 0}.products-wrapper .products-wrapper-inner .expand-icon img{height:8px}.products-wrapper .products-wrapper-inner .filter-wrapper .filter-container{padding:15px}.products-wrapper .products-wrapper-inner .filter-wrapper .filter-container .filter-inner-btns{width:calc(100% + 30px);margin-left:-15px;margin-bottom:-15px}.products-wrapper .products-wrapper-inner .filter-wrapper .filter-container .filter-inner-btns .btns{height:50px}.products-wrapper .products-wrapper-inner .filter-wrapper .filter-container .filter-inner .price-content button,.products-wrapper .products-wrapper-inner .filter-wrapper .filter-container .filter-inner .content button{height:40px}.products-wrapper .products-wrapper-inner .products-container{gap:40px}}@media (max-width: 1080px){.products-wrapper .products-wrapper-inner .filter-wrapper .filter-container .filter-inner-btns{width:calc(100% + 30px);margin-left:-15px;margin-bottom:-30px}.products-wrapper .products-wrapper-inner .filter-wrapper .filter-container .filter-inner-btns .btns{height:80px}.products-wrapper .products-wrapper-inner .filter-wrapper .filter-container .filter-inner .price-content button,.products-wrapper .products-wrapper-inner .filter-wrapper .filter-container .filter-inner .content button{height:40px}.products-wrapper .products-wrapper-inner .products-container{gap:40px}}@media (max-width: 768px){.products-wrapper .products-wrapper-inner{width:90%;margin:20px 0;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:20px}.products-wrapper .products-wrapper-inner .expand-icon img{height:8px}.products-wrapper .products-wrapper-inner .filter-wrapper{width:100%}.products-wrapper .products-wrapper-inner .filter-wrapper .filter-container{padding:15px}.products-wrapper .products-wrapper-inner .filter-wrapper .filter-container .filter-inner .btns{height:50px}.products-wrapper .products-wrapper-inner .filter-wrapper .filter-container .filter-inner .price-content button,.products-wrapper .products-wrapper-inner .filter-wrapper .filter-container .filter-inner .content button{height:40px}.products-wrapper .products-wrapper-inner .products-container{width:100%;height:100%;overflow:auto;display:flex;flex-direction:column;justify-content:space-between;gap:50px}.products-wrapper .products-wrapper-inner .products-container .filter{width:100%;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--dark-color)}.products-wrapper .products-wrapper-inner .products-container .filter .ordering{height:60px}.products-wrapper .pagination-wrapper{width:100%;display:flex;align-items:center;justify-content:center}.products-wrapper .pagination-wrapper .pagination{display:flex;gap:10px}.products-wrapper .pagination-wrapper .pagination button{height:50px;width:50px;border:1px solid var(--darker-color);border-radius:50px;cursor:pointer}.products-wrapper .pagination-wrapper .pagination button::active{background-color:var(--primary-color)}}.pagination{display:flex;list-style:none;padding:0;justify-content:center;margin-top:20px}.pagination .page-item{margin:0 5px}.pagination .page-item.disabled .page-link{cursor:not-allowed;color:var(--dark-color);pointer-events:none;border-color:var(--dark-color)}.pagination .page-item .page-link{display:flex;align-items:center;justify-content:center;padding:10px 15px;border-radius:50px;text-decoration:none;border:1px solid var(--darker-color);color:#000;cursor:pointer}.pagination .page-item .page-link:hover{background-color:#e9ecef}.pagination .active .page-link{background-color:var(--primary-color);border:1px solid var(--darker-color)}.pagination .previous,.pagination .next{display:flex;align-items:center;justify-content:center;width:auto;padding:0 10px}.pagination .previous .page-link,.pagination .next .page-link{display:flex;align-items:center;justify-content:center;width:auto;height:40px;border-radius:50px;text-decoration:none;border:1px solid var(--darker-color);color:#000;cursor:pointer}.pagination .previous .page-link:hover,.pagination .next .page-link:hover{background-color:#e9ecef}.pagination .previous.disabled .page-link,.pagination .next.disabled .page-link{cursor:not-allowed;color:var(--dark-color);pointer-events:none;border-color:var(--dark-color)}.pagination .break .page-link{border:none;cursor:default;color:#000}@media (max-width: 1200px){.pagination{display:flex;list-style:none;padding:0;justify-content:center;margin-top:20px;max-width:350px}.pagination .page-item{margin:0}.pagination .page-item.disabled .page-link{cursor:not-allowed;color:var(--dark-color);pointer-events:none;border-color:var(--dark-color)}.pagination .page-item .page-link{padding:4px 8px;font-size:16px}.pagination .active .page-link{background-color:var(--primary-color);border:1px solid var(--darker-color)}.pagination .previous,.pagination .next{display:flex;align-items:center;justify-content:center;width:auto;padding:0 10px}.pagination .previous .page-link,.pagination .next .page-link{display:flex;align-items:center;justify-content:center;width:auto;height:40px;border-radius:50px;text-decoration:none;border:1px solid var(--darker-color);color:#000;cursor:pointer}.pagination .previous .page-link:hover,.pagination .next .page-link:hover{background-color:#e9ecef}.pagination .previous.disabled .page-link,.pagination .next.disabled .page-link{cursor:not-allowed;color:var(--dark-color);pointer-events:none;border-color:var(--dark-color)}.pagination .break .page-link{border:none;cursor:default;color:#000}}.single-wrapper{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:var(--bck-color)}.single-wrapper .single-container{width:90%;height:800px;margin:50px 0;display:flex;justify-content:space-between;max-width:1920px}.single-wrapper .single-container .left{width:55%;height:100%;color:#000}.single-wrapper .single-container .left .photo-list{display:flex;flex-direction:column;margin-right:10px;width:30%}.single-wrapper .single-container .left .photo-list img{width:100%;height:100%;cursor:pointer;object-fit:cover;object-position:center;border-radius:10px}.single-wrapper .single-container .left .photo-container{height:100%;position:relative}.single-wrapper .single-container .left .photo-container .promotion{position:absolute;top:10px;right:10px;height:30px;width:80px;border-radius:50px;background-color:var(--primary-color);display:flex;align-items:center;justify-content:center}.single-wrapper .single-container .left .photo-container .promotion p{font-size:14px}.single-wrapper .single-container .left .photo-container img{width:100%;height:100%;object-fit:cover;object-position:center;border-bottom-left-radius:10px;border-top-left-radius:10px}.single-wrapper .single-container .left .photo-list-mobile{display:flex;flex-direction:column;width:100%;height:100px;margin-top:10px}.single-wrapper .single-container .left .photo-list-mobile img{width:100%;height:100%;cursor:pointer;object-fit:cover;object-position:center;border-radius:10px}.single-wrapper .single-container .left h1{font-size:25px;font-weight:500}.single-wrapper .single-container .left .spec-box{width:100%;display:flex;justify-content:space-between;padding:5px 0}.single-wrapper .single-container .left .spec-box h1{font-size:18px;font-weight:400}.single-wrapper .single-container .left .spec-box p{font-size:18px;font-weight:300}.single-wrapper .single-container .left .spec-box div{width:80%;display:flex;justify-content:flex-end;gap:10px;flex-wrap:wrap}.single-wrapper .single-container .right{width:50%;height:100%;border-top-right-radius:10px;border-bottom-right-radius:10px;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.single-wrapper .single-container .right .right-inner{padding:15px 0;height:100%;width:90%;display:flex;flex-direction:column;gap:5px}.single-wrapper .single-container .right .right-inner p{font-size:18px;font-weight:300;color:#000}.single-wrapper .single-container .right .right-inner .rate-container{display:flex;gap:20px;align-items:center;justify-content:flex-end}.single-wrapper .single-container .right .right-inner .rate-container .rate-btn{height:50px;border:1px solid var(--darker-color);border-radius:50px;padding:0 20px;background-color:transparent}.single-wrapper .single-container .right .right-inner .rate-container p{text-decoration:underline}.single-wrapper .single-container .right .right-inner .product-title{width:100%;display:flex;justify-content:space-between}.single-wrapper .single-container .right .right-inner .product-title h1{height:80px;font-size:33px;font-weight:500;text-transform:capitalize;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:1.2;text-overflow:ellipsis}.single-wrapper .single-container .right .right-inner .product-title button{width:150px;height:50px;border-radius:50px;gap:20px;padding:12px 24px}.single-wrapper .single-container .right .right-inner .product-title button img{height:25px}.single-wrapper .single-container .right .right-inner .product-dimensions{width:100%;display:flex;justify-content:space-between;align-items:center;padding:10px 0 20px}.single-wrapper .single-container .right .right-inner .product-dimensions .buttons{display:flex;flex-wrap:wrap;gap:10px}.single-wrapper .single-container .right .right-inner .product-dimensions .buttons button{width:120px;height:40px;border-radius:50px}.single-wrapper .single-container .right .right-inner .product-dimensions .buttons button.active{background-color:var(--primary-color);color:#000}.single-wrapper .single-container .right .right-inner .product-dimensions .rate{display:flex;flex-direction:column;align-items:flex-end;gap:5px}.single-wrapper .single-container .right .right-inner .product-dimensions .rate p{color:#000;font-size:16px;font-weight:300;text-decoration:underline}.single-wrapper .single-container .right .right-inner .product-colors{width:100%;display:flex;padding:10px 0 20px;gap:10px}.single-wrapper .single-container .right .right-inner .product-colors button{width:80px;height:70px;border-radius:10px;border:1px solid var(--dark-color)}.single-wrapper .single-container .right .right-inner .product-colors .rate p{color:#000;font-size:16px;font-weight:300;border-bottom:1px solid #000}.single-wrapper .single-container .right .right-inner .product-price{width:100%;display:flex;padding:10px 0 20px;gap:10px}.single-wrapper .single-container .right .right-inner .product-price span{color:var(--dark-color)}.single-wrapper .single-container .right .right-inner .product-price h1{font-size:28px;font-weight:600}.single-wrapper .single-container .right .right-inner .product-price .before{text-decoration:line-through;color:var(--dark-color);font-size:18px;font-weight:400}.single-wrapper .single-container .right .right-inner .product-quantity{width:100%;padding:10px 0 20px;display:flex;align-items:flex-end;gap:50px}.single-wrapper .single-container .right .right-inner .product-quantity p{color:#000;font-size:16px;font-weight:300}.single-wrapper .single-container .right .right-inner .product-quantity .input-value{margin-top:10px;display:flex;flex-direction:column;gap:10px;width:250px}.single-wrapper .single-container .right .right-inner .product-quantity .input-value p{color:#000;font-size:16px;font-weight:600}.single-wrapper .single-container .right .right-inner .product-quantity .input-value .q-input{padding:12px;width:100%;border:1px solid var(--dark-color);border-radius:50px;color:var(--dark-color);background-color:transparent;display:flex;align-items:center;justify-content:center}.single-wrapper .single-container .right .right-inner .product-quantity .input-value .q-input input{border:none;width:50px;height:20px;font-size:14px;color:var(--dark-color);text-decoration:underline}.single-wrapper .single-container .right .right-inner .product-quantity .input-value .q-input p{font-size:14px;height:20px;color:var(--dark-color)}.single-wrapper .single-container .right .right-inner .product-quantity .input-value .quantity-controls{width:30%;display:flex;align-items:center;justify-content:space-between;border:1px solid var(--dark-color);padding:10px 15px;border-radius:50px}.single-wrapper .single-container .right .right-inner .product-quantity .input-value .quantity-controls button{background:none;border:none;font-size:20px;cursor:pointer;-webkit-user-select:none;user-select:none;color:var(--dark-color)}.single-wrapper .single-container .right .right-inner .product-quantity .input-value .quantity-controls p{font-size:18px;font-weight:400;text-align:center}.single-wrapper .single-container .right .right-inner .product-functions{display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px;padding:20px 0}.single-wrapper .single-container .right .right-inner .product-functions button{width:calc(50% - 5px);height:50px;border-radius:50px;display:flex;gap:20px;text-transform:uppercase}.single-wrapper .single-container .right .right-inner .product-functions button img{height:25px}.single-wrapper .single-container .right .download{width:100%;display:flex;justify-content:center}.single-wrapper .single-container .right .download button{width:90%;height:50px;border-radius:50px}@media (max-width: 1540px){.single-wrapper .single-container{height:680px}.single-wrapper .single-container .right .right-inner .product-functions button{gap:10px}.single-wrapper .single-container .right .right-inner .product-functions button img{height:20px}}@media (max-width: 1200px){.single-wrapper .single-container{width:90%;height:100%;margin:20px 0;display:flex;flex-direction:column;justify-content:space-between}.single-wrapper .single-container .left{width:100%;height:100%;color:#000;margin-bottom:20px}.single-wrapper .single-container .left .photo-container{height:max-content}.single-wrapper .single-container .left .photo-list-mobile{display:flex;flex-direction:column;width:100%;height:100px;margin-bottom:20px}.single-wrapper .single-container .left .photo-list-mobile img{width:100%;height:100%;cursor:pointer;margin-bottom:10px;object-fit:cover;object-position:center}.single-wrapper .single-container .left img{border-radius:10px;height:400px}.single-wrapper .single-container .left h1{font-size:25px;font-weight:500}.single-wrapper .single-container .left .spec-box{width:100%;display:flex;justify-content:space-between;padding:5px 0}.single-wrapper .single-container .left .spec-box h1{font-size:18px;font-weight:400}.single-wrapper .single-container .left .spec-box p{font-size:18px;font-weight:300}.single-wrapper .single-container .right{width:100%;min-height:60%;height:max-content;border-radius:10px}.single-wrapper .single-container .right .right-inner{width:95%;margin:10px;display:flex;flex-direction:column;gap:5px}.single-wrapper .single-container .right .right-inner p{font-size:16px}.single-wrapper .single-container .right .right-inner .product-title{gap:20px}.single-wrapper .single-container .right .right-inner .product-title h1{font-size:24px}.single-wrapper .single-container .right .right-inner .product-title button{height:40px;gap:10px}.single-wrapper .single-container .right .right-inner .product-title button img{height:20px}.single-wrapper .single-container .right .right-inner .product-dimensions{padding:10px 0}.single-wrapper .single-container .right .right-inner .product-dimensions .buttons{gap:5px}.single-wrapper .single-container .right .right-inner .product-dimensions .rate p{font-size:14px}.single-wrapper .single-container .right .right-inner .product-colors{padding:10px 0;gap:5px}.single-wrapper .single-container .right .right-inner .product-colors button{width:30px;height:30px}.single-wrapper .single-container .right .right-inner .product-colors .rate p{font-size:14px}.single-wrapper .single-container .right .right-inner .product-price{padding:10px 0;gap:5px}.single-wrapper .single-container .right .right-inner .product-price h1{font-size:24px}.single-wrapper .single-container .right .right-inner .product-quantity{padding:10px 0}.single-wrapper .single-container .right .right-inner .product-quantity div{margin-top:5px}.single-wrapper .single-container .right .right-inner .product-quantity div button{padding:12px 28px}.single-wrapper .single-container .right .right-inner .product-quantity .input-value .quantity-controls{width:100%}.single-wrapper .single-container .right .right-inner .product-functions{padding-top:10px;gap:10px}.single-wrapper .single-container .right .right-inner .product-functions button{width:100%;height:40px}.single-wrapper .single-container .right .right-inner .product-functions button img{height:20px}.single-wrapper .single-container .right .download{margin-top:20px;width:100%;display:flex;justify-content:center}.single-wrapper .single-container .right .download button{width:100%;height:50px;border-radius:50px}}@media (max-width: 768px){.single-wrapper .single-container{width:90%;height:100%;margin:20px 0;display:flex;flex-direction:column;justify-content:space-between}.single-wrapper .single-container .left{width:100%;height:100%;color:#000}.single-wrapper .single-container .left .photo-container{height:100%;height:450px}.single-wrapper .single-container .left .photo-container img{width:100%;height:100%;object-fit:cover;object-position:center}.single-wrapper .single-container .left .photo-list-mobile{display:flex;flex-direction:column;width:100%;height:100px;margin-bottom:20px}.single-wrapper .single-container .left .photo-list-mobile img{width:100%;height:100%;cursor:pointer;margin-bottom:10px;object-fit:cover;object-position:center}.single-wrapper .single-container .left img{border-radius:10px;height:400px}.single-wrapper .single-container .left h1{font-size:25px;font-weight:500}.single-wrapper .single-container .left .spec-box{width:100%;display:flex;justify-content:space-between;padding:5px 0}.single-wrapper .single-container .left .spec-box h1{font-size:18px;font-weight:400}.single-wrapper .single-container .left .spec-box p{font-size:18px;font-weight:300}.single-wrapper .single-container .right{width:100%;min-height:60%;height:max-content;border-radius:10px}.single-wrapper .single-container .right .right-inner{width:95%;margin:10px;display:flex;flex-direction:column;gap:5px}.single-wrapper .single-container .right .right-inner p{font-size:16px}.single-wrapper .single-container .right .right-inner .product-title{gap:20px}.single-wrapper .single-container .right .right-inner .product-title h1{font-size:24px}.single-wrapper .single-container .right .right-inner .product-title button{height:40px;gap:10px}.single-wrapper .single-container .right .right-inner .product-title button img{height:20px}.single-wrapper .single-container .right .right-inner .product-dimensions{padding:10px 0}.single-wrapper .single-container .right .right-inner .product-dimensions .buttons{gap:5px}.single-wrapper .single-container .right .right-inner .product-dimensions .rate p{font-size:14px}.single-wrapper .single-container .right .right-inner .product-colors{padding:10px 0;gap:5px}.single-wrapper .single-container .right .right-inner .product-colors button{width:30px;height:30px}.single-wrapper .single-container .right .right-inner .product-colors .rate p{font-size:14px}.single-wrapper .single-container .right .right-inner .product-price{padding:10px 0;gap:5px}.single-wrapper .single-container .right .right-inner .product-price h1{font-size:24px}.single-wrapper .single-container .right .right-inner .product-quantity{padding:10px 0}.single-wrapper .single-container .right .right-inner .product-quantity div{margin-top:5px}.single-wrapper .single-container .right .right-inner .product-quantity div button{padding:12px 28px}.single-wrapper .single-container .right .right-inner .product-quantity .input-value .quantity-controls{width:50%}.single-wrapper .single-container .right .right-inner .product-functions{padding-top:10px;gap:10px}.single-wrapper .single-container .right .right-inner .product-functions button{width:100%;height:40px}.single-wrapper .single-container .right .right-inner .product-functions button img{height:20px}.single-wrapper .single-container .right .download{margin-top:20px;width:100%;display:flex;justify-content:center}.single-wrapper .single-container .right .download button{width:100%;height:50px;border-radius:50px}}.skeleton-wrapper{display:flex;gap:20px;padding:20px}.skeleton-left{flex:1}.skeleton-thumbnails{display:flex;flex-direction:column;gap:10px;margin-top:20px}.skeleton-right{flex:1;display:flex;flex-direction:column;gap:10px}.popup-wrapper{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:22222}.popup-container{background:#fff;padding:20px;border-radius:8px;box-shadow:0 4px 8px #0000001a;max-width:450px;width:80%;text-align:center}.popup-container p{color:#333;font-size:16px}@media (max-width: 768px){.popup-container{background:#fff;padding:20px;border-radius:8px;box-shadow:0 4px 8px #0000001a;max-width:250px;width:80%;text-align:center}}.sale-section{width:100%;height:max-content;background-color:#fff;display:flex;flex-direction:column;align-items:center;padding:10px;border-radius:10px}.sale-section p{font-size:16px}.sale-section div{display:flex}.sale-section form{display:flex;flex-direction:column;align-items:flex-start;padding:20px}.sale-section form label{display:block;margin-bottom:8px;font-size:14px;font-weight:700}.sale-section form input{width:100px;padding:10px 5px;margin-bottom:10px;border:1px solid #ccc;border-radius:4px;font-size:14px}.sale-section form button{width:110px;padding:10px;background-color:var(--primary-color);color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:16px}.sale-section form button:hover{opacity:.9}.dropdown-arch{position:relative;width:auto;font-family:Arial,sans-serif;margin-bottom:8px}.dropdown-arch-select{background-color:#f5f5f5;padding:10px;border:1px solid #ccc;border-radius:4px;cursor:pointer;text-align:left;transition:background-color .3s ease;width:90px}.dropdown-arch-select:hover{background-color:#e0e0e0}.dropdown-arch-menu{position:absolute;top:100%;left:0;right:0;background-color:#fff;border:1px solid #ccc;border-radius:4px;box-shadow:0 2px 8px #00000026;z-index:1000;max-height:100px;overflow-y:auto;display:flex;flex-direction:column}.dropdown-arch-menu .dropdown-arch-item{padding:10px;cursor:pointer;transition:background-color .2s ease}.dropdown-arch-menu .dropdown-arch-item:hover{background-color:#f0f0f0}.dropdown-arch-menu .dropdown-arch-item:last-child{border-bottom:none}.image-modal{position:fixed;top:0;left:0;width:100%;height:100vh;background:#000c;display:flex;justify-content:center;align-items:center;z-index:9999999;overflow:auto}.image-modal .image-wrapper{height:90%;width:80%;display:flex;justify-content:center;align-items:center}.image-modal .image-wrapper img{width:100%;height:90vh;object-fit:contain;object-position:center}.image-modal .image-wrapper .close-btn{position:absolute;top:20px;right:20px;cursor:pointer;font-size:14px;border:none;background-color:transparent;color:var(--primary-color);display:flex;align-items:center;justify-content:center;border-radius:30px;height:40px;width:40px;z-index:999999}@media (max-width: 768px){.image-modal .image-wrapper{width:85%}.image-modal .image-wrapper .close-btn{top:20px;right:20px}}.main-wrapper{width:100%;height:100%;display:flex;justify-content:center;background-color:var(--bck-color)}.main-wrapper .main-container{width:90%;margin:20px 0;display:flex;flex-direction:column;justify-content:space-between;max-width:1920px}.main-wrapper .main-container .selective{width:100%;height:100%;display:flex;justify-content:space-between;gap:2%}.main-wrapper .main-container .selective .box{width:49%;aspect-ratio:1/1;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;text-align:center;border-radius:10px;position:relative}.main-wrapper .main-container .selective .box .bck{width:100%;height:100%;object-fit:cover;object-position:center;border-radius:10px}.main-wrapper .main-container .selective .box .content{position:absolute;height:50%;display:flex;flex-direction:column;justify-content:space-between}.main-wrapper .main-container .selective .box .content h1{font-weight:400;font-size:40px;color:#fff}.main-wrapper .main-container .selective .box .content .logo{height:50px;width:auto;object-fit:contain;margin-bottom:20px}.main-wrapper .main-container .inner-container{padding:20px 0;display:flex;justify-content:space-between;align-items:stretch;gap:10px;height:100%}.main-wrapper .main-container .inner-container .left{width:50%;height:100%;border-radius:10px;display:flex;align-items:start;justify-content:start}.main-wrapper .main-container .inner-container .left img{width:100%;border-radius:10px;object-fit:contain;object-position:center}.main-wrapper .main-container .inner-container .right{width:50%;padding:50px;background-color:#fff;border-radius:10px}.main-wrapper .main-container .inner-container .right h1{font-size:45px;font-weight:500}.main-wrapper .main-container .inner-container .right p{font-size:18px;line-height:27px;font-weight:300}.main-wrapper .main-container .inner-container .right button{margin-top:20px;padding:16px 50px;border-radius:50px}.main-wrapper .main-container .main-title{margin:30px 0}.main-wrapper .main-container .main-title h1{font-size:32px;font-weight:500;line-height:48px;text-align:left}.main-wrapper .main-container .blog-card{width:100%;aspect-ratio:1/1;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;border-radius:10px;color:#fff;background-position:center;background-size:cover}.main-wrapper .main-container .blog-card .card-content{display:flex;justify-content:space-between;align-items:center;margin-left:5%;width:90%}.main-wrapper .main-container .blog-card .card-content button{background-color:transparent;border:none;color:#fff;font-size:18px;height:30px;width:85px;cursor:pointer}.main-wrapper .main-container .blog-card .card-content h1{font-size:18px;font-weight:500;line-height:45px;text-align:left;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.main-wrapper .main-container .blog-card p{margin-left:5%;margin-bottom:10px;font-size:16px;font-weight:400;line-height:27px;text-align:left}.main-wrapper .main-container .galery-card{width:100%;aspect-ratio:21/9;border-radius:10px;overflow:hidden}.main-wrapper .main-container .galery-card img{border-radius:10px;height:100%;width:100%;max-width:850px;object-fit:cover;object-position:center}@media (max-width: 768px){.main-wrapper .main-container{margin:10px 0;flex-direction:column}.main-wrapper .main-container .selective{flex-direction:column;gap:0}.main-wrapper .main-container .selective .box{width:100%;aspect-ratio:1/1;position:relative;overflow:hidden;margin-bottom:10px}.main-wrapper .main-container .selective .bck{width:100%;height:100%;object-fit:cover;object-position:center}.main-wrapper .main-container .inner-container{padding:20px 0;flex-direction:column;gap:20px}.main-wrapper .main-container .inner-container .left{width:100%}.main-wrapper .main-container .inner-container .right{width:90%;padding:5%;height:max-content}.main-wrapper .main-container .inner-container .right h1{font-size:28px}.main-wrapper .main-container .inner-container .right p{font-size:16px;line-height:24px}.main-wrapper .main-container .inner-container .right button{margin-top:20px;padding:12px 38px;border-radius:50px}.main-wrapper .main-container .main-title{margin:20px 0}.main-wrapper .main-container .main-title h1{font-size:28px}.main-wrapper .main-container .blog-card{width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;border-radius:10px;color:#fff;background-position:center;background-size:cover}.main-wrapper .main-container .blog-card .card-content{gap:20px}.main-wrapper .main-container .blog-card .card-content h1{font-size:14px;line-height:32px}.main-wrapper .main-container .blog-card p{font-size:12px}}.absolute-btns{position:absolute;width:98%;height:0%;display:flex;justify-content:space-between;align-items:center;z-index:999;top:50%;left:50%;transform:translate(-50%,-50%)}.absolute-btns button{background-color:var(--darker-color);border:none;height:50px;width:50px;border-radius:50px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s}.absolute-btns button:hover{background-color:var(--primary-color)}.banner-skeleton-overlay{position:relative;width:100%;height:400px;background-color:#00000080;display:flex;justify-content:center;align-items:center}.banner-skeleton-content{width:100%}.spinner{position:absolute;border:8px solid #f3f3f3;border-top:8px solid #000000;border-radius:50%;width:40px;height:40px;animation:spin 2s linear infinite}.news-modal{position:fixed;top:0;left:0;width:100%;height:100vh;background:#000c;display:flex;justify-content:center;align-items:center;z-index:9999999;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.news-modal.open{opacity:1;visibility:visible}.news-modal .news-inner{background:#fff;padding:20px;border-radius:8px;max-width:800px;width:90%;max-height:90vh;display:flex;flex-direction:row;align-items:flex-start}.news-modal .news-inner .news-image{flex:1;width:40%}.news-modal .news-inner .news-image img{aspect-ratio:1/1;width:100%;height:auto;object-fit:cover;border-radius:8px}.news-modal .news-inner .news-content{flex:2;margin-left:20px;max-height:90vh;overflow-y:auto;text-align:left;width:60%}.news-modal .news-inner .news-content h1{font-size:24px;color:var(--primary-color);margin-bottom:10px}.news-modal .news-inner .news-content p{font-size:16px;margin-bottom:10px}.news-modal ::-webkit-scrollbar{width:0px}@media (max-width: 768px){.news-modal .news-inner{max-height:70vh;width:80%;flex-direction:column;align-items:center}.news-modal .news-inner .news-image{width:60%}.news-modal .news-inner .news-image img{border-radius:8px}.news-modal .news-inner .news-content{margin-left:0;width:100%}.news-modal .news-inner .news-content h1{font-size:18px;line-height:24px}.news-modal .news-inner .news-content p{font-size:14px;margin-bottom:10px}}.receipt-wrapper{width:100%;height:100%;display:flex;justify-content:center;background-color:var(--bck-color)}.receipt-wrapper .receipt-container{width:95%;height:max-content;margin:50px 0;display:flex;justify-content:space-between}.receipt-wrapper .receipt-container .info-container{width:65%;background-color:#fff;border-radius:10px;display:flex;justify-content:center}.receipt-wrapper .receipt-container .info-container .info-inner{width:95%;height:100%;margin:2.5% 0;display:flex;flex-direction:column;align-items:center;gap:15px}.receipt-wrapper .receipt-container .info-container .info-inner form{width:100%;display:flex;flex-direction:column;gap:10px}.receipt-wrapper .receipt-container .info-container .info-inner h1{font-size:32px;font-weight:500;line-height:48px}.receipt-wrapper .receipt-container .info-container .info-inner input{width:calc(100% - 40px);margin:10px 0;padding:5px 20px;font-size:16px;height:40px;color:var(--darker-color);border-radius:50px;border:1px solid var(--darker-color)}.receipt-wrapper .receipt-container .info-container .info-inner p{font-size:18px;font-weight:400;line-height:27px}.receipt-wrapper .receipt-container .info-container .info-inner textarea{width:calc(100% - 40px);margin:10px 0;padding:10px 20px;font-size:16px;height:140px;color:var(--darker-color);border-radius:20px;border:1px solid var(--darker-color);resize:none}.receipt-wrapper .receipt-container .info-container .info-inner .info-row{width:100%;display:flex;justify-content:space-between}.receipt-wrapper .receipt-container .info-container .info-inner .info-row input{width:42%}.receipt-wrapper .receipt-container .info-container .info-inner button{margin:10px 0;width:25%;padding:12px 0;border-radius:50px}.receipt-wrapper .receipt-container .product-container{width:32.5%;display:flex;flex-direction:column;gap:40px}.receipt-wrapper .receipt-container .product-container .product-card{width:100%;background-color:#fff;border-radius:10px;display:flex;align-items:center;flex-direction:column}.receipt-wrapper .receipt-container .product-container .product-card .inner-card{width:90%;margin:2.5% 0}.receipt-wrapper .receipt-container .product-container .product-card .inner-card .title-h1{font-size:32px;font-weight:500;line-height:47px;margin:10px 0}.receipt-wrapper .receipt-container .product-container .product-card .inner-card .product-detail{margin:40px 0;display:flex;justify-content:space-between;gap:20px}.receipt-wrapper .receipt-container .product-container .product-card .inner-card .product-detail img{height:150px;width:40%;border-radius:10px}.receipt-wrapper .receipt-container .product-container .product-card .inner-card .product-detail .product-info{display:flex;gap:20px;flex-direction:column}.receipt-wrapper .receipt-container .product-container .product-card .inner-card .product-detail .product-info h1{font-size:20px;font-weight:500;line-height:30px}.receipt-wrapper .receipt-container .product-container .product-card .inner-card .product-detail .product-info p{font-size:16px;font-weight:400;line-height:24px}.receipt-wrapper .receipt-container .product-container .product-card .inner-card .product-detail .product-info .calculate{display:flex;justify-content:space-between}.receipt-wrapper .receipt-container .product-container .product-card .inner-card .prod{display:flex;padding:20px 0;border-top:1px solid var(--dark-color);border-bottom:1px solid var(--dark-color)}.receipt-wrapper .receipt-container .product-container .product-card .inner-card .prod .prod-img{position:relative}.receipt-wrapper .receipt-container .product-container .product-card .inner-card .prod .prod-img .promotion{position:absolute;top:5px;left:5px;height:30px;width:50px;border-radius:50px;background-color:var(--primary-color);display:flex;align-items:center;justify-content:center}.receipt-wrapper .receipt-container .product-container .product-card .inner-card .prod .prod-img .promotion p{font-size:12px}.receipt-wrapper .receipt-container .product-container .product-card .inner-card .prod .prod-img img{width:100px;height:100px;object-fit:cover;border-radius:10px}.receipt-wrapper .receipt-container .product-container .product-card .inner-card .prod .prod-content{flex-grow:1;padding-left:10px;display:flex;flex-direction:column;justify-content:space-between}.receipt-wrapper .receipt-container .product-container .product-card .inner-card .prod .prod-content p{font-size:14px}.receipt-wrapper .receipt-container .product-container .product-card .inner-card .prod .prod-content .f-line{display:flex;justify-content:space-between;align-items:flex-start}.receipt-wrapper .receipt-container .product-container .product-card .inner-card .prod .prod-content .f-line button{background-color:transparent;border:none;cursor:pointer;height:100%}.receipt-wrapper .receipt-container .product-container .product-card .inner-card .prod .prod-content .f-line h1{font-size:16px}.receipt-wrapper .receipt-container .product-container .product-card .inner-card .prod .prod-content .calculate{display:flex;justify-content:space-between}.receipt-wrapper .receipt-container .product-container .product-card .inner-card .line{background-color:var(--darker-color);height:2px;margin-bottom:20px}.receipt-wrapper .receipt-container .product-container .product-card .inner-card .product-inner{display:flex;justify-content:space-between;margin:15px 0}.receipt-wrapper .receipt-container .product-container .product-card .inner-card .product-inner p{font-size:18px;font-weight:600;line-height:27px}.receipt-wrapper .receipt-container .product-container .check-list{width:100%;background-color:#fff;border-radius:10px;display:flex;align-items:center;flex-direction:column}.receipt-wrapper .receipt-container .product-container .check-list .check-inner{width:90%;margin:2.5% 0;display:flex;flex-direction:column;align-items:center;gap:20px}.receipt-wrapper .receipt-container .product-container .check-list .check-inner .check{position:relative;display:flex;align-items:center;cursor:pointer}.receipt-wrapper .receipt-container .product-container .check-list .check-inner .check input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;border-radius:4px;border:2px solid var(--primary-color);background-color:#fff;cursor:pointer;position:relative;margin-right:10px}.receipt-wrapper .receipt-container .product-container .check-list .check-inner .check input[type=checkbox]:checked{border-color:var(--primary-color);background-color:var(--primary-color)}.receipt-wrapper .receipt-container .product-container .check-list .check-inner .check input[type=checkbox]:checked:after{content:"";position:absolute;top:50%;left:50%;width:10px;height:10px;background-color:#fff;border-radius:2px;transform:translate(-50%,-50%)}.receipt-wrapper .receipt-container .product-container .check-list .check-inner .check input[type=checkbox]:disabled{border-color:var(--dark-color);background-color:#fff;cursor:not-allowed}.receipt-wrapper .receipt-container .product-container .check-list .check-inner .check label{font-size:16px;font-weight:300;line-height:24px;cursor:pointer}.receipt-wrapper .receipt-container .product-container .check-list .check-inner p{font-size:16px;font-weight:300;line-height:24px}.receipt-wrapper .receipt-container .product-container .check-list .check-inner button{width:90%;padding:12px 0;border-radius:50px}.receipt-wrapper .success-container{position:relative;text-align:center;background:#fff;padding:50px;border-radius:10px;box-shadow:0 2px 10px #0000001a;width:calc(80% - 100px);margin:50px 0;display:flex;flex-direction:column;align-items:center}.receipt-wrapper .success-container .close{position:absolute;top:20px;right:20px;width:30px;height:30px;border-radius:30px;border:none;background-color:var(--dark-color);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:20px}.receipt-wrapper .success-container .close:hover{background-color:var(--darker-color)}.receipt-wrapper .success-container .icon{margin-bottom:20px;padding:20px;border-radius:50%;box-shadow:#959da533 0 8px 24px}.receipt-wrapper .success-container .icon img{width:50px;height:50px}.receipt-wrapper .success-container h1{font-size:24px;margin:10px 0}.receipt-wrapper .success-container p{font-size:16px;color:#666}.receipt-wrapper .success-container .line{height:1px;width:80%;background:#ddd;margin:20px 0}.receipt-wrapper .success-container .boxes{display:flex;justify-content:space-between;margin-top:20px;width:80%}.receipt-wrapper .success-container .boxes .box{flex:1;text-align:left;padding:10px;border:1px solid #ddd;border-radius:5px;margin:0 10px}.receipt-wrapper .success-container .boxes .box:first-child{margin-left:0}.receipt-wrapper .success-container .boxes .box:last-child{margin-right:0}.receipt-wrapper .success-container .boxes .box p{font-size:14px;color:#999}.receipt-wrapper .success-container .boxes .box h1{font-size:16px;margin:5px 0;color:#000}.receipt-wrapper .success-container .boxes .box a{color:#000}@media (max-width: 768px){.receipt-wrapper .receipt-container{width:90%;margin:20px 0;flex-direction:column-reverse;gap:20px}.receipt-wrapper .receipt-container .info-container{width:100%}.receipt-wrapper .receipt-container .info-container .info-inner{width:95%;margin:2.5% 0;gap:10px}.receipt-wrapper .receipt-container .info-container .info-inner form{width:100%;display:flex;flex-direction:column;gap:5px}.receipt-wrapper .receipt-container .info-container .info-inner h1{font-size:28px}.receipt-wrapper .receipt-container .info-container .info-inner input{height:35px;font-size:16px}.receipt-wrapper .receipt-container .info-container .info-inner p{font-size:16px}.receipt-wrapper .receipt-container .info-container .info-inner .info-row{width:100%;display:flex;justify-content:space-between}.receipt-wrapper .receipt-container .info-container .info-inner .info-row input{width:37%}.receipt-wrapper .receipt-container .info-container .info-inner .check{padding:0 10px;position:relative;display:flex;align-items:center;cursor:pointer;justify-content:space-between}.receipt-wrapper .receipt-container .info-container .info-inner .check div{display:flex;align-items:center}.receipt-wrapper .receipt-container .info-container .info-inner .check button{width:35%}.receipt-wrapper .receipt-container .info-container .info-inner .check input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;border-radius:4px;border:2px solid var(--primary-color);background-color:#fff;cursor:pointer;position:relative;margin-right:10px;padding:10px}.receipt-wrapper .receipt-container .info-container .info-inner .check input[type=checkbox]:checked{border-color:var(--primary-color);background-color:var(--primary-color)}.receipt-wrapper .receipt-container .info-container .info-inner .check input[type=checkbox]:checked:after{content:"";position:absolute;top:50%;left:50%;width:10px;height:10px;background-color:#fff;border-radius:2px;transform:translate(-50%,-50%)}.receipt-wrapper .receipt-container .info-container .info-inner .check input[type=checkbox]:disabled{border-color:var(--dark-color);background-color:#fff;cursor:not-allowed}.receipt-wrapper .receipt-container .info-container .info-inner .check label{font-size:16px;font-weight:300;line-height:24px;cursor:pointer}.receipt-wrapper .receipt-container .product-container{width:100%;gap:20px}.receipt-wrapper .receipt-container .product-container .product-card .inner-card h1{font-size:28px}.receipt-wrapper .receipt-container .product-container .product-card .inner-card .product-detail{margin:20px 0}.receipt-wrapper .success-container h1{font-size:20px}.receipt-wrapper .success-container p{font-size:14px}.receipt-wrapper .success-container .boxes{flex-direction:column;align-items:center;gap:10px}.receipt-wrapper .success-container .boxes .box{width:100%;margin:0}.receipt-wrapper .success-container .boxes .box p{font-size:12px;color:#999}.receipt-wrapper .success-container .boxes .box h1{font-size:14px;margin:5px 0}}.login-wrapper{width:100%;min-height:100vh;background-color:var(--bck-color);display:flex;justify-content:center;align-items:center}.login-wrapper .login-container{height:95%;width:95%;display:flex;align-items:center}.login-wrapper .login-container .inner-container{height:100%;width:50%;display:flex;flex-direction:column;justify-content:center;gap:20px;margin:50px 0}.login-wrapper .login-container .inner-container .logo{position:absolute;top:5%;left:2.5%;height:35px;width:auto}.login-wrapper .login-container .inner-container h1{font-size:35px;font-weight:500;line-height:45px}.login-wrapper .login-container .inner-container p{font-size:16px;font-weight:400;line-height:24px;color:var(--dark-color)}.login-wrapper .login-container .inner-container img{width:100px;margin-bottom:20px}.login-wrapper .login-container .inner-container input{padding:10px 20px;font-size:16px;height:40px;width:60%;color:var(--darker-color);border-radius:50px;border:1px solid var(--darker-color);background-color:transparent}.login-wrapper .login-container .inner-container button{padding:10px;color:var(--darker-color);border-radius:50px;border:1px solid var(--darker-color);cursor:pointer}.login-wrapper .login-container .inner-container .select{display:flex;gap:20px;margin:30px 0}.login-wrapper .login-container .inner-container .select button{height:40px;width:150px}.login-wrapper .login-container .inner-container .select button:active,.login-wrapper .login-container .inner-container .select button.active{background-color:#000;color:#fff}.login-wrapper .login-container .inner-container .login-content{display:flex;flex-direction:column;gap:10px}.login-wrapper .login-container .inner-container .login-content button{height:60px;width:calc(60% + 40px);background-color:#000;color:#fff}.login-wrapper .login-container .inner-container .register-content{display:flex;flex-direction:column;gap:10px}.login-wrapper .login-container .inner-container .register-content .name{width:calc(60% + 40px);display:flex;justify-content:space-between}.login-wrapper .login-container .inner-container .register-content .name input{width:50%}.login-wrapper .login-container .inner-container .register-content button{height:60px;width:calc(60% + 40px);background-color:#000;color:#fff}.login-wrapper .login-container .inner-container .password-content{display:flex;flex-direction:column;gap:10px}.login-wrapper .login-container .inner-container .password-content button{height:60px;width:calc(60% + 40px);background-color:#000;color:#fff}.login-wrapper .login-container .login-banner{height:100%;margin:50px 0;width:50%;border-radius:10px}.login-wrapper .login-container .login-banner img{height:100%;width:100%;object-fit:cover;object-position:center;border-radius:10px}.dropdown{display:flex;flex-direction:column;gap:10px}.dropdown .dropdown-select{width:65%;display:flex;align-items:center;justify-content:space-between;border:1px solid #000;height:40px;padding:10px 20px;border-radius:50px;font-family:Poppins,sans-serif}.dropdown .dropdown-menu{position:absolute;margin-top:70px;width:30.5%;height:80px;padding:10px;border-radius:8px;border:1px solid #000;background-color:var(--bck-color);box-shadow:#0000003d 0 3px 8px}.dropdown .dropdown-menu .dropdown-item{font-family:Poppins,sans-serif;padding:10px;cursor:pointer}.dropdown .dropdown-menu .dropdown-item:last-child{border-top:1px solid #000}.dropdown .dropdown-menu .dropdown-item:hover{background-color:#ebebeb}.text-danger-custom{color:red;font-family:poppins}@media (max-width: 768px){.login-wrapper .login-container{width:90%;display:flex}.login-wrapper .login-container .inner-container{height:100%;width:100%;display:flex;flex-direction:column;justify-content:center;gap:20px}.login-wrapper .login-container .inner-container h1{font-size:28px}.login-wrapper .login-container .inner-container p{font-size:16px}.login-wrapper .login-container .inner-container input{height:40px;width:calc(100% - 40px)}.login-wrapper .login-container .inner-container .select{display:flex;gap:10px;margin:30px 0}.login-wrapper .login-container .inner-container .select button{height:40px;width:150px}.login-wrapper .login-container .inner-container .select button:active,.login-wrapper .login-container .inner-container .select button.active{background-color:#000;color:#fff}.login-wrapper .login-container .inner-container .register-content .name{width:100%}.login-wrapper .login-container .inner-container .register-content .name input{width:38%}.login-wrapper .login-container .inner-container .register-content button{width:100%}.login-wrapper .login-container .login-banner{display:none}.dropdown .dropdown-select{width:100%}.dropdown .dropdown-menu{width:90%;height:110px;background-color:var(--bck-color);z-index:10000}}.profile-wrapper{width:100%;height:100%;display:flex;justify-content:center;background-color:var(--bck-color)}.profile-wrapper .profile-container{width:90%;margin:50px 0;display:flex;justify-content:space-between;gap:50px}.profile-wrapper .profile-container .navigator{height:100%;width:25%;display:flex;flex-direction:column}.profile-wrapper .profile-container .navigator div{border-top-left-radius:10px;border-top-right-radius:10px;padding:20px;background-color:var(--primary-color)}.profile-wrapper .profile-container .navigator div h1{font-size:25px;font-weight:500;line-height:37.5px;color:#000;font-family:Poppins,sans-serif}.profile-wrapper .profile-container .navigator button{cursor:pointer;padding:17px;width:100%;display:flex;justify-content:flex-start;gap:20px;border:1px solid var(--secondary-color);border-bottom:1px solid var(--dark-color);background-color:#fff;font-size:16px;font-weight:400;line-height:24px;color:#000;font-family:Poppins,sans-serif}.profile-wrapper .profile-container .navigator button img{height:20px;opacity:.6}.profile-wrapper .profile-container .navigator button:last-child{border-bottom-left-radius:10px;border-bottom-right-radius:10px;border-bottom:none}.profile-wrapper .profile-container .navigator .active{background-color:var(--dark-color)}.profile-wrapper .profile-container .navigator .active img{opacity:1}.profile-wrapper .profile-container .content{width:70%}.profile-wrapper .profile-container .content .info-inner{background-color:#fff;padding:40px;border-radius:10px;display:flex;flex-direction:column;gap:40px}.profile-wrapper .profile-container .content .info-inner .title{padding-bottom:20px;border-bottom:1px solid var(--dark-color)}.profile-wrapper .profile-container .content .info-inner .title h1{font-size:32px;font-weight:500;line-height:48px}.profile-wrapper .profile-container .content .info-inner .info-container{display:flex;flex-wrap:wrap;justify-content:space-between}.profile-wrapper .profile-container .content .info-inner .info-container form{width:100%;display:flex;flex-direction:column;gap:10px}.profile-wrapper .profile-container .content .info-inner .info-container form input{width:calc(100% - 40px);margin:10px 0;padding:5px 20px;font-size:16px;height:40px;color:var(--darker-color);border-radius:50px;border:1px solid var(--darker-color)}.profile-wrapper .profile-container .content .info-inner .info-container form .row,.profile-wrapper .profile-container .content .info-inner .info-container form .profile-btns{display:flex;gap:20px}.profile-wrapper .profile-container .content .info-inner .info-container form .profile-btns button{width:100%}.profile-wrapper .profile-container .content .info-inner button{border:1px solid #000;background-color:#000;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:12px 32px;border-radius:50px;height:60px;width:45%}.profile-wrapper .profile-container .content .order-inner{background-color:#fff;padding:40px;border-radius:10px;display:flex;flex-direction:column;gap:40px}.profile-wrapper .profile-container .content .order-inner .title{padding-bottom:20px;display:flex;justify-content:space-between;border-bottom:1px solid var(--dark-color)}.profile-wrapper .profile-container .content .order-inner .title h1{font-size:32px;font-weight:500;line-height:48px}.profile-wrapper .profile-container .content .order-inner .title button{padding:12px 32px;border-radius:50px}.profile-wrapper .profile-container .content .order-inner .order-container{display:flex;flex-wrap:wrap;justify-content:space-between;padding-bottom:40px;border-bottom:1px solid var(--dark-color)}.profile-wrapper .profile-container .content .order-inner .order-container .line{width:100%;display:flex;justify-content:space-between;align-items:center}.profile-wrapper .profile-container .content .order-inner .order-container .line .expand-icon{display:flex;align-items:center;gap:10px;background-color:transparent;border:none;font-size:16px}.profile-wrapper .profile-container .content .order-inner .order-container .line .expand-icon img{height:10px}.profile-wrapper .profile-container .content .order-inner .order-container .line .id{padding:12px;border-radius:50px;background-color:var(--primary-color);border:none}.profile-wrapper .profile-container .content .order-inner .order-container .line .content{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:5px}.profile-wrapper .profile-container .content .order-inner .order-container .line .content .status{font-size:18px}.profile-wrapper .profile-container .content .wish-list-inner{background-color:#fff;padding:40px;border-radius:10px;display:flex;flex-direction:column;gap:40px}.profile-wrapper .profile-container .content .wish-list-inner .title{padding-bottom:20px;display:flex;justify-content:space-between;border-bottom:1px solid var(--dark-color)}.profile-wrapper .profile-container .content .wish-list-inner .title h1{font-size:32px;font-weight:500;line-height:48px}.profile-wrapper .profile-container .content .wish-list-inner .title button{padding:12px 32px;border-radius:50px}.profile-wrapper .profile-container .content .wish-list-inner .wish-list-container{display:flex;flex-wrap:wrap;justify-content:space-between}.profile-wrapper .profile-container .content .wish-list-inner .wish-list-container .product-card{background-color:#fff;height:100%;width:100%;border-radius:10px;display:flex;flex-direction:column;align-items:center}.profile-wrapper .profile-container .content .wish-list-inner .wish-list-container .product-card .product-img{position:relative;height:340px;width:100%}.profile-wrapper .profile-container .content .wish-list-inner .wish-list-container .product-card .product-img .promotion{position:absolute;top:10px;right:10px;height:30px;width:80px;border-radius:50px;background-color:var(--primary-color);display:flex;align-items:center;justify-content:center}.profile-wrapper .profile-container .content .wish-list-inner .wish-list-container .product-card .product-img .promotion p{font-size:14px}.profile-wrapper .profile-container .content .wish-list-inner .wish-list-container .product-card .product-img .promotion-new{position:absolute;top:10px;left:10px;height:30px;width:80px;border-radius:50px;background-color:var(--primary-color);display:flex;align-items:center;justify-content:center}.profile-wrapper .profile-container .content .wish-list-inner .wish-list-container .product-card .product-img .promotion-new p{font-size:14px}.profile-wrapper .profile-container .content .wish-list-inner .wish-list-container .product-card .product-img img{height:100%;width:100%;object-position:center;object-fit:cover;border-top-left-radius:10px;border-top-right-radius:10px}.profile-wrapper .profile-container .content .wish-list-inner .wish-list-container .product-card .product-content{padding:20px;height:200px;width:90%;display:flex;flex-direction:column;justify-content:space-between}.profile-wrapper .profile-container .content .wish-list-inner .wish-list-container .product-card .product-content h1{text-transform:uppercase;font-size:20px;font-weight:500;line-height:30px;text-align:left}.profile-wrapper .profile-container .content .wish-list-inner .wish-list-container .product-card .product-content p{font-size:16px;font-weight:300;line-height:24px}.profile-wrapper .profile-container .content .wish-list-inner .wish-list-container .product-card .product-content .category{color:#acacac;text-transform:uppercase;font-size:16px;font-weight:300;line-height:24px;text-align:left}.profile-wrapper .profile-container .content .wish-list-inner .wish-list-container .product-card .product-content .product-content-inner{display:flex;width:100%;justify-content:space-between}.profile-wrapper .profile-container .content .wish-list-inner .wish-list-container .product-card .product-content .product-content-inner .price{display:flex;gap:10px}.profile-wrapper .profile-container .content .wish-list-inner .wish-list-container .product-card .product-content .product-content-inner .price .before{text-decoration:line-through;color:var(--dark-color);font-size:18px;font-weight:400;line-height:37.5px}.profile-wrapper .profile-container .content .wish-list-inner .wish-list-container .product-card .product-content .product-content-inner .price p{text-transform:uppercase;font-size:25px;font-weight:600;line-height:37.5px}.profile-wrapper .profile-container .content .wish-list-inner .wish-list-container .product-card .product-content .product-content-inner .color-indicator{border:1px solid #ccc;width:30px;height:30px;border-radius:50%}.profile-wrapper .profile-container .content .wish-list-inner .wish-list-container .product-card .product-content .product-btn{margin-top:10px;width:100%;display:flex;align-items:center;justify-content:center}.profile-wrapper .profile-container .content .wish-list-inner .wish-list-container .product-card .product-content .product-btn button{width:90%;border-radius:50px;height:50px;text-transform:uppercase;gap:20px}.profile-wrapper .profile-container .content .wish-list-inner .wish-list-container .product-card .product-content .product-btn button .cart{height:25px;width:25px;object-fit:contain}.profile-wrapper .profile-container .content .cart-inner{background-color:#fff;padding:40px;border-radius:10px;display:flex;flex-direction:column;gap:40px}.profile-wrapper .profile-container .content .cart-inner .title{padding-bottom:20px;display:flex;justify-content:space-between;border-bottom:1px solid var(--dark-color)}.profile-wrapper .profile-container .content .cart-inner .title h1{font-size:32px;font-weight:500;line-height:48px}.profile-wrapper .profile-container .content .cart-inner .title button{padding:12px 32px;border-radius:50px}.profile-wrapper .profile-container .content .cart-inner .wish-cart-container{display:flex;flex-wrap:wrap;justify-content:space-between}.profile-wrapper .profile-container .content .cart-inner .wish-cart-container .product-card{background-color:#fff;height:100%;width:100%;border-radius:10px;display:flex;flex-direction:column;align-items:center}.profile-wrapper .profile-container .content .cart-inner .wish-cart-container .product-card .product-img{height:340px;width:100%}.profile-wrapper .profile-container .content .cart-inner .wish-cart-container .product-card .product-img img{height:100%;width:100%;object-position:center;object-fit:cover;border-top-left-radius:10px;border-top-right-radius:10px}.profile-wrapper .profile-container .content .cart-inner .wish-cart-container .product-card .product-content{padding:20px;height:200px;width:90%;display:flex;flex-direction:column;justify-content:space-between}.profile-wrapper .profile-container .content .cart-inner .wish-cart-container .product-card .product-content h1{text-transform:uppercase;font-size:20px;font-weight:500;line-height:30px;text-align:left}.profile-wrapper .profile-container .content .cart-inner .wish-cart-container .product-card .product-content p{font-size:16px;font-weight:300;line-height:24px}.profile-wrapper .profile-container .content .cart-inner .wish-cart-container .product-card .product-content .category{color:#acacac;text-transform:uppercase;font-size:16px;font-weight:300;line-height:24px;text-align:left}.profile-wrapper .profile-container .content .cart-inner .wish-cart-container .product-card .product-content .product-content-inner{display:flex;width:100%;justify-content:space-between}.profile-wrapper .profile-container .content .cart-inner .wish-cart-container .product-card .product-content .product-content-inner p{text-transform:uppercase;font-size:25px;font-weight:600;line-height:37.5px}.profile-wrapper .profile-container .content .cart-inner .wish-cart-container .product-card .product-content .product-content-inner .color-indicator{border:1px solid #ccc;width:30px;height:30px;border-radius:50%}.profile-wrapper .profile-container .content .cart-inner .wish-cart-container .product-card .product-content .product-btn{margin-top:10px;width:100%;display:flex;align-items:center;justify-content:center}.profile-wrapper .profile-container .content .cart-inner .wish-cart-container .product-card .product-content .product-btn button{width:90%;border-radius:50px;height:50px;text-transform:uppercase;gap:20px}.profile-wrapper .profile-container .content .cart-inner .wish-cart-container .product-card .product-content .product-btn button .cart{height:25px;width:25px;object-fit:contain}.profile-wrapper .profile-container .content .address-inner{background-color:#fff;padding:40px;border-radius:10px;display:flex;flex-direction:column;gap:40px}.profile-wrapper .profile-container .content .address-inner .title{padding-bottom:20px;display:flex;justify-content:space-between;border-bottom:1px solid var(--dark-color)}.profile-wrapper .profile-container .content .address-inner .title h1{font-size:32px;font-weight:500;line-height:48px}.profile-wrapper .profile-container .content .address-inner .title button{padding:12px 32px;border-radius:50px}.profile-wrapper .profile-container .content .address-inner .address-container{display:flex;flex-wrap:wrap;justify-content:space-between;padding-bottom:40px;border-bottom:1px solid var(--dark-color)}.profile-wrapper .profile-container .content .address-inner .address-container .line{width:100%;display:flex;justify-content:center;align-items:center;gap:20px}.profile-wrapper .profile-container .content .address-inner .address-container .line button{padding:12px 2ch;border-radius:50px}.profile-wrapper .profile-container .content .address-inner .address-container .line button img{height:20px}.profile-wrapper .profile-container .content .address-inner .address-container .line .functions{width:20%;display:flex;justify-content:flex-end}.profile-wrapper .profile-container .content .address-inner .address-container .line .address{width:70%;padding:12px 32px;border:1px solid var(--dark-color);border-radius:50px}.profile-wrapper .profile-container .content .address-inner .address-container .line .address p{font-size:16px;font-weight:400;line-height:24px}.profile-wrapper .profile-container .content .on-sale{background-color:#fff;padding:40px;border-radius:10px;display:flex;flex-direction:column;gap:40px}.profile-wrapper .profile-container .content .on-sale .title{padding-bottom:20px;display:flex;justify-content:space-between;border-bottom:1px solid var(--dark-color)}.profile-wrapper .profile-container .content .on-sale .title h1{font-size:32px;font-weight:500;line-height:48px}.profile-wrapper .profile-container .content .on-sale .title button{padding:12px 32px;border-radius:50px}.profile-wrapper .profile-container .content .on-sale .on-sale-container .line{display:flex;justify-content:space-between;border-bottom:1px solid var(--dark-color);padding:2px 0;margin:5px 0}@media (max-width: 1540px){.profile-wrapper .profile-container .content{width:70%}.profile-wrapper .profile-container .content .info-inner{padding:30px;gap:30px}.profile-wrapper .profile-container .content .info-inner .info-container{display:flex;flex-wrap:wrap;justify-content:space-between}.profile-wrapper .profile-container .content .info-inner .info-container input{width:44%}.profile-wrapper .profile-container .content .info-inner button{width:48%}.profile-wrapper .profile-container .content .order-inner{background-color:#fff;padding:40px;border-radius:10px;display:flex;flex-direction:column;gap:40px}.profile-wrapper .profile-container .content .order-inner .title{padding-bottom:20px;display:flex;justify-content:space-between;border-bottom:1px solid var(--dark-color)}.profile-wrapper .profile-container .content .order-inner .title h1{font-size:32px;font-weight:500;line-height:48px}.profile-wrapper .profile-container .content .order-inner .title button{padding:12px 32px;border-radius:50px}.profile-wrapper .profile-container .content .order-inner .order-container{display:flex;flex-wrap:wrap;justify-content:space-between;padding-bottom:40px;border-bottom:1px solid var(--dark-color)}.profile-wrapper .profile-container .content .order-inner .order-container .line{width:100%;display:flex;justify-content:space-between}.profile-wrapper .profile-container .content .order-inner .order-container .line button{padding:12px 28px;border-radius:50px}.profile-wrapper .profile-container .content .wish-list-inner{padding:30px;gap:30px}.profile-wrapper .profile-container .content .wish-list-inner .wish-list-container .product-card .product-img{height:270px}.profile-wrapper .profile-container .content .wish-list-inner .wish-list-container .product-card .product-content{padding:15px}}@media (max-width: 768px){.profile-wrapper .profile-container{margin:20px 0;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:20px}.profile-wrapper .profile-container .navigator{height:100%;width:100%}.profile-wrapper .profile-container .navigator div h1{font-size:20px;line-height:26px}.profile-wrapper .profile-container .content{width:100%}.profile-wrapper .profile-container .content .info-inner{padding:20px;gap:20px}.profile-wrapper .profile-container .content .info-inner .title{padding-bottom:10px}.profile-wrapper .profile-container .content .info-inner .title h1{font-size:26px;line-height:32px}.profile-wrapper .profile-container .content .info-inner .info-container input{height:50px;width:90%;margin:10px 10px 10px 0}.profile-wrapper .profile-container .content .info-inner button{height:50px;width:50%;padding:12px 28px}.profile-wrapper .profile-container .content .order-inner{padding:20px;flex-direction:column;gap:20px}.profile-wrapper .profile-container .content .order-inner .title{padding-bottom:10px}.profile-wrapper .profile-container .content .order-inner .title h1{font-size:26px;line-height:32px}.profile-wrapper .profile-container .content .order-inner .title button{padding:12px 28px;border-radius:50px}.profile-wrapper .profile-container .content .order-inner .order-container{padding-bottom:20px}.profile-wrapper .profile-container .content .order-inner .order-container .line{width:100%;display:flex;flex-wrap:wrap;justify-content:space-between}.profile-wrapper .profile-container .content .order-inner .order-container .line button{border-radius:50px;width:49%;height:40px;margin-bottom:10px}.profile-wrapper .profile-container .content .wish-list-inner{padding:20px;flex-direction:column;gap:20px}.profile-wrapper .profile-container .content .wish-list-inner .title{padding-bottom:10px}.profile-wrapper .profile-container .content .wish-list-inner .title h1{font-size:26px;line-height:32px}.profile-wrapper .profile-container .content .wish-list-inner .title button{padding:12px 28px;border-radius:50px}.profile-wrapper .profile-container .content .wish-list-inner .wish-list-container .product-card .product-img{height:180px}.profile-wrapper .profile-container .content .wish-list-inner .wish-list-container .product-card .product-content h1{font-size:18px;line-height:26px}.profile-wrapper .profile-container .content .wish-list-inner .wish-list-container .product-card .product-content p{font-size:14px;line-height:20px}.profile-wrapper .profile-container .content .wish-list-inner .wish-list-container .product-card .product-content .product-content-inner p{font-size:18px}.profile-wrapper .profile-container .content .wish-list-inner .wish-list-container .product-card .product-content .product-btn button{height:40px}.profile-wrapper .profile-container .content .wish-list-inner .wish-list-container .product-card .product-content .product-btn button .cart{height:20px;width:20px}}.spinner{border:4px solid #f3f3f3;border-top:4px solid var(--primary-color);border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite;margin:40px auto}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}/*!
* Quill Editor v1.3.7
* https://quilljs.com/
* Copyright (c) 2014, Jason Chen
* Copyright (c) 2013, salesforce.com
*/.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor ul,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"•"}.ql-editor ul[data-checked=true],.ql-editor ul[data-checked=false]{pointer-events:none}.ql-editor ul[data-checked=true]>li *,.ql-editor ul[data-checked=false]>li *{pointer-events:all}.ql-editor ul[data-checked=true]>li:before,.ql-editor ul[data-checked=false]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"☑"}.ql-editor ul[data-checked=false]>li:before{content:"☐"}.ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}.ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;counter-increment:list-0}.ql-editor ol li:before{content:counter(list-0,decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:"";display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected{color:#06c}.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#06c}@media (pointer: coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-thin,.ql-snow .ql-stroke.ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor pre{white-space:pre-wrap;margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-label:before,.ql-snow .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-label:before,.ql-snow .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-label:before,.ql-snow .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:#0003 0 2px 8px}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0px}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0px;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}.win-nav-wrapper{z-index:11111;position:fixed;width:100%;height:120px;display:flex;align-items:center;justify-content:center;transition:background-color .3s ease-in-out}.win-nav-wrapper.fixed{background-color:#fff}.win-nav-wrapper .win-nav-container{width:90%;height:100%;border-bottom:1px solid #fff;display:flex;justify-content:space-between;align-items:center}.win-nav-wrapper .win-nav-container .win-nav-logo{height:70px}.win-nav-wrapper .win-nav-container .win-nav-logo img{height:100%}.win-nav-wrapper .win-nav-container .navbar-list{width:60%}.win-nav-wrapper .win-nav-container .navbar-list ul{display:flex;justify-content:space-between;align-items:center}.win-nav-wrapper .win-nav-container .navbar-list ul li{list-style:none;margin-right:10px}.win-nav-wrapper .win-nav-container .navbar-list ul li a,.win-nav-wrapper .win-nav-container .navbar-list ul li button{padding:10px 30px;border:none;color:#fff;cursor:pointer;font-size:18px;font-style:normal;font-weight:500;line-height:normal;background-color:transparent;text-transform:uppercase;transition:color .3s ease-in-out}.win-nav-wrapper.fixed .win-nav-container{border-bottom:1px solid var(--primary-color)}.win-nav-wrapper.fixed .win-nav-container .navbar-list ul li a,.win-nav-wrapper.fixed .win-nav-container .navbar-list ul li button{color:#000}.mobile-menu-toggle{display:none;position:relative;z-index:100;color:var(--primary-color);font-size:20px;cursor:pointer;border:none;transition:color .3s ease-in-out,transform .3s ease-in-out}@media (max-width: 1600px){.win-nav-wrapper .win-nav-container .navbar-list{width:60%}.win-nav-wrapper .win-nav-container .navbar-list ul li a,.win-nav-wrapper .win-nav-container .navbar-list ul li button{padding:10px 20px;font-size:16px}}@media (max-width: 1200px){.win-nav-wrapper .win-nav-container .navbar-list{width:65%}.win-nav-wrapper .win-nav-container .navbar-list ul li a,.win-nav-wrapper .win-nav-container .navbar-list ul li button{padding:10px;font-size:16px}}@media (max-width: 1000px){.win-nav-wrapper{height:80px;width:100%;background:transparent;background-color:#fff}.win-nav-wrapper .win-nav-container{width:90%;border-bottom:none}.win-nav-wrapper .win-nav-container .navbar-list{display:none;background-color:#fff}.win-nav-wrapper .win-nav-container .navbar-list.show-mobile-menu{display:block}.win-nav-wrapper .win-nav-container .navbar-list ul{flex-direction:column;align-items:center;background-color:transparent}.win-nav-wrapper .win-nav-container .navbar-list li{margin:10px 0}.win-nav-wrapper .win-nav-container .mobile-menu-toggle{display:flex;cursor:pointer;background:none;border:none;font-size:24px;color:var(--primary-color);background-color:transparent}.win-nav-wrapper.mobile-menu .win-nav-container .navbar-list{padding:20px 0;display:block;position:absolute;top:80px;right:0;width:100%;z-index:1111;border-bottom:1px solid var(--primary-color);box-shadow:2px 5px 5px #00000080}.win-nav-wrapper.mobile-menu .win-nav-container .navbar-list ul li{width:100%;display:flex;justify-content:center;background-color:transparent}.win-nav-wrapper.mobile-menu .win-nav-container .navbar-list ul li a,.win-nav-wrapper.mobile-menu .win-nav-container .navbar-list ul li button{color:#000}}.about-wrapper{width:100%;height:100%;display:flex;justify-content:center;background-color:#000;color:#fff}.about-wrapper .about-container{width:90%;height:800px;margin:50px 0;display:flex;justify-content:space-between;gap:50px}.about-wrapper .about-container .left{width:55%;height:100%;display:flex;flex-direction:column;gap:20px}.about-wrapper .about-container .left h1{font-size:55px;font-weight:400;line-height:72px}.about-wrapper .about-container .left p{font-size:18px;font-weight:300;line-height:27px;opacity:.6}.about-wrapper .about-container .left button{font-size:18px;font-weight:600;line-height:27px;color:#fff;background-color:transparent;border:none;padding:12px 32px 12px 0;display:flex;align-items:center;gap:40px;cursor:pointer}.about-wrapper .about-container .left button img{height:20px}.about-wrapper .about-container .right{width:40%;height:100%}.about-wrapper .about-container .right video,.about-wrapper .about-container .right img{height:100%;width:100%;object-fit:cover;object-position:center}.win-wrapper{width:100%;height:100%;display:flex;justify-content:center;background-color:#fff}.win-wrapper .win-container{width:90%;margin:50px 0;display:flex;flex-direction:column;justify-content:space-between;gap:50px}.win-wrapper .win-container .win-title h1{font-size:55px;font-weight:400;line-height:71.12px}.win-wrapper .win-container .win-category{width:100%;height:800px;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;color:#fff;background-position:center;background-size:cover}.win-wrapper .win-container .win-category .category-content{display:flex;justify-content:space-between;align-items:center;margin-left:5%;height:10%;width:90%}.win-wrapper .win-container .win-category .category-content button{font-size:18px;font-weight:600;line-height:27px;color:#fff;background-color:transparent;border:none;padding:12px 32px;display:flex;align-items:center;gap:40px;cursor:pointer}.win-wrapper .win-container .win-category .category-content button img{height:20px}.win-wrapper .win-container .win-category .category-content h1{font-size:18px;font-weight:500;line-height:27px}.win-wrapper .win-container .win-work{width:100%;height:600px;display:flex}.win-wrapper .win-container .win-work video,.win-wrapper .win-container .win-work img{height:100%;width:100%;object-fit:cover;object-position:center}.win-wrapper .win-container .win-btn{width:100%;display:flex;align-items:center;justify-content:center}.win-wrapper .win-container .win-btn button{font-size:18px;font-weight:600;line-height:27px;color:#000;background-color:transparent;border:none;padding:12px 32px;display:flex;align-items:center;gap:40px;cursor:pointer}.win-wrapper .win-container .win-btn button img{height:20px}.contact-win{width:100%;height:calc(100vh - 100px);display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#000;color:#fff;padding:50px 0}.contact-win .contact-win-title{width:90%}.contact-win .contact-win-title h1{font-size:55px;font-style:normal;font-weight:400;line-height:normal}.contact-win .contact-win-container{width:90%;height:100%;margin-top:50px;display:flex;justify-content:space-between;align-items:flex-start}.contact-win .contact-win-container .left{width:30%;height:100%}.contact-win .contact-win-container .left form{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:30px}.contact-win .contact-win-container .left form div{width:100%;display:flex;flex-direction:column;gap:10px}.contact-win .contact-win-container .left form div label{color:var(--primary-color);font-size:16px;font-style:normal;font-weight:500;line-height:normal}.contact-win .contact-win-container .left form div input{width:calc(100% - 30px);background-color:transparent;color:#fff;height:60px;padding:0 15px;border:1px solid var(--dark-color);color:var(--butoncolor, #d9d9d9);font-size:16px;font-weight:500;line-height:normal}.contact-win .contact-win-container .left form div textarea{width:calc(100% - 30px);background-color:transparent;color:#fff;height:150px;padding:10px 15px;border:1px solid var(--dark-color);resize:none;font-size:16px;font-weight:500;line-height:normal}.contact-win .contact-win-container .left form button{font-size:18px;font-weight:600;line-height:27px;color:#fff;background-color:transparent;border:none;padding:12px 32px 12px 0;display:flex;align-items:center;gap:40px;cursor:pointer;text-transform:uppercase}.contact-win .contact-win-container .left form button img{height:20px}.contact-win .contact-win-container .left form h1{font-size:18px;font-weight:500;line-height:27px}.contact-win .contact-win-container .right{width:50%;height:100%}.contact-win .contact-win-container .right iframe,.contact-win .contact-win-container .right img{width:100%;height:calc(100vh - 150px);object-fit:contain;object-position:center}.testimonials-wrapper{width:100%;height:calc(100vh - 100px);display:flex;flex-direction:column;align-items:center;justify-content:center;color:#000;padding:50px 0;gap:50px}.testimonials-wrapper .testimonials-title{width:90%}.testimonials-wrapper .testimonials-title h1{font-size:55px;font-style:normal;font-weight:400;line-height:normal}.testimonials-wrapper .testimonials-container{height:100%;width:90%}.testimonials-wrapper .testimonials-container .carousel-wrapper{height:100%;width:100%;display:flex;flex-direction:column;gap:20px}.testimonials-wrapper .testimonials-container .carousel-wrapper .testimonials-card{border:1px solid var(--primary-color);display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:50px;padding:50px;height:400px;transition:.3s all}.testimonials-wrapper .testimonials-container .carousel-wrapper .testimonials-card .rates p{font-size:19.001px;font-style:normal;font-weight:400;line-height:100%;letter-spacing:2.714px;text-transform:uppercase}.testimonials-wrapper .testimonials-container .carousel-wrapper .testimonials-card p{font-size:18px;font-style:normal;font-weight:300;line-height:normal}.testimonials-wrapper .testimonials-container .carousel-wrapper .testimonials-card h1{color:#172f13;text-align:center;font-size:27.144px;font-style:normal;font-weight:400;line-height:100%}.testimonials-wrapper .testimonials-container .carousel-wrapper .testimonials-card:hover{background-color:var(--primary-color);box-shadow:5px 10px 80px #172f1329;scale:1.03}.testimonials-wrapper .testimonials-container .carousel-wrapper .testimonials-nav{display:flex;align-items:center;justify-content:center;height:50px;gap:70px}.testimonials-wrapper .testimonials-container .carousel-wrapper .testimonials-nav button{background-color:transparent;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer}.testimonials-wrapper .testimonials-container .carousel-wrapper .testimonials-nav button img{height:20px}.banner-win{height:100vh;width:100%;background-image:linear-gradient(0deg,#000000b3 60%,#0000),url(/assets/images/content/windoor-banner-display.jpg);background-repeat:no-repeat;background-position:center;background-size:cover}.banner-win .banner-container{color:#fff;top:40%;left:5%;position:absolute;width:50%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.banner-win .banner-container h1{font-size:105.726px;font-style:normal;font-weight:400;line-height:normal}.banner-win .banner-container p{color:#ffffff61;font-size:18px;font-style:normal;font-weight:300;line-height:normal}.banner-win .banner-container button{font-size:18px;font-weight:600;line-height:27px;color:#fff;background-color:transparent;border:none;padding:12px 32px 12px 0;display:flex;align-items:center;gap:40px;cursor:pointer}.banner-win .banner-container button img{height:20px}.banner-win .socials{width:90%;color:#fff;top:90%;left:5%;position:absolute;display:flex;align-items:center;justify-content:center;gap:30px}.banner-win .socials a{font-size:20px}.banner-win .socials .line{height:1px;background-color:#fff;width:100%}@media (max-width: 1600px){.about-wrapper .about-container{height:500px;gap:50px}.about-wrapper .about-container .left{gap:15px}.about-wrapper .about-container .left h1{font-size:35px;line-height:50px}.about-wrapper .about-container .left p{font-size:16px}.win-wrapper .win-container .win-title h1{font-size:35px;line-height:50px}.win-wrapper .win-container .win-category{height:500px}.win-wrapper .win-container .win-category .category-content h1{font-size:16px}.win-wrapper .win-container .win-work{height:450px}.win-wrapper .win-container .win-btn button{font-size:16px}.contact-win{height:100%}.contact-win .contact-win-title h1,.testimonials-wrapper .testimonials-title h1{font-size:35px}.banner-win .banner-container{top:40%}.banner-win .banner-container h1{font-size:70px}}@media (max-width: 1200px){.about-wrapper .about-container{height:500px;gap:50px}.about-wrapper .about-container .left{gap:15px}.about-wrapper .about-container .left h1{font-size:35px;line-height:50px}.about-wrapper .about-container .left p{font-size:16px}.win-wrapper .win-container .win-title h1{font-size:35px;line-height:50px}.win-wrapper .win-container .win-category{height:500px}.win-wrapper .win-container .win-category .category-content h1{font-size:16px}.win-wrapper .win-container .win-work{height:450px}.win-wrapper .win-container .win-btn button{font-size:16px}.contact-win{height:100%}.contact-win .contact-win-title h1,.testimonials-wrapper .testimonials-title h1{font-size:35px}.banner-win .banner-container{top:40%;width:80%}.banner-win .banner-container h1{font-size:50px}}@media (max-width: 768px){.about-wrapper .about-container{margin:20px 0;height:100%;gap:20px;flex-direction:column}.about-wrapper .about-container .left{width:100%;gap:10px}.about-wrapper .about-container .left h1{font-size:30px;line-height:50px}.about-wrapper .about-container .left p{font-size:16px;line-height:24px}.about-wrapper .about-container .left button{font-size:16px;line-height:24px;color:#fff}.about-wrapper .about-container .right{width:100%;height:350px}.win-wrapper .win-container{margin:20px 0;gap:20px}.win-wrapper .win-container .win-title h1{font-size:30px;line-height:50px}.win-wrapper .win-container .win-category{height:400px}.win-wrapper .win-container .win-category .category-content{height:20%}.win-wrapper .win-container .win-work{height:300px}.contact-win .contact-win-title{width:90%}.contact-win .contact-win-title h1{font-size:30px}.contact-win .contact-win-container{width:90%;height:100%;margin-top:20px;flex-direction:column}.contact-win .contact-win-container .left{width:100%}.contact-win .contact-win-container .left form{gap:20px}.contact-win .contact-win-container .left form div{gap:5px}.contact-win .contact-win-container .left form div label{font-size:16px}.contact-win .contact-win-container .left form div input{height:50px}.contact-win .contact-win-container .left form div textarea{height:120px;padding:10px 15px}.contact-win .contact-win-container .left form button{font-size:16px;gap:30px}.contact-win .contact-win-container .left form button img{height:15px}.contact-win .contact-win-container .left form h1{font-size:18px;font-weight:500;line-height:27px}.contact-win .contact-win-container .right{margin-top:50px;width:100%}.testimonials-wrapper{padding:0;height:550px;gap:30px}.testimonials-wrapper .testimonials-title{width:90%}.testimonials-wrapper .testimonials-title h1{font-size:30px}.testimonials-wrapper .testimonials-container{height:350px}.testimonials-wrapper .testimonials-container .carousel-wrapper{height:120%;gap:20px}.testimonials-wrapper .testimonials-container .carousel-wrapper .testimonials-card{gap:30px;padding:30px;height:300px}.testimonials-wrapper .testimonials-container .carousel-wrapper .testimonials-card .rates p,.testimonials-wrapper .testimonials-container .carousel-wrapper .testimonials-card p{font-size:16px}.testimonials-wrapper .testimonials-container .carousel-wrapper .testimonials-card h1{font-size:22px}.testimonials-wrapper .testimonials-container .carousel-wrapper .testimonials-card:hover{background-color:transparent;box-shadow:none;scale:1}.testimonials-wrapper .testimonials-container .carousel-wrapper .testimonials-nav{height:30px;gap:30px}.testimonials-wrapper .testimonials-container .carousel-wrapper .testimonials-nav button img{height:15px}.banner-win{height:100vh;width:100%}.banner-win .banner-container{width:80%}.banner-win .banner-container h1{font-size:30px}.banner-win .banner-container p,.banner-win .banner-container button{font-size:16px}.banner-win .banner-container button img{height:15px}.banner-win .socials{gap:20px}}.single-cat-wrapper{width:100%;height:100%;display:flex;justify-content:center;background-color:#fff;padding-top:100px}.single-cat-wrapper .single-cat-container{width:90%;margin:50px 0;display:flex;justify-content:space-between}.single-cat-wrapper .single-cat-container .single-content{width:100%;display:flex;flex-direction:column;gap:40px}.single-cat-wrapper .single-cat-container .single-content .single-img{width:100%}.single-cat-wrapper .single-cat-container .single-content .single-img img{aspect-ratio:21/9;height:100%;width:100%;object-fit:cover;object-position:center}.single-cat-wrapper .single-cat-container .single-content .content{display:flex;flex-direction:column;gap:20px}.single-cat-wrapper .single-cat-container .single-content .content h1{color:#000;font-size:55px;font-style:normal;font-weight:400;line-height:normal}.single-cat-wrapper .single-cat-container .single-content .content p{color:#00000080;font-size:18px;font-style:normal;font-weight:300;line-height:normal}.single-cat-wrapper .single-cat-container .single-content .galery{width:100%;height:400px}.single-cat-wrapper .single-cat-container .single-content .galery .galery-card{height:400px;width:100%}.single-cat-wrapper .single-cat-container .single-content .galery .galery-card img{aspect-ratio:21/9;height:100%;width:100%;object-position:center;object-fit:cover}.single-cat-wrapper .single-cat-container .single-contact{width:25%}.single-cat-wrapper .single-cat-container .single-contact .box{width:calc(100% - 40px);height:550px;padding:0 20px;box-shadow:0 5px 10px #00000080;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.single-cat-wrapper .single-cat-container .single-contact .box h1{font-size:25px;font-style:normal;font-weight:400;line-height:normal}.single-cat-wrapper .single-cat-container .single-contact .box form{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:10px;margin:10px 0}.single-cat-wrapper .single-cat-container .single-contact .box form input{width:calc(100% - 20px);background-color:transparent;color:#fff;height:40px;padding:0 10px;border:1px solid var(--dark-color);color:var(--butoncolor, #d9d9d9);font-size:18px;font-style:normal;font-weight:300;line-height:35px;letter-spacing:.668px}.single-cat-wrapper .single-cat-container .single-contact .box form textarea{width:calc(100% - 20px);background-color:transparent;color:#fff;height:100px;padding:0 10px;border:1px solid var(--dark-color);color:var(--butoncolor, #d9d9d9);font-size:18px;font-style:normal;font-weight:300;line-height:35px;letter-spacing:.668px;resize:none}.single-cat-wrapper .single-cat-container .single-contact .box form button{width:100%;height:50px}.single-cat-wrapper .single-cat-container .single-contact .box form h1{font-size:18px;font-weight:500;line-height:27px}.single-cat-wrapper .single-cat-container .single-contact .box .line{display:flex;align-items:center;gap:20px;margin:5px 0}.single-cat-wrapper .single-cat-container .single-contact .box .line img{height:20px}.single-cat-wrapper .single-cat-container .single-contact .box .line p{font-size:18px;font-style:normal;font-weight:300;line-height:normal}@media (max-width: 1000px){.single-cat-wrapper{padding-top:0}.single-cat-wrapper .single-cat-container{margin:50px 0;flex-direction:column}.single-cat-wrapper .single-cat-container .single-content{width:100%;gap:30px}.single-cat-wrapper .single-cat-container .single-content .content{display:flex;flex-direction:column;gap:20px}.single-cat-wrapper .single-cat-container .single-content .content h1{font-size:30px}.single-cat-wrapper .single-cat-container .single-content .content p{font-size:16px}.single-cat-wrapper .single-cat-container .single-content .galery,.single-cat-wrapper .single-cat-container .single-content .galery .galery-card{height:300px}.single-cat-wrapper .single-cat-container .single-contact{width:100%}.single-cat-wrapper .single-cat-container .single-contact .box{height:550px}.single-cat-wrapper .single-cat-container .single-contact .box h1{font-size:24px}.single-cat-wrapper .single-cat-container .single-contact .box form{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:10px;margin:10px 0}.single-cat-wrapper .single-cat-container .single-contact .box form input,.single-cat-wrapper .single-cat-container .single-contact .box form textarea{font-size:16px;line-height:30px}.single-cat-wrapper .single-cat-container .single-contact .box form button{width:100%;height:40px}.single-cat-wrapper .single-cat-container .single-contact .box form h1{font-size:18px}.single-cat-wrapper .single-cat-container .single-contact .box .line{gap:10px}.single-cat-wrapper .single-cat-container .single-contact .box .line img{height:18px}.single-cat-wrapper .single-cat-container .single-contact .box .line p{font-size:16px}}.footerWin-section{background-color:#fff;color:#000;padding:20px 0;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;border-top:1px solid var(--dark-color)}.footerWin-section .footerWin-wrapper{width:90%;display:flex;justify-content:space-between;padding-bottom:10px}.footerWin-section .footerWin-wrapper .main-container{width:20%;display:flex;flex-direction:column;justify-content:center;gap:20px}.footerWin-section .footerWin-wrapper .main-container .logo{height:75px}.footerWin-section .footerWin-wrapper .main-container .logo img{height:100%}.footerWin-section .footerWin-wrapper .main-container p{font-size:18px;font-weight:300;line-height:27px;text-align:left}.footerWin-section .footerWin-wrapper .main-container .socials{width:50%;margin:10px 0;display:flex;justify-content:space-between;align-items:center}.footerWin-section .footerWin-wrapper .main-container .socials button{background-color:transparent;border:none;cursor:pointer}.footerWin-section .footerWin-wrapper .main-container .socials button img{height:20px}.footerWin-section .footerWin-wrapper .main-container .socials .line{height:20px;width:.5px;background-color:var(--primary-color)}.footerWin-section .footerWin-wrapper .box-container{width:20%;display:flex;flex-direction:column;align-items:flex-end}.footerWin-section .footerWin-wrapper .box-container ul{display:flex;flex-direction:column;gap:20px}.footerWin-section .footerWin-wrapper .box-container ul li{list-style:none;display:flex;gap:10px}.footerWin-section .footerWin-wrapper .box-container ul li img{height:20px}.footerWin-section .footerWin-wrapper .box-container ul li p{font-size:16px;font-weight:300;line-height:26px}.footerWin-section .footerWin-wrapper .box-container ul li a{text-decoration:none;font-weight:300;font-size:16px;color:#000}.footerWin-section .footerWin-wrapper .box-container ul li h1{font-size:28px;font-weight:500;line-height:42px}.footerWin-section .lower-part{border-top:1px solid #000;padding-top:20px;width:100%;display:flex;align-items:center;justify-content:center}.footerWin-section .lower-part p{font-size:12px;font-weight:400;text-transform:uppercase}@media (max-width: 1440px){.footerWin-section{padding:20px 0}.footerWin-section .footerWin-wrapper .main-container p{font-size:16px}.footerWin-section .footerWin-wrapper .box-container ul{gap:15px}.footerWin-section .footerWin-wrapper .box-container ul li{gap:10px}.footerWin-section .footerWin-wrapper .box-container ul li img{height:18px}.footerWin-section .footerWin-wrapper .box-container ul li p{font-size:14px;line-height:20px}.footerWin-section .footerWin-wrapper .box-container ul li a{font-size:14px}.footerWin-section .footerWin-wrapper .box-container ul li h1{font-size:22px;line-height:30px}}@media (max-width: 700px){.footerWin-section{padding:20px 0 10px}.footerWin-section .footerWin-wrapper{flex-wrap:wrap;align-items:start;justify-content:center}.footerWin-section .footerWin-wrapper .main-container{width:100%;align-items:center;gap:5px}.footerWin-section .footerWin-wrapper .main-container .logo{height:50px}.footerWin-section .footerWin-wrapper .main-container p{width:80%;text-align:center;font-size:14px}.footerWin-section .footerWin-wrapper .main-container .socials{width:30%}.footerWin-section .footerWin-wrapper .main-container .socials button img,.footerWin-section .footerWin-wrapper .main-container .socials .line{height:15px}.footerWin-section .footerWin-wrapper .box-container{width:28%;align-items:center}.footerWin-section .footerWin-wrapper .box-container ul,.footerWin-section .footerWin-wrapper .box-container ul li{gap:4px}.footerWin-section .footerWin-wrapper .box-container ul li img{height:15px}.footerWin-section .footerWin-wrapper .box-container ul li p,.footerWin-section .footerWin-wrapper .box-container ul li a{font-size:10px}.footerWin-section .footerWin-wrapper .box-container ul li h1{font-size:16px;line-height:20px}.footerWin-section .lower-part{padding-top:10px}.footerWin-section .lower-part p{font-size:14px}}.res-wrapper{height:100%;width:100%;display:flex;align-items:center;justify-content:center;background-color:var(--bck-color)}.res-wrapper .res-container{height:100%;min-height:45vh;width:90%;padding:50px 0;display:flex;flex-direction:column;gap:20px;align-items:center}.res-wrapper .res-container h1{font-size:24px}.res-wrapper .res-container .txt{display:flex;flex-direction:column;gap:20px}.res-wrapper .res-container .txt h2{font-size:18px}.res-wrapper .res-container .txt p{font-size:16px}@media (max-width: 768px){.res-wrapper .res-container{padding:20px 0}.res-wrapper .res-container h1{font-size:20px}.res-wrapper .res-container .txt{display:flex;flex-direction:column;gap:10px}.res-wrapper .res-container .txt h2{font-size:16px}.res-wrapper .res-container .txt p{font-size:14px}}.static-wrapper{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:var(--bck-color)}.static-wrapper h1{font-size:32px;font-weight:500}.static-wrapper .static-title{margin:50px 0;height:100%;width:50%;display:flex;align-items:center;justify-content:space-between;flex-direction:column;text-align:center;gap:20px}.static-wrapper .static-title button{padding:12px 32px;border-radius:50px}.static-wrapper .static-title h1{font-size:32px;font-weight:500;line-height:48px}.static-wrapper .static-title p{font-size:18px;font-weight:300;line-height:27px;color:var(--dark-color)}.static-wrapper .static-title .selection{display:flex;gap:20px}.static-wrapper .static-title .selection button{width:175px;height:50px;border:1px solid var(--primary-color);background-color:transparent;color:#000;display:flex;align-items:center;justify-content:center;cursor:pointer}.static-wrapper .static-title .selection button:hover{background-color:var(--primary-color)}.static-wrapper .static-container{width:70%;margin:50px 0;display:flex;justify-content:space-between;align-items:start}.static-wrapper .static-container .left{width:49%;aspect-ratio:1/1;border-radius:10px;overflow:hidden}.static-wrapper .static-container .left img{height:100%;width:100%;object-fit:cover;object-position:center;border-radius:10px}.static-wrapper .static-container .right{background-color:#fff;border-radius:10px;aspect-ratio:1/1;padding:50px;width:49%;box-sizing:border-box;display:flex;flex-direction:column;justify-content:start;gap:50px}.static-wrapper .static-container .right h1{font-size:32px;font-style:normal;font-weight:500;line-height:normal}.static-wrapper .static-container .right p{font-size:18px;font-style:normal;font-weight:300;line-height:normal}.static-wrapper .static-container .boxes{display:flex;gap:50px}.static-wrapper .static-container .boxes .box h1{font-family:manrope;font-size:48px;font-style:normal;font-weight:600;line-height:normal}.static-wrapper .static-container .boxes .box p{font-family:manrope;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.static-wrapper .about-com{width:100%;height:450px;margin:50px 0}.static-wrapper .about-com .about-card{aspect-ratio:1/1;width:100%}.static-wrapper .about-com .about-card img{width:100%;height:100%;object-fit:cover;object-position:center}.static-wrapper .team{margin:50px 0;width:90%;display:flex;flex-direction:column;align-items:center;gap:50px}.static-wrapper .contact{margin:20px 0 50px;width:90%;display:flex;align-items:center;flex-direction:column}.static-wrapper .contact .header{width:100%;display:flex;justify-content:space-between;padding:20px 0;border-top:1px solid var(--dark-color);border-bottom:1px solid var(--dark-color)}.static-wrapper .contact .header .box{height:40px;width:33%;border-right:1px solid var(--dark-color);display:flex;align-items:center;justify-content:center}.static-wrapper .contact .header .box p{font-size:18px;font-style:normal;font-weight:300;line-height:normal}.static-wrapper .contact .header .box:last-child{border-right:none}.static-wrapper .contact .hero{margin:50px 0;width:100%;height:600px;display:flex;justify-content:space-between}.static-wrapper .contact .hero .left{width:30%}.static-wrapper .contact .hero .left form{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:20px;font-family:poppins}.static-wrapper .contact .hero .left form input{width:calc(100% - 30px);height:60px;padding:0 15px;background-color:transparent;border-radius:50px;border:1px solid var(--dark-color)}.static-wrapper .contact .hero .left form textarea{width:calc(100% - 30px);height:150px;padding:10px 15px;border-radius:20px;background-color:transparent;border:1px solid var(--dark-color);resize:none}.static-wrapper .contact .hero .left form button{width:200px;height:60px;border-radius:50px}.static-wrapper .contact .hero .right{width:67%}.static-wrapper .contact .hero .right iframe{width:100%;height:100%;border:none;border-radius:10px}@media (max-width: 768px){.static-wrapper h1{font-size:26px;line-height:40px}.static-wrapper .static-title{margin:20px 0;height:100%;width:80%;gap:20px}.static-wrapper .static-title button{padding:12px 32px;border-radius:50px}.static-wrapper .static-title h1{font-size:26px;line-height:40px}.static-wrapper .static-title p{font-size:16px;line-height:24px}.static-wrapper .static-title .selection button{width:150px;height:50px}.static-wrapper .static-container{margin:20px 0;flex-direction:column;gap:20px}.static-wrapper .static-container .left{width:100%;height:min(350px,50vw)}.static-wrapper .static-container .right{width:100%;padding:20px;gap:10px;aspect-ratio:auto}.static-wrapper .static-container .right h1{font-size:24px}.static-wrapper .static-container .right p{font-size:16px}.static-wrapper .static-container .boxes{gap:0px;justify-content:space-between}.static-wrapper .static-container .boxes .box h1{font-size:24px}.static-wrapper .static-container .boxes .box p{font-size:16px}.static-wrapper .about-com{height:100%;margin:30px 0}.static-wrapper .team{margin:30px 0;width:90%;display:flex;flex-direction:column;align-items:center;gap:20px}.static-wrapper .contact{margin:20px 0 0}.static-wrapper .contact .header{flex-direction:column;padding:0}.static-wrapper .contact .header .box{height:40px;width:100%;border-right:none;border-bottom:1px solid var(--dark-color)}.static-wrapper .contact .header .box p{font-size:16px}.static-wrapper .contact .header .box:last-child{border-bottom:none}.static-wrapper .contact .hero{margin:30px 0;height:100%;flex-direction:column}.static-wrapper .contact .hero .left{width:100%}.static-wrapper .contact .hero .left form{gap:10px}.static-wrapper .contact .hero .left form input{height:50px}.static-wrapper .contact .hero .left form textarea{height:120px}.static-wrapper .contact .hero .left form button{width:100%;height:50px}.static-wrapper .contact .hero .right{margin-top:30px;width:100%;height:300px}}.error-container{width:100%;height:300px;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:var(--bck-color);padding-top:120px}.error-container h1{font-size:24px}.error-container p{font-size:16px;color:var(--dark-color);margin:10px 0 20px}.error-container .btns{display:flex;gap:20px}.error-container .btns button{padding:12px 32px;border-radius:50px}.filter-wrapper{width:100%;height:max-content;border-radius:10px;display:flex;justify-content:center;width:300px}.filter-wrapper .filter-container{border-radius:10px;width:90%;height:max-content;padding:20px 20px 0;background-color:#fff}.filter-wrapper .filter-container .filter-inner{border-bottom:1px solid var(--dark-color);display:flex;align-items:center;justify-content:space-between;width:100%}.filter-wrapper .filter-container .filter-inner button{cursor:pointer}.filter-wrapper .filter-container .filter-inner .accordion-details{overflow-y:auto}.filter-wrapper .filter-container .filter-inner ::-webkit-scrollbar{-webkit-appearance:none;width:7px}.filter-wrapper .filter-container .filter-inner ::-webkit-scrollbar-thumb{border-radius:4px;background-color:#00000080;-webkit-box-shadow:0 0 1px rgba(255,255,255,.5)}.filter-wrapper .filter-container .filter-inner .price-content{width:100%;display:flex;align-items:center;justify-content:space-between}.filter-wrapper .filter-container .filter-inner .price-content button{padding:0 10px;border:1px solid var(--dark-color);background-color:transparent;height:50px;width:40%;border-radius:50px;cursor:default}.filter-wrapper .filter-container .filter-inner .content{width:100%;display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;gap:10px}.filter-wrapper .filter-container .filter-inner .content button{padding:0 10px;border:1px solid var(--dark-color);background-color:transparent;height:35px;min-width:30%;border-radius:50px;font-size:14px;text-wrap:nowrap}.filter-wrapper .filter-container .filter-inner .content button.active{background-color:var(--primary-color)}.filter-wrapper .filter-container .filter-inner-btns{width:calc(100% + 40px);margin-left:-20px;margin-bottom:-20px}.filter-wrapper .filter-container .filter-inner-btns .btns{width:100%;height:60px;border:none;padding:20px;cursor:pointer;font-size:14px;background-color:var(--primary-color);border-bottom-left-radius:10px;border-bottom-right-radius:10px}.expand-icon{background-color:transparent;border:none}.expand-icon img{height:10px}.order{height:100%;display:flex;justify-content:space-between;align-items:flex-start}.order p{font-size:16px;font-weight:400;color:#000}.order .ordering{width:200px;overflow-y:hidden;z-index:9999}@media (max-width: 768px){.filter-card-mobile{z-index:9999999;background-color:var(--bck-color);position:fixed;width:100%;height:calc(100vh - 80px);top:80px;right:0;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}.filter-card-mobile .close-btn{position:absolute;top:10px;right:20px;border:none;z-index:9999999}.filter-wrapper{height:max-content;border-radius:10px;display:flex;justify-content:center;width:100%}.filter-wrapper .filter-container{border-radius:10px;width:80%;height:max-content;padding:20px 20px 0;background-color:var(--bck-color)}.filter-wrapper .filter-container .filter-inner{border-bottom:1px solid var(--dark-color);display:flex;align-items:center;justify-content:space-between;width:100%}.filter-wrapper .filter-container .filter-inner .accordion-details{max-height:180px;overflow-y:auto}.filter-wrapper .filter-container .filter-inner button{cursor:pointer}.filter-wrapper .filter-container .filter-inner-btns{width:calc(100% + 40px);margin-left:-20px;margin-bottom:-20px;border-bottom:none;display:flex;justify-content:center}.order .ordering{width:100%}.order .ordering .filter-toggle-button{height:50px;width:100px;border-radius:10px;border:none;background-color:#fff;display:flex;align-items:center;justify-content:center;gap:10px}}.pagination{display:flex;align-items:center;gap:8px}.pagination .pagination-button{border:1px solid #000;background-color:#fff;border-radius:50px;width:36px;height:36px;text-align:center;font-size:16px;cursor:pointer;transition:background .3s ease}.pagination .pagination-button.active{background-color:gold}.pagination .pagination-button:disabled{color:#bbb;cursor:default}.pagination .prev,.pagination .next{border-radius:20px;padding:5px 50px;display:flex;align-items:center;justify-content:center}@media (max-width: 768px){.pagination .pagination-button{font-size:14px}.pagination .prev,.pagination .next{padding:5px 30px}}.allProd{width:calc(100% - 160px);max-width:1920px;margin:0 80px;height:100%;display:flex;justify-content:center;background-color:var(--bck-color);gap:30px}.allProd .left-section{position:sticky;top:100px;max-height:calc(100vh - 200px);overflow-y:auto;overflow-x:hidden;width:100%;max-width:300px;scrollbar-width:none;-ms-overflow-style:none}.allProd .left-section::-webkit-scrollbar{width:0px;background:transparent}.allProd .right-section{position:relative;overflow-y:auto;flex-grow:1;display:flex;flex-direction:column}.allProd .order-section{position:absolute;width:100%}.allProd .products-section{margin:70px 0 40px;flex-grow:1;overflow-y:auto}@media (max-width: 1200px){.allProd{width:calc(100% - 80px);margin:0 40px;gap:20px}.allProd .order-section{width:calc(100% - 300px)}}@media (max-width: 768px){.allProd{flex-direction:column;width:calc(100% - 40px);margin:0 20px;gap:10px}.allProd .left-section{position:relative;top:auto;height:auto}.allProd .right-section{overflow-y:visible}.allProd .order-section{position:relative;width:100%}.allProd .products-section{margin:20px 0;overflow-y:visible}}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-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-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--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;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.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%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.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%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;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{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.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-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.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:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.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;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-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)}}/*! tailwindcss v4.1.10 | MIT License | https://tailwindcss.com */@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-font-weight:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-ease:initial}}}@layer theme{:root,:host{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--color-red-600:oklch(57.7% .245 27.325);--color-green-500:oklch(72.3% .219 149.579);--color-gray-200:oklch(92.8% .006 264.531);--color-gray-300:oklch(87.2% .01 258.338);--color-black:#000;--color-white:#fff;--spacing:.25rem;--container-md:28rem;--text-sm:.875rem;--text-sm--line-height:calc(1.25/.875);--text-base:1rem;--text-base--line-height: 1.5 ;--text-lg:1.125rem;--text-lg--line-height:calc(1.75/1.125);--text-xl:1.25rem;--text-xl--line-height:calc(1.75/1.25);--text-2xl:1.5rem;--text-2xl--line-height:calc(2/1.5);--text-3xl:1.875rem;--text-3xl--line-height: 1.2 ;--font-weight-light:300;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--radius-lg:.5rem;--ease-in-out:cubic-bezier(.4,0,.2,1);--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4,0,.2,1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono);--color-bck:#f3f2ef;--color-primary:#ffba00}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){-webkit-appearance:button;-moz-appearance:button;appearance:button}::file-selector-button{-webkit-appearance:button;-moz-appearance:button;appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.top-0{top:calc(var(--spacing)*0)}.top-2{top:calc(var(--spacing)*2)}.right-2{right:calc(var(--spacing)*2)}.left-0{left:calc(var(--spacing)*0)}.z-10{z-index:10}.container{width:100%}@media (min-width:40rem){.container{max-width:40rem}}@media (min-width:48rem){.container{max-width:48rem}}@media (min-width:64rem){.container{max-width:64rem}}@media (min-width:80rem){.container{max-width:80rem}}@media (min-width:96rem){.container{max-width:96rem}}.mx-4{margin-inline:calc(var(--spacing)*4)}.mt-1{margin-top:calc(var(--spacing)*1)}.mt-2{margin-top:calc(var(--spacing)*2)}.mt-4{margin-top:calc(var(--spacing)*4)}.mr-2{margin-right:calc(var(--spacing)*2)}.mb-2{margin-bottom:calc(var(--spacing)*2)}.mb-4{margin-bottom:calc(var(--spacing)*4)}.mb-5{margin-bottom:calc(var(--spacing)*5)}.ml-2{margin-left:calc(var(--spacing)*2)}.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.h-4{height:calc(var(--spacing)*4)}.h-6{height:calc(var(--spacing)*6)}.h-7{height:calc(var(--spacing)*7)}.h-8{height:calc(var(--spacing)*8)}.h-9\/10{height:90%}.h-10{height:calc(var(--spacing)*10)}.h-12{height:calc(var(--spacing)*12)}.h-24{height:calc(var(--spacing)*24)}.h-\[35px\]{height:35px}.h-full{height:100%}.h-screen{height:100vh}.min-h-\[850px\]{min-height:850px}.w-4{width:calc(var(--spacing)*4)}.w-7{width:calc(var(--spacing)*7)}.w-8{width:calc(var(--spacing)*8)}.w-11\/12{width:91.6667%}.w-14{width:calc(var(--spacing)*14)}.w-20{width:calc(var(--spacing)*20)}.w-32{width:calc(var(--spacing)*32)}.w-64{width:calc(var(--spacing)*64)}.w-\[30\%\]{width:30%}.w-\[35px\]{width:35px}.w-\[45\%\]{width:45%}.w-\[55\%\]{width:55%}.w-\[70\%\]{width:70%}.w-\[90\%\]{width:90%}.w-\[150px\]{width:150px}.w-auto{width:auto}.w-full{width:100%}.max-w-\[1920px\]{max-width:1920px}.max-w-md{max-width:var(--container-md)}.flex-1{flex:1}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.cursor-pointer{cursor:pointer}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.items-end{align-items:flex-end}.items-start{align-items:flex-start}.items-stretch{align-items:stretch}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.justify-start{justify-content:flex-start}.gap-1{gap:calc(var(--spacing)*1)}.gap-2{gap:calc(var(--spacing)*2)}.gap-4{gap:calc(var(--spacing)*4)}.gap-6{gap:calc(var(--spacing)*6)}.gap-8{gap:calc(var(--spacing)*8)}.rounded-\[50px\]{border-radius:50px}.rounded-full{border-radius:3.40282e38px}.rounded-lg{border-radius:var(--radius-lg)}.rounded-l-lg{border-top-left-radius:var(--radius-lg);border-bottom-left-radius:var(--radius-lg)}.rounded-r-lg{border-top-right-radius:var(--radius-lg);border-bottom-right-radius:var(--radius-lg)}.border{border-style:var(--tw-border-style);border-width:1px}.border-t{border-top-style:var(--tw-border-style);border-top-width:1px}.border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.border-none{--tw-border-style:none;border-style:none}.border-\[color\:var\(--darker-color\)\]{border-color:var(--darker-color)}.border-\[var\(--dark-color\)\]{border-color:var(--dark-color)}.border-\[var\(--primary-color\)\]{border-color:var(--primary-color)}.border-black{border-color:var(--color-black)}.border-gray-300{border-color:var(--color-gray-300)}.bg-\[var\(--bck-color\)\]{background-color:var(--bck-color)}.bg-\[var\(--primary-color\)\]{background-color:var(--primary-color)}.bg-black{background-color:var(--color-black)}.bg-gray-200{background-color:var(--color-gray-200)}.bg-primary{background-color:var(--color-primary)}.bg-transparent{background-color:#0000}.bg-white{background-color:var(--color-white)}.object-contain{object-fit:contain}.object-cover{object-fit:cover}.object-center{object-position:center}.px-4{padding-inline:calc(var(--spacing)*4)}.px-6{padding-inline:calc(var(--spacing)*6)}.py-1{padding-block:calc(var(--spacing)*1)}.py-2{padding-block:calc(var(--spacing)*2)}.text-center{text-align:center}.text-2xl{font-size:var(--text-2xl);line-height:var(--tw-leading,var(--text-2xl--line-height))}.text-3xl{font-size:var(--text-3xl);line-height:var(--tw-leading,var(--text-3xl--line-height))}.text-base{font-size:var(--text-base);line-height:var(--tw-leading,var(--text-base--line-height))}.text-lg{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.text-xl{font-size:var(--text-xl);line-height:var(--tw-leading,var(--text-xl--line-height))}.text-\[28px\]{font-size:28px}.font-\[500\]{--tw-font-weight:500;font-weight:500}.font-bold{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.font-light{--tw-font-weight:var(--font-weight-light);font-weight:var(--font-weight-light)}.font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.font-normal{--tw-font-weight:var(--font-weight-normal);font-weight:var(--font-weight-normal)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.text-nowrap{text-wrap:nowrap}.text-\[var\(--dark-color\)\]{color:var(--dark-color)}.text-black{color:var(--color-black)}.text-green-500{color:var(--color-green-500)}.text-red-600{color:var(--color-red-600)}.text-white{color:var(--color-white)}.capitalize{text-transform:capitalize}.uppercase{text-transform:uppercase}.line-through{text-decoration-line:line-through}.underline{text-decoration-line:underline}.shadow-lg{--tw-shadow:0 10px 15px -3px var(--tw-shadow-color,#0000001a),0 4px 6px -4px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ring-2{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ring-\[var\(--primary-color\)\]{--tw-ring-color:var(--primary-color)}.filter{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.transition-all{transition-property:all;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.ease-in-out{--tw-ease:var(--ease-in-out);transition-timing-function:var(--ease-in-out)}@media (hover:hover){.hover\:bg-gray-200:hover{background-color:var(--color-gray-200)}.hover\:text-bck:hover{color:var(--color-bck)}}.focus\:outline-none:focus{--tw-outline-style:none;outline-style:none}.active\:bg-black:active{background-color:var(--color-black)}.active\:text-white:active{color:var(--color-white)}@media (min-width:48rem){.md\:mt-0{margin-top:calc(var(--spacing)*0)}.md\:flex{display:flex}.md\:h-\[50px\]{height:50px}.md\:h-\[850px\]{height:850px}.md\:w-1\/2{width:50%}.md\:w-2\/3{width:66.6667%}.md\:w-\[50px\]{width:50px}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:text-\[35px\]{font-size:35px}}}:root{--bck-color:#f3f2ef;--primary-color:#ffba00;--white-color:#fff;--darker-color:#333;--dark-color:#acacac;--light-color:#e7e7e7;background-color:var(--bck-color)}*{margin:0;padding:0}@font-face{font-family:autography;src:url(/assets/fonts/Autography.otf)}h1,h2,p{font-family:Montserrat,serif}a{color:#000;font-family:Montserrat,serif;text-decoration:none}button,input,textarea,label{font-family:Montserrat,serif}input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}textarea:focus,input:focus{outline:none}button,input,select,textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-tap-highlight-color:transparent}.primary-btn{border:1px solid var(--primary-color);background-color:var(--primary-color);color:#000;cursor:pointer;justify-content:center;align-items:center;display:flex}.white-btn{border:1px solid var(--white-color);background-color:var(--white-color);color:#000;cursor:pointer;justify-content:center;align-items:center;display:flex}.dark-btn{border:1px solid var(--bck-color);background-color:var(--bck-color);color:var(--darker-color);cursor:pointer;justify-content:center;align-items:center;display:flex}.darker-btn{border:1px solid var(--darker-color);background-color:var(--darker-color);color:#fff;cursor:pointer;justify-content:center;align-items:center;display:flex}.light-btn{border:1px solid var(--light-color);background-color:var(--light-color);color:var(--darker-color);cursor:pointer;justify-content:center;align-items:center;display:flex}.transparent-btn{border:1px solid var(--primary-color);color:var(--primary-color);cursor:pointer;background-color:#0000;justify-content:center;align-items:center;display:flex}.transparentWh-btn{border:1px solid var(--white-color);color:var(--white-color);cursor:pointer;background-color:#0000;justify-content:center;align-items:center;display:flex}.transparentD-btn{border:1px solid var(--dark-color);color:var(--dark-color);cursor:pointer;background-color:#0000;justify-content:center;align-items:center;display:flex}.transparentB-btn{color:#000;cursor:pointer;background-color:#0000;border:1px solid #000;justify-content:center;align-items:center;display:flex}.whatsapp-btn{color:#000;cursor:pointer;background-color:#2bb740;border:1px solid #2bb740;justify-content:center;align-items:center;display:flex}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@property --tw-ease{syntax:"*";inherits:false}
