@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Sora:wght@100..800&display=swap");@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");@import url("https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap");@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");:root{--deep-blue:#1d4053;--medium-blue:#446e87;--light-blue:#6b8eab;--info:#3e8999;--success:#427647;--warning:#ddb532;--danger:#bb2836;--black:#030f18;--frost-white:#e0e8e6;--white:#fff;--gray1:#3a4a61;--gray2:#57688a;--gray3:#778fba;--gray4:#bacef6;--gray5:#f1f6ff}body{padding:0;margin:0;font-family:Urbanist,"serif";background:var(--background-white)}a{text-decoration:none;color:var(--deep-blue);transition:color .3s}a:hover{color:var(--light-blue)}.cursor-pointer{cursor:pointer}.banner{position:relative;display:flex;justify-content:flex-start;align-items:center;height:30rem}.banner .banner-img{position:absolute;width:100%;height:100%;z-index:3}.banner .banner-img img{object-fit:cover;width:100%;height:100%}.banner .banner-content{padding:3rem;z-index:4;width:45%}.banner .banner-content h2{font-family:Sora;font-size:3rem;font-weight:700}.banner .banner-content h2,.banner .banner-content p{color:var(--black,#000205);font-style:normal;line-height:normal}.banner .banner-content p{font-family:Open Sans;font-size:1rem;font-weight:400}.btn{text-align:center;font-family:Urbanist;font-size:16px;font-style:normal;font-weight:700;line-height:17.6px;text-transform:uppercase;padding:1.25rem 1.875rem;border-radius:4px;outline:none}.btn-sm{width:auto!important}.btn-primary{color:var(--frost-white,#e0e8e6);background:var(--medium-blue,#446e87)}.btn-primary:hover{background:var(--deep-blue,#1d4053);box-shadow:inset 0 -2.5rem 0 0 var(--dark-blue)}.btn-secondary,.create-product .btn-label-secondary{color:var(--deep-blue,#1d4053);background:var(--gray4,#bacef6)}.btn-secondary:hover{background:var(--medium-blue,#446e87);color:var(--frost-white,#e0e8e6)}.btn-more-content{box-shadow:inset 0 0 0 0 var(--orange);border:none;border-radius:8px;color:var(--white);cursor:pointer;transition:all .1s ease-in-out;padding:-.5rem 0;background:var(--dark-blue);text-wrap:nowrap}.btn-more-content:hover{color:#fff;box-shadow:inset 0 -2.5rem 0 0 var(--orange)}.btn-link{position:relative;background:none;border:none;color:var(--white,#fffcfc);font-family:Sora;font-size:1rem;font-style:normal;font-weight:700;letter-spacing:-.009rem;cursor:pointer;text-align:left;width:min-content;text-wrap:nowrap;margin:0;padding:0}.btn-link:after{content:"\2197";font-size:1.5rem;right:0;top:0}.btn-link:before{content:"";background:var(--white);display:block;position:absolute;bottom:10px;left:5px;width:0;height:2px;transition:all .3s ease-in-out}.btn-link:hover:before{width:100px}.btn-disabled{pointer-events:none;opacity:.5;cursor:not-allowed}.btn-close{padding:0;display:flex;align-items:center;justify-content:center;background:var(--medium-blue);color:var(--white);border:1px solid var(--gray4)!important;transition:.2s ease-in-out}.btn-close:hover{background:var(--gray4);color:var(--black)}.list-none{list-style:none}.small-banner{position:relative;display:flex;justify-content:flex-start;align-items:center;height:15rem;width:100%;overflow:hidden}.small-banner:after{opacity:0;transition:all .3s ease-in-out}.small-banner:after,.small-banner:hover:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%}.small-banner:hover:after{background:#fffcfc;background:linear-gradient(180deg,hsla(0,100%,99%,0),rgba(0,0,0,.5));opacity:1}.small-banner .small-banner-img{position:absolute;right:-10px;bottom:-10px;z-index:3}.small-banner .small-banner-img img{object-fit:cover;width:150px;height:150px;transition:all .3s}.small-banner .small-banner-content{padding:3rem;z-index:4;width:45%}.small-banner .small-banner-content h2{color:var(--white,#fffcfc);font-family:Sora;font-size:1.5rem;font-style:normal;font-weight:700;line-height:2.5rem;letter-spacing:-.009rem}.small-banner.first{background:#f66523}.small-banner.second{background:#172b85}.small-banner:hover .small-banner-img img{scale:1.5}.achievements{background:#fffcfc;padding:1.5rem 0;margin:3rem 0}.top-selling-section ul{list-style:none;padding:0;margin:0;background:var(--white)}.top-selling-section ul li{padding:1rem .6rem;color:var(--dark-blue);font-family:Sora;font-size:1rem;font-style:normal;font-weight:400;line-height:normal}.top-selling-section ul li:hover{cursor:pointer;color:var(--navi-hover);background:var(--background-white)}.badge{font-family:Open Sans;font-size:.75rem;font-style:normal;font-weight:600;line-height:1.5rem;letter-spacing:-.009rem;text-transform:capitalize;padding:.1rem .3rem;border-radius:.3125rem}.badge-secondary{color:var(--white);background:var(--orange)}.form-control{flex-shrink:0;width:100%;max-height:50px;height:50px;font-size:18px;box-sizing:border-box;outline:none;transition:border-color .15s ease-in-out;color:var(--gray2);display:flex;padding:16px 24px;justify-content:space-between;align-items:flex-start;align-self:stretch;border-radius:4px;border:1px solid var(--gray4,#bacef6);background:var(--gray5,#f1f6ff)}.form-control:focus{border-color:var(--orange)}.textarea-control{display:inline-flex;border-radius:4px;border:1px solid var(--gray4,#bacef6);background:var(--gray5,#f1f6ff);align-items:center;flex-shrink:0;font-size:18px;padding:16px 24px;box-sizing:border-box;outline:none;color:var(--gray2)}.form-control::placeholder{color:#8b8b8b}.form-check-input{width:1.63756rem;height:1.5rem;-moz-appearance:none;appearance:none;-webkit-appearance:none;border:2px solid var(--white)}.form-check-input:checked{position:relative;width:1.63756rem;height:1.5rem;color:#000;font-size:16px}.form-check-input:checked:after{content:"✔";color:var(--black);font-size:16px;position:absolute;top:0;left:5px}.form-check .form-check-label{font-family:Poppins;font-size:.875rem;font-style:normal;font-weight:400;line-height:normal}.btn{cursor:pointer;width:100%;border:0}select.form-select{background:var(--background-white);border:1px solid var(--light-gray);color:var(--dark-blue);font-size:1rem;padding:10px 15px;height:50px;width:100%;outline:none}select.form-select option{color:var(--dark-gray)}.form-select:focus{border-color:var(--orange);transition:border-color .15s ease-in-out}.loader{width:48px;height:48px;display:inline-block;position:relative;background:linear-gradient(0deg,rgba(255,61,0,.2) 33%,var(--orange) 100%);animation:rotation 1s linear infinite}.loader,.loader:after{border-radius:50%;box-sizing:border-box}.loader:after{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:44px;height:44px;background:var(--white)}@keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loading-blog{position:relative}.loading-blog:after{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:var(--black);opacity:.2;animation:loading 1s ease-in-out infinite}@keyframes loading{50%{opacity:.1}}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.breadcrumbs{list-style:none;display:flex;padding:0;margin:14px 0}.breadcrumbs li{margin-right:10px;color:var(--black);font-family:Sora;font-size:.75rem;font-style:normal;font-weight:400;line-height:normal}.breadcrumbs li:not(:last-child):after{content:"/";margin-left:6px}.pagination{list-style:none;display:flex;height:50px;gap:7px;align-items:center;justify-content:center}.pagination .page-item{display:block;width:25px;height:25px;text-align:center;border-radius:50%;border:1px solid var(--gray4)}.pagination .page-item .page-link{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:var(--deep-blue);font-family:Sora;font-size:.875rem;font-style:normal;font-weight:400;line-height:normal;border-radius:50%}.pagination .page-item .page-link:hover,.pagination .page-item.active .page-link{cursor:pointer;color:var(--white);background:var(--deep-blue)}.card{border:1px solid var(--deep-blue);box-shadow:1px 1px 5px 0 var(--light-blue);border-radius:8px;background:var(--gray5)}.card .card-body,.card .card-header{border-bottom:1px solid var(--medium-blue)}.card .card-header h3{padding:1rem;margin:0;color:var(--dark-blue);font-family:Sora;font-size:1.375rem;font-style:normal;font-weight:700;line-height:normal}.brands .sticky-top{background:var(--background-white)}.brands .page-title{color:var(--dark-blue,#112745);font-family:Sora;font-size:1.375rem;font-style:normal;font-weight:700;line-height:normal}.brands .brand-section{margin-bottom:10px;padding-bottom:5px;border-bottom:1px solid var(--light-gray)}.brands .brand-section a{color:var(--dark-gray,#575560);text-align:center;font-family:Sora;font-size:.875rem;font-style:normal;font-weight:400;line-height:normal;text-wrap:nowrap}.brands .brand-section a:hover{color:var(--orange)}.brands .brand-section .brand-letter{color:var(--dark-blue);font-family:Sora;font-size:2.4rem;font-style:normal;font-weight:700;line-height:normal;padding:0;margin:12px 0}.brands .brand-section .brand-list{margin-bottom:12px}.brands .alphabet-button{color:var(--dark-blue);font-family:Sora;font-size:1.125rem;font-style:normal;font-weight:700;line-height:normal;padding:0;margin:12px 0;border:none;background-color:transparent;cursor:pointer;height:28px;width:28px;border-radius:50%;transition:all .3s ease}.brands .alphabet-button.active,.brands .alphabet-button:hover{color:var(--white);background:var(--dark-blue);border-radius:50%;box-shadow:3px 3px 10px 0 rgba(0,0,0,.5)}.track-order:has(.page-title){background:var(--light-gray);margin:0;padding:1.25rem}.track-order .page-title{font-size:1.375rem}.track-order .page-title,.track-order h4{color:var(--dark-blue);font-family:Sora;font-style:normal;font-weight:700;line-height:normal}.track-order h4{font-size:2.25rem;margin:1rem 0}.track-order h5{color:var(--night-black,#131515);font-family:Sora;font-size:1.5rem;font-style:normal;font-weight:700;line-height:normal}.track-order p{color:var(--Gray-600,#5f6c72);font-family:Sora}.track-order p,.track-order span{font-size:1rem;font-style:normal;font-weight:400;line-height:normal}.track-order span{color:var(--dark-blue,#112745);font-family:Poppins}.track-order .order-progress .status-item{position:relative;display:flex;gap:.5rem;flex-direction:column;align-items:center;justify-content:flex-end;width:100%;height:100%;padding-top:20px}.track-order .order-progress .status-item:before{content:"";position:absolute;top:0;left:0;width:100%;height:8px;background:var(--light-gray)}.track-order .order-progress .status-item.active:before{background:var(--accent-blue)}.track-order .order-progress .status-item.active:last-child .active:before{border-top-right-radius:4px;border-bottom-right-radius:4px}.track-order .order-progress .status-item:first-child:before{left:50%;width:50%}.track-order .order-progress .status-item:last-child:before{left:0;width:50%}.track-order .order-progress .status-item:after{content:"";border-radius:50%;background:var(--white);border:2px solid var(--accent-blue)}.track-order .order-progress .status-item.active:after,.track-order .order-progress .status-item:after{position:absolute;top:-6.5px;left:calc(50% - 9px);width:18px;height:18px;color:var(--white);font-size:12px;display:flex;justify-content:center;align-items:center;transition:all .3s ease}.track-order .order-progress .status-item.active:after{content:"\2713";border-radius:50%;background:var(--accent-blue);border:2px solid var(--white)}.track-order .order-header{padding:1rem 2rem}.track-order .order-status .order-number{color:var(--dark-blue);font-family:Sora;font-size:1.25rem;font-style:normal;font-weight:700;line-height:normal}.track-order .order-status span{display:block;font-weight:400;margin-bottom:.5rem}.track-order .order-price span,.track-order .order-status span{color:var(--dark-gray);font-family:Sora;font-size:1rem;font-style:normal;line-height:normal}.track-order .order-price span{font-weight:700;margin-left:.5rem}.track-order .order-price span.price{color:var(--accent-blue);font-family:Sora;font-size:1.125rem;font-style:normal;font-weight:700;line-height:normal;margin-left:.5rem}.track-order .status-item span{color:var(--dark-gray);text-align:center;font-family:Sora;font-size:1rem;font-style:normal;font-weight:400;line-height:normal;opacity:.5}.track-order .status-item.active span{opacity:1}.track-order .status-item svg{opacity:.3}.track-order .status-item.active svg{opacity:1}.track-order .order-activity{padding:1rem 2rem;color:var(--dark-blue);font-family:Sora;font-size:1.125rem;font-style:normal;font-weight:700;line-height:normal}.track-order .order-activity-list{margin:0 2rem;padding:0;list-style:none}.track-order .order-activity-list .order-activity-item{display:flex;align-items:center;margin-bottom:1rem;gap:1rem}.track-order .order-activity-list .order-activity-item .order-activity-icon{border-radius:.125rem;border:1px solid rgba(10,197,60,.3);background:rgba(10,197,60,.1);display:flex;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;color:var(--accent-green);font-size:1.5rem}.track-order .order-activity-list .order-activity-item .order-activity-info .status{color:var(--dark-blue);font-family:Sora;font-size:1rem;font-style:normal;font-weight:400;line-height:normal}.track-order .order-activity-list .order-activity-item .order-activity-info .date{color:var(--dark-gray);font-family:Sora;font-size:.875rem;font-style:normal;font-weight:400;line-height:normal}.notfound h3{color:var(--black,#000205);font-family:Sora;font-size:36px;font-style:normal;font-weight:700;line-height:normal}.notfound li,.notfound p{color:var(--dark-blue);font-family:Sora;font-size:18px;font-style:normal;font-weight:400;line-height:normal}.notfound li{margin-bottom:8px}.cookies-context{position:fixed;z-index:100000000;bottom:10px;left:50%;transform:translateX(-50%);border-radius:4px;padding:15px 15px 20px;border:1px solid var(--light-gray,#e2e2e2);background:var(--white,#fffcfc);box-shadow:0 0 3px 0 rgba(0,0,0,.05),0 10px 32px 1px rgba(0,0,0,.15)}.text-underline{text-decoration:underline}.skeleton{background:linear-gradient(135deg,#ececec 25%,#e2e2e2 50%,#ececec 75%);background-size:200% 100%;border-radius:4px;animation:shimmer 5s linear infinite}.skeleton-text{height:16px;width:100px}.skeleton-btn{height:24px;width:60px}.skeleton-img{width:100%;height:100%;border-radius:8px}.skeleton-icon{fill:#f0f0f0;color:#f0f0f0;animation:shimmer 2s linear infinite}@keyframes shimmer{0%{background-position:-200px 0}to{background-position:200px 0}}.webpages:first-child{background:var(--background-white)}.webpages:last-child{background:var(--white)}.webpages h1{font-size:22px;font-weight:700}.webpages .webpages-content,.webpages h1{color:var(--dark-blue);font-family:Sora;font-style:normal;line-height:normal}.webpages .webpages-content{font-size:16px;font-weight:400}@media screen and (min-width:768px){header .header-account{margin-right:100px}}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}.custom-table{width:100%;min-width:640px;border-collapse:collapse;font-size:.95rem}.custom-table td,.custom-table th{padding:12px 16px;text-align:left;border-bottom:1px solid #eee}.custom-table th{background-color:#f9fafc;font-weight:600;color:#333}.custom-table.basket-table td{padding:24px 15px;border-bottom:1px solid var(--gray4)}.custom-table.basket-table td:last-child{padding:24px 0 24px 15px}.custom-table.basket-table td:first-child{padding:24px 15px 24px 0}.price-details{margin-top:30px}.price-details .summary-price{color:var(--medium-blue)}.price-details .summary-price:last-child{border-top:1px solid var(--gray4);border-bottom:1px solid var(--gray4);padding:24px 0;font-weight:600;font-size:24px;text-transform:uppercase}.status{padding:4px 10px;border-radius:20px;font-size:.85rem;font-weight:500;display:inline-block}.status-success{background-color:#e6f5ea;color:#2e8b57}.status-warning{background-color:#fff6e5;color:#d49b00}.status-error{background-color:#ffe6e6;color:#c00}.btn-secondary{background-color:var(--gray4);border:1px solid #bbb;padding:6px 12px;border-radius:4px;font-size:.85rem;cursor:pointer;transition:all .2s}.btn-secondary:hover{background-color:var(--medium-blue);color:var(--frost-white);border-color:#888}footer{background:var(--deep-blue);color:var(--frost-white,#e0e8e6);padding-top:2rem;padding-bottom:48px}footer .company{list-style:none;margin:0;padding:0}footer .company li{margin:.7rem 0;cursor:pointer;transition:all .3s}footer .company li:hover{color:var(--medium-blue,#1d4053);transform:translateX(1rem)}footer h4{font-family:Sora;font-size:1.125rem;font-style:normal;font-weight:600;line-height:normal;text-transform:capitalize;margin-bottom:2rem}footer ul{list-style:none;padding:0;margin:0}footer ul li{margin:1rem 0}footer ul li a{color:var(--frost-white,#e0e8e6)}footer .payments{display:flex;gap:.5rem}footer .payments img{background:#fff;height:2.5rem;padding:.3rem;min-width:60px;border-radius:.3rem;box-sizing:border-box}footer .copyright{color:var(--frost-white,#e0e8e6);font-family:Urbanist;font-size:16px;font-style:normal;font-weight:400;line-height:17.6px}footer .horizontal-line{width:100%;height:1px;background-color:var(--frost-white,#e0e8e6);margin:48px 0}header{background:linear-gradient(99deg,#cfe2f8,#fff 50%,#cfe2f8 100.01%)}header .header{height:115px}header .header .currency-selector{background:transparent;border-radius:4px}header .cart-icon{position:relative}header .navigation .main-menu{display:flex;gap:1rem;list-style:none}header .navigation .main-menu li{position:relative}header .navigation .main-menu li .sub-menu{position:absolute;top:0;left:50%;width:auto;color:var(--black);padding:0;z-index:2000;box-shadow:1px 1px 6px 1px rgba(0,0,0,.2);opacity:0;pointer-events:none;transition:all .4s ease-in-out;background:var(--white);list-style:none}header .navigation .main-menu li .sub-menu li{padding:16px 24px;cursor:pointer;display:flex;justify-content:center;text-wrap:nowrap}header .navigation .main-menu li ul.sub-menu a:not(:last-of-type) li{border-bottom:1px solid var(--gray4)}header .navigation .main-menu li:hover>.sub-menu{top:20px;opacity:1;pointer-events:all}header .usermenu ul{display:flex;gap:1rem;list-style:none}.header .cart-icon .cart-count{position:absolute;top:-.7rem;right:-.7rem;background:var(--medium-blue);color:var(--white);height:1.3rem;width:1.3rem;border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:1rem}header .welcome-banner .banner-content p.title{color:var(--medium-blue,#446e87);font-family:Urbanist;font-size:18px;font-style:normal;font-weight:600;line-height:25px;text-transform:uppercase}header .welcome-banner .banner-content h2.first-row{color:#05100b;font-family:Urbanist;font-size:48px;font-style:normal;font-weight:700;line-height:85px}header .welcome-banner .banner-content h2.second-row{color:#05100b;font-family:Urbanist;font-size:96px;font-style:normal;font-weight:700;line-height:85px;margin:8px 0;padding:0}header .welcome-banner .banner-content h2.second-row span{color:var(--Medium-Blue,#446e87);font-family:Urbanist;font-size:96px;font-style:normal;font-weight:700;line-height:85px;padding:0}header .welcome-banner .banner-content p.description{color:var(--gray1,#666);font-family:Urbanist;font-size:24px;font-style:normal;font-weight:400;line-height:26.4px;margin:50px 0}header .welcome-banner .banner-img img{object-fit:cover;width:100%}.header .nav-menu{position:fixed;top:100px;right:0;width:0;height:100%;background:hsla(0,0%,100%,.97);z-index:1000;display:flex;flex-direction:column;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:all .4s ease-in-out}.header .nav-menu.active{opacity:1;width:100%;pointer-events:all}.header .nav-menu .nav-header{width:90%;display:flex;justify-content:space-between;align-items:center;padding:16px}.header .nav-menu .nav-header .close{cursor:pointer;display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:8px;border:none;outline:none;border-radius:50%;background:var(--deep-blue);color:var(--white);box-shadow:0 2px 4px rgba(0,0,0,.1)}.header .nav-menu .nav-body{display:flex;flex-direction:column;justify-content:center;padding:16px;width:90%}.header .nav-menu .nav-body .nav-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column}.header .nav-menu .nav-body .nav-links li{width:100%;align-items:center;padding:16px 0;color:var(--deep-blue,#1d4053);font-family:Urbanist;font-size:24px;font-style:normal;font-weight:700;border-bottom:1px solid #e5e7eb}.header .nav-menu .nav-top{padding:16px}.search-bar{display:flex;align-items:center;justify-content:center;width:100%;max-width:400px;background:var(--white);border-radius:4px;box-shadow:0 2px 4px rgba(0,0,0,.1)}.search-bar input{width:100%;max-height:56px;box-sizing:border-box;outline:none;transition:border-color .15s ease-in-out;color:var(--gray2);display:flex;justify-content:space-between;align-items:flex-start;align-self:stretch;border-radius:4px;border:1px solid var(--gray4,#bacef6);border-right:0;border-top-right-radius:0;border-bottom-right-radius:0}.search-bar button,.search-bar input{height:56px;font-size:18px;padding:16px 24px;background:var(--gray5,#f1f6ff)}.search-bar button{border:1px solid var(--gray4,#bacef6);border-left:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.search-bar button:active,.search-bar button:hover{background:var(--gray6,#e0e7ff);border-left:1px solid var(--gray4,#bacef6);border-radius:4px}.search-bar button:hover{cursor:pointer}.search-bar button svg{height:18px}.header .nav-footer{position:fixed;bottom:0;right:0;left:0;padding:32px 16px}.header .nav-footer .currency-selector-footer select{position:relative;width:100%;max-height:56px;height:56px;font-size:18px;box-sizing:border-box;outline:none;transition:border-color .15s ease-in-out;color:var(--gray2);display:flex;padding:16px 24px;justify-content:space-between;align-items:flex-start;align-self:stretch;border-radius:4px;border:1px solid var(--gray4,#bacef6);background:var(--gray5,#f1f6ff)}.header .nav-footer .currency-selector-footer select option{position:absolute;top:0;left:0;width:100%}.header .search-modal.nav-search{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:50%;height:25%;background:hsla(0,0%,100%,.95);z-index:1000;display:flex;flex-direction:column;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:all .4s ease-in-out;border-radius:8px;border:1px solid var(--gray4,#bacef6)}.header .search-modal.nav-search.active{opacity:1;pointer-events:all}.header .search-modal.close{position:absolute;top:16px;right:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;width:24px;height:24px;padding:8px;border:none;outline:none;border-radius:50%;background:var(--deep-blue);color:var(--white)}.header .search-modal.close:hover{background:var(--medium-blue)}body.noscroll{overflow:hidden;position:fixed;width:100%;height:100%;top:0;left:0}