body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{font-family:Dosis,sans-serif;margin:0;padding:0}.shadow{box-shadow:0 2px 8px 0 #63636399}.form-container{left:0;position:absolute;top:50px;width:70vw!important}.form-container form{grid-gap:25px;display:grid;grid-template-columns:1fr 1fr;width:100%}.input-container{align-items:start;display:flex;flex-direction:column;margin-top:1rem}label{font-size:14px}.input,input{background-color:rgba(99,99,99,.051);border:none;border-radius:5px;box-sizing:border-box;font-size:12px;font-weight:700;height:35px;margin-top:5px;padding-left:30px;width:100%}.checkbox{background-color:red;margin-right:20px;width:15px}.submit-container{display:flex;justify-content:end;width:100%;z-index:2}.submit-container button{background-color:#8fc760;border:none;border-radius:5px;bottom:10px;color:#fff;cursor:pointer;font-weight:700;height:35px;left:0;padding-inline:10px;position:absolute;width:200px;z-index:5}.file-input-container{height:40px;margin-bottom:15px}.file-input-container.input{padding-right:0!important}.file-input-container label{color:#333;display:block;font-size:14px;margin-bottom:5px}.file-input-wrapper{align-items:center;border-radius:5px;display:flex;max-width:400px;overflow:hidden;width:100%}.file-input-wrapper .file-name{background-color:#f9f9f9;border:none;color:#333;flex:1 1;outline:none}.file-input-wrapper .file-input-label{border:none;border-radius:5px;color:#fff;cursor:pointer;padding:8px 15px;position:relative;top:3px;transition:background-color .3s ease}.file-input-wrapper .file-input-label:active,.file-input-wrapper .file-input-label:hover{background-color:#039bc1}.page-indicator{align-items:flex-end;display:flex;flex-direction:column;gap:10px;left:20px;position:fixed;top:50%;transform:translateY(-50%)}.indicator{background-color:#63636333;border-radius:50%;height:3px;transition:all .3s ease;width:3px}.indicator.selected{background-color:#8fc760;border-radius:25px;height:50px}.inline{display:inline}.block{display:block}.inline-block{display:inline-block}.none{display:none}.grid{display:grid}.table{display:table}.inline-table{display:inline-table}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.sticky{position:sticky}.static{position:static}.top0{top:0}.left0{left:0}.bottom0{bottom:0}.right0{right:0}.top50{top:50%}.flex-row{display:flex;flex-direction:row}.flex-column{display:flex;flex-direction:column}.justify-space-between{justify-content:space-between}.justify-space-around{justify-content:space-around}.justify-space-evenly{justify-content:space-evenly}.justify-flex-start{justify-content:flex-start}.justify-end{justify-content:end}.align-items-end{align-items:flex-end}.align-items-start{align-items:flex-start}.align-items-baseline{align-items:baseline}.flex-wrap{flex-wrap:wrap}.flex-no-wrap{flex-wrap:nowrap}.red{color:#c7253e}.green{color:#8fc760}.blue{color:#00add8}.black{color:#000!important}.white{color:#fff}.yellow{color:#ff0}.purple{color:purple}.orange{color:#00add8}.pink{color:pink}.brown{color:brown}.grey{color:#9babb8}.bg-red{background-color:#c7253e}.bg-green{background-color:#a1dd70}.bg-blue{background-color:#00add8}.bg-black{background-color:#343131}.bg-black2{background-color:#333}.bg-white{background-color:#fff}.bg-grey{background-color:#eeedeb}.bg-yellow{background-color:#ff0}.bg-purple{background-color:purple}.bg-orange{background-color:#00add8}.bg-pink{background-color:pink}.bg-brown{background-color:brown}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:#0000}::-webkit-scrollbar-thumb{background-clip:content-box;border:2px solid #0000;border-radius:10px}*{scrollbar-width:thin}body{-ms-overflow-style:none;overflow-x:hidden;width:100vw}.italic{font-style:italic}.underline{text-decoration:underline}.strike-through{text-decoration:line-through}.overline{text-decoration:overline}.no-underline{text-decoration:none}.capitalize{text-transform:capitalize}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.small-text{font-size:15px}.smaller-text{font-size:10px}.main-text{font-size:5rem}.sec-text{font-size:3rem}.center-text{text-align:center}.p-0{padding:0!important}.p-10{padding:10px}.m-10{margin:10px}.px-10{padding-left:10px;padding-right:10px}.px-80{padding-left:80px;padding-right:80px}.mx-10{margin-left:10px;margin-right:10px}.mx-5{margin-left:5px;margin-right:5px}.py-10{padding-bottom:10px;padding-top:10px}.my-10{margin-bottom:10px;margin-top:10px}.p-20{padding:20px}.m-20{margin:20px}.px-20{padding-left:20px;padding-right:20px}.mx-20{margin-left:20px;margin-right:20px}.ml-40{margin-left:40px}.mr-40{margin-right:40px}.mr-10{margin-right:10px}.py-20{padding-bottom:20px;padding-top:20px}.my-20{margin-bottom:20px;margin-top:20px}.my-40{margin-bottom:40px;margin-top:40px}.px-40px{margin-left:40px;margin-right:40px}.py-40{margin-bottom:40px;margin-top:40px}.box-sizing{box-sizing:border-box}.border{border:1px solid #000}.border-top{border-top:1px solid #000}.border-bottom{border-bottom:1px solid #000}.border-left{border-left:1px solid #000}.border-right{border-right:1px solid #000}.border-radius-5{border-radius:5px}.border-radius-10{border-radius:10px}.border-radius-20{border-radius:20px}.border-text{border:.1px solid #9babb8;border-radius:15px;font-size:12px;padding:7px;padding-inline:30px}.side-overlay{background-color:#fff;box-shadow:0 5px 15px #00000059;height:100vh;position:fixed;right:-60%;top:0;width:30%;z-index:99999999}.side-menu-blur{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);height:100vh;position:fixed;top:0!important;width:100vw;z-index:9999}.full-width{width:100%}.full-height{height:100vh}.half-page{width:50vw}.w-50{width:50%}.h-50{height:50%}.w-25{width:25%}.h-25{height:25%}.w-75{width:75%}.h-75{height:75%}.w-90{width:90%}.fit-content{width:fit-content!important}.overflow-hidden{overflow:hidden}.overflow-auto{overflow:auto}.overflow-scroll{overflow:scroll}.overflow-visible{overflow:visible}.pointer{cursor:pointer}.not-allowed{cursor:not-allowed}.crosshair{cursor:crosshair}.help{cursor:help}.move{cursor:move}.text{cursor:text}.wait{cursor:wait}.opacity-50{opacity:.5}.opacity-75{opacity:.75}.opacity-25{opacity:.25}.visible{visibility:visible}.hidden{visibility:hidden}.z-1{z-index:0}.z-2{z-index:2}.z-3{z-index:3}.max-z{z-index:9999999}.cart-z{z-index:9999}.z-10{background-color:red;z-index:10}.section{width:100vw!important}.overlay-container{align-items:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:#0006;box-sizing:border-box;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:9999}.overlay-container.open{pointer-events:auto}.overlay-close-btn{z-index:99999}.overlay-content{background-color:#fff;border-radius:5px;overflow:auto;overflow:hidden;padding:20px;position:relative;z-index:9999999}.overlay-close-btn{position:absolute;right:10px;top:10px}.overlay-close-btn img{cursor:pointer;width:20px}.img100{height:100px;width:100px}.img200{height:200px;width:200px}App{box-sizing:border-box;height:100vh;overflow:hidden;padding:20px;width:100vw}header{background-color:#fff;justify-content:space-evenly;padding-inline:200px;padding:2rem 4rem 10px;width:100%;z-index:5!important}.header,header{align-items:center;box-sizing:border-box;display:flex;position:fixed}.header{background-color:#fff!important;height:80px;justify-content:space-between;padding-inline:80px;width:100vw}.logo{position:relative}.small-icon{height:20px;width:20px}.logo-img{width:30px!important}.logo p{font-size:1.2rem;font-weight:700;margin:0}nav li{position:relative}nav ul{display:flex;font-size:.8rem;list-style:none;margin:0;padding:0}nav ul li p{cursor:pointer;font-weight:700;margin:0 1rem}.link{color:inherit;text-decoration:none!important}.action-button{border:none;border-radius:5px;position:relative;width:fit-content}.action-button .btn{border-radius:4px;color:#fff!important;cursor:pointer;font-size:.8rem;font-weight:700;margin:0;padding:.5rem 1rem;z-index:5}.btn-loader{align-items:center;display:flex;height:100%;justify-content:center;pointer-events:none;width:100%;z-index:0!important}.btn-loader img{height:25px;width:25px}.action-button .spinner{height:20px;width:20px}.langue{align-items:center;border:.5px solid #222831;border-radius:5px;box-sizing:border-box;display:flex;font-size:14px;height:30px;justify-content:center;right:20px;width:30px}.langue,.section{position:relative}.section{padding-bottom:20px;padding-top:80px}.flex{display:flex}.bold{font-weight:700}.align-items-center{align-items:center}.w-full{width:100%}.h-full{height:100%}.w-1-2{width:50%}.p-5{padding:1.25rem}.p-2{padding:.5rem}.mt-4{margin-top:1rem}.mb-4{margin-bottom:1rem}.mt-8{margin-top:2rem}.mb-8{margin-bottom:2rem}.text-sm{font-size:.875rem}.text-lg{font-size:1.125rem}.text-md{font-size:1rem}.text-2xl{font-size:1.5rem}.text-xl{font-size:1.25rem}.font-bold{font-weight:700}.table-container{display:flex;flex-direction:column;height:100%;width:100%}.table-header{border-bottom:2px solid #e5e7eb;display:flex;justify-content:space-between}.table-button{background:none;border:none;color:#4b5563;cursor:pointer;font-size:16px;padding:10px 20px;transition:color .2s,transform .2s}.table-button.active{border-bottom:2px solid #f97316;color:#1f2937;font-weight:700}.table-content{background:#f9fafb;border:1px solid #e5e7eb;border-top:none;padding:20px}.heroku-table-container{border-radius:6px;box-shadow:0 1px 3px #0000001a;margin:1rem 0;overflow-x:auto;width:100%}.heroku-table{background:#fff;border-collapse:collapse;font-size:14px;width:100%}.heroku-table th{background-color:#f7f7f7;border-bottom:2px solid #e1e1e1;color:#4a4a4a;cursor:pointer;font-weight:600;padding:12px 16px;text-align:left;-webkit-user-select:none;user-select:none}.heroku-table th:hover{background-color:#f0f0f0}.sorted-asc,.sorted-desc{background-color:#e8e8e8!important}.sort-icon{font-size:12px;margin-left:5px}.heroku-table td{border-bottom:1px solid #e1e1e1;color:#333;padding:12px 16px}.heroku-table tr:hover{background-color:#f9f9f9}.heroku-table tr:nth-child(2n){background-color:#fafafa}.bg-gray-100{background-color:#f7fafc}.border-2{border-width:2px}.border-dashed{border-style:dashed}.border-gray-300{border-color:#d2d6dc}.rounded{border-radius:.25rem}.text-gray-500{color:#6b7280}.text-gray-700{color:#374151}.text-green-500{color:#10b981}.flex-col{flex-direction:column}.justify-center{justify-content:center}.items-center{align-items:center}.langue img{cursor:pointer;width:15px}.inverted-image{filter:invert(100%)!important}.inverted-image50{filter:invert(50%)!important}.remove-inverted-image{filter:invert(0)!important}.loader{height:100vh;position:fixed;z-index:-1}.fit-content-hr{height:2px;width:100%}.full-width-hr{width:100vw}.full-width-hr,.half-width-hr{background-color:#63636326;height:2px}.half-width-hr{width:50vw}.fit-content-vr{background-color:#63636326;height:100%;width:2px}.small-hr{height:5px;width:65px}.scroll-index{align-items:center;display:flex;height:30px;position:relative;width:100px}.scroll-index .index{background-color:#0006;border-radius:100%;cursor:pointer;height:5px;margin-right:7px;width:5px}.scroll-index .selected-index{background-color:#c7253e}.social-login-btn{align-items:center;display:flex;justify-content:center;width:100px!important}.popup-container{overflow-y:scroll!important}.popup{height:fit-content}.custom-icon-class{font-size:5px;font-weight:600;height:30px;width:30px}.custom-icon{transform:scale(.4)!important}.confirmButton{border-radius:5px;font-size:14px;font-weight:700;width:100px}.popup-custom-title{font-size:18px;font-weight:700}.validationMessage{color:red}.dark-mode{background-color:#222831!important;color:#fff}.light-mode{background-color:#fff!important}.dark-mode input{color:#fff!important}.hover-component{box-shadow:0 5px 15px #00000059}.hover-component,.mobile-nav-menu{background-color:#fff;border-radius:5px}.mobile{display:none}.section{height:100vh;width:100vw}.home{height:fit-content;height:100vh;min-height:fit-content;overflow:hidden}.home .bg-grey{color:#fff}.home-left{justify-content:end;width:100%;z-index:9999}.home-left>div{bottom:50px;position:relative}.home .images-slider *{padding:0}.home .images-slider{border-radius:10px;left:0;position:absolute;z-index:0}.home .images-slider .slider-image{border-radius:0;width:110%!important}.home .slider{border-radius:20px;position:relative;width:100%!important}.home .slider-overlay{background:#00000080;border-radius:10px;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.home-right{align-items:center;display:flex;height:100%;justify-content:end;position:absolute;right:0;width:50vw}.back-circle{background-color:#00add8;border-radius:30px;bottom:-50px;box-shadow:0 5px 15px #00000059;height:90vh;position:relative;right:100px;width:25vw;z-index:1}.card-bubble{background-color:#fff;border-radius:5px;box-shadow:0 5px 15px #00000059;height:150px;left:-50px;position:absolute;top:20px;width:150px;z-index:0}.card-bubble img{width:80%}.card-bubble2{bottom:150px!important;left:auto;right:-20px;top:auto;z-index:3}.back-img{position:absolute;right:20px;top:0;transform:scaleX(-1);width:100%;z-index:2}.section2-left{border-radius:10px;overflow:hidden;width:35%}.section2-left img{border-radius:0;object-fit:cover}.section2-right{width:50%}.section2-left img{z-index:1}.section2-left img.back{height:300px;opacity:.1;top:-90px;width:100%;z-index:0}.section2 .section2-left{overflow:hidden}.section2 .images-slider img{object-fit:contain}.section3{padding-top:50px!important}.section3-content{box-sizing:border-box;height:100%}.section3-right{height:100%!important;width:30%}.section3-right img{position:relative}.section3-left .w-1-2{width:45%}.faq-item{height:fit-content!important;width:50%}.faq-question+img,.navs img{height:20px;opacity:.5;width:20px!important;width:20px}.navs img{position:relative;top:1px}.hover-component{top:calc(100% + 20px)}.navs .hover-component .grid{grid-gap:10px;grid-template-columns:repeat(3,1fr);grid-template-rows:auto;height:fit-content}.category-item{border-radius:5px;box-sizing:border-box;height:60px;padding-inline:10px}.category-item img{opacity:1;width:40px!important}.category-item p{text-decoration:underline}.section,.section4-content{min-height:fit-content}.section5-left{height:90%;width:60%}.section5-right{height:90%;position:relative;width:30%}.section5-right img{max-height:100%!important;object-fit:contain;position:relative}.section5-right-img{height:70%!important;width:100%!important}.section5-right-img .logo-img{position:absolute!important}.section5-content{height:100%}.section5-product{border-radius:5px;height:29.41176%;width:100%}.product-img{align-items:center;display:flex;justify-content:center;object-fit:contain;width:100px}.product-img img{width:100%}.product-texts{width:60%}.footer{display:flex;flex-direction:column}.footer-top-left>h1{font-size:38px}.send-message-btn{border-radius:43%;height:35px;left:1px;margin-left:-55px;position:relative;top:6px;z-index:1}.footer-bottom{padding:50px 20px}.footer-bottom h3{font-size:23px}.footer-bottom ul{font-size:16px;list-style:none;margin:10px 0}.footer-bottom ul li{cursor:pointer;margin-bottom:10px}.footer-bottom :last-child ul li:hover,.footer-bottom ul li:hover{color:#00add8!important}.social-link :hover{background-color:#c8c8c6}.products{grid-gap:40px;display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:auto}.prodcut-container .w-75{min-height:100vh}.products-loader{height:100%;width:100%}.product-details{height:100vh;margin:0;top:0!important;width:100vw}.details-left{border-radius:15px;min-height:fit-content;overflow:hidden;width:50vw}.details-right{min-height:fit-content;padding-left:0;padding-right:0!important}.details-slider{align-items:center;box-sizing:border-box;display:flex;height:fit-content;justify-content:center;padding:20px;width:fit-content}.details-slider img{align-self:center}.variant-tab-img{object-fit:contain}.details-right .tabs-content-container{box-sizing:border-box;height:90vh;min-height:fit-content;overflow-y:scroll;overflow:hidden;padding-top:20px}.details-right .active{background-color:initial!important}.details-right .tabs-container .tabs-container .active{background-color:#00add8!important}.tab-icon{background-color:#fff;border-radius:5px;height:80px;width:80px}.reviews-container{display:grid;grid-template-columns:repeat(4,1fr)}.review-container{background-color:#00000008;display:flex;flex-direction:column;height:120px;justify-content:center}.details-left .back-text{align-items:center;display:flex;font-size:4rem;height:fit-content;justify-content:center;opacity:.8;width:fit-content;z-index:1}.details-right .heroku-table{width:90%}.back-text p{text-align:center}.social-icon{width:25px}.preloader-container{align-items:center;display:flex;height:100vh;justify-content:center;left:0;position:absolute;top:50px;width:100%;z-index:0}.swall-container{z-index:99999999}.my-confirm-btn{background-color:#00add8}.preloader-container img{position:relative}.loader{height:25px;top:50%;width:25px}.home-logo{margin-bottom:5px;position:relative;width:100%!important}.home-logo img{height:40px;width:100px}.home-logo .separator{background-color:gray;height:55%;left:3px;margin-inline:5px;position:relative;transform:rotate(20deg);width:1px}.details-left .slider-image{border-radius:10px;height:100%!important;height:350px!important;object-fit:cover}.slider-image-grid img{background-color:#0000000d;border:1px solid;border-radius:5px;cursor:pointer;height:80px;margin-inline:10px;overflow:hidden;width:80px}.slider-image-grid{display:flex;min-height:fit-content;position:relative}.slider-image-grid img{min-width:50px}.section6 .grid-container{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(3,1fr)}.slider-arrow{background-color:initial!important;transform:rotate(-90deg)}.left-slider-arrow,.slider-arrow{height:20px!important;min-height:0!important;min-height:auto!important;width:20px!important}.left-slider-arrow{transform:rotate(90deg)}.section7{height:100vh;min-height:fit-content}.section7-part1{background-color:#00add8;border-radius:10px;box-sizing:border-box;color:#fff;height:fit-content!important;padding:50px}.section7-part1-left{width:70%}.section7-part1-right{width:25%}.section7-part1-right img{background-color:#fff;border-radius:20px;box-sizing:border-box;padding:20px;width:auto!important;width:250px!important}.section7-part2{padding-top:20px}.section7-part2 .sec-text{font-size:1.6rem}.brand-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(3,1fr)}.grid-cols-5{grid-template-columns:repeat(5,1fr)}.brand-item{text-align:center}.section7 .brand-grid .brand-item img{height:60px;width:150px}.brand-item img{border-radius:5px;height:30px;margin-bottom:10px;width:100px}.Categories-section>.small-text,.after-sales-service>.small-text{width:70%}.Categories-section .tabs-header,.details-right .tabs-header{background-color:#00000008;border-radius:5px;padding:10px;padding-inline:20px;width:fit-content}.Categories-section .tabs-header .active,.details-right .tabs-header .active{background-color:#00add8;color:#fff}.Categories-section .tabs-content{align-items:center;display:grid;grid-template-columns:repeat(5,1fr);height:60vh}.Categories-section .tabs-content img{height:70px;width:70px}.Categories-section .tab-grid-item,.details-right .tab-grid-item{border-left:solid #80808033;box-sizing:border-box;cursor:pointer;height:100px;padding-inline:15px}.Categories-section .tab-button,.details-right .tab-button{cursor:pointer;margin-right:20px;padding:10px;padding-inline:20px}.after-sales-form{display:grid;font-weight:700;grid-template-columns:1fr 1fr;justify-content:space-between;position:relative}.after-sales-form .input-container{margin-right:50px}.after-sales-form button.action-button{margin:0;position:absolute;right:50px;top:100%!important}.after-sales-form>p{align-items:center;cursor:pointer;display:flex;height:40px;position:absolute;right:150px!important;top:100%}.after-sales-form input{padding-right:20px}@media (max-width:768px){.caritative-content{padding:20px}.caritative-content p{text-align:center;width:100%}.event-content{padding:20px!important}.event-content p{padding:0!important;width:100%}.event-content .event-grid{grid-template-columns:1fr;width:100%}.event-content .event-grid p{margin-bottom:25px}.brand-grid{grid-template-columns:repeat(2,1fr)}.order-form-overlay .overlay-content{box-sizing:border-box;width:90vw!important}.home{padding-top:100px!important}}@media (max-width:480px){.header .home-logo img{width:150px}.notif-form-input{width:100%}.brand-grid{grid-template-columns:1fr}}@media (max-width:768px){.grid-container{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.grid-container{grid-template-columns:1fr}}@media only screen and (max-width:776px){.web{display:none}.header{padding-inline:30px}.header .action-button{display:none}.mobile{display:flex}.section{padding:0}.home{display:flex;justify-content:center;padding-bottom:20px;padding-top:80px}.home .bg-grey{background-color:#00add8;border-radius:10px;min-height:fit-content!important;padding:20px;padding-top:0!important;position:relative;width:95vw}.home-left{background-position:50% 10%;background-repeat:no-repeat;background-size:contain;color:#fff;height:100%!important;justify-content:center!important;opacity:1;width:100vw!important}.home-left>div{bottom:0}.home-left p{width:100%}.home-left .small-hr{background-color:#fff}.home-right{display:none}.home .action-button{background-color:#fff}.home .action-button .btn{color:#00add8!important}.home .mobile{height:200px;position:relative}.home-left .mobile img{width:300px}.section2-left{display:none}.section2-right{padding:25px;width:100%}.section3{box-sizing:border-box;height:fit-content!important;padding-top:0!important}.section3-right{display:none}.section3-left{padding:25px;width:100%}.fit-content-hr{margin-top:20px}.fit-content-hr+div{align-items:center;flex-direction:column;position:relative}.fit-content-hr+div>div{width:100%!important}.section4-content{padding:20px}.section4 .sec-text{font-size:1.5rem;width:100%}.faq-item,.section4-content>p{width:100%}.faq-item{min-height:fit-content}.faq-item>div{align-items:center}.faq-item img{height:20px;width:20px}.section5{height:100%;min-height:fit-content;padding-top:30px;padding-inline:20px;padding-bottom:50px;position:relative}.sec-text{font-size:2.5rem;width:100%!important}.section5-right{display:none}.section5-left{width:100%}.section5-product{align-items:center;background-color:initial;box-shadow:0 5px 15px #00000008;flex-direction:column;height:fit-content;margin-top:20px;min-height:fit-content}.section5-product .product-texts{margin-bottom:20px;text-align:center;width:100%}.product-img{height:150px;margin-bottom:15px;object-fit:contain;width:150px}.product-img img{width:100%}.footer{height:100%;margin-top:10px;min-height:fit-content;padding-bottom:30px}.footer-top{flex-direction:column}.footer-top-left,.footer-top-left p,.footer-top-right{width:100%!important}.footer-bottom{display:grid;grid-template-columns:1fr}.footer-bottom>div{border-bottom:2px solid #fff;padding-bottom:20px;padding-top:20px;text-align:center;width:100%}.footer .contact-last ul{align-items:center;display:flex;flex-direction:column}.footer .contact-last li{justify-content:space-between;position:relative;width:200px}.footer li div{text-align:start;width:70%}.footer-end{flex-direction:column}.footer-end-left{display:grid;grid-template-columns:1fr 1fr;justify-items:center;width:100%}.footer-end-left>div{margin-bottom:20px;width:100px}.footer-end-right{box-sizing:border-box;padding-inline:25px;text-align:center;width:100%}.mobile .nav-item{align-items:center;display:flex;height:60px;justify-content:center}.home .slider-image{min-height:100%}.section6{box-sizing:border-box;min-height:fit-content;overflow:hidden;padding:20px}.section6-content>.sec-text{text-align:center}.section6-content>p{width:100%}.section6 .grid-container{grid-template-columns:1fr;text-align:center}.DeliverySection,.section7{box-sizing:border-box;min-height:fit-content;padding:20px}.DeliverySection .section7-part1,.section7 .section7-part1{flex-direction:column-reverse}.section7 .section7-part1>div{margin-bottom:20px;width:100%}.DeliverySection .section7-part1 img,.section7-part1-right img,.section7-part2 p{width:100%}.Categories-section,.after-sales-service{box-sizing:border-box;min-height:fit-content!important;padding:20px}.Categories-section p{width:100%!important}.Categories-section .sec-text{font-size:1.6rem;width:100%}.Categories-section .tabs-header,.var-tabs .tabs-header{overflow:scroll;padding:5px 20px;width:100%}.Categories-section .tabs-header .action-button{min-width:fit-content!important}.Categories-section .tabs-header .action-button:last-of-type,.var-tabs .tabs-header .action-button:last-of-type{margin-right:50px!important}.Categories-section .tabs-content,.after-sales-form{display:grid;grid-template-columns:1fr;min-height:fit-content!important}.after-sales-service p{width:100%!important}.after-sales-form .btn{width:auto!important}.after-sales-form{margin-bottom:50px;padding:0!important;width:100%}.after-sales-service .input-container{width:100%}.after-sales-form button{right:0!important}.section{overflow-x:hidden}.prodcut-container .mobile-filters-container{background-color:#fff;box-sizing:border-box;display:flex!important;display:flex;flex-direction:column;height:100vh;padding:20px;position:absolute;width:100%;width:100vw;z-index:9999}.mobile-filters-container .select-option>div{width:calc(100vw - 40px)!important}.mobile-filters-container img{margin-bottom:20px;position:relative}.exit-btn{width:20px}.var-tabs .heroku-table{width:100%}.DeliverySection .section7-part{align-items:center;display:flex;flex-direction:column-reverse;position:relative;width:100%}.DeliverySection .section7-part1-left{width:100%}.DeliverySection p.sec-text{font-size:1.6rem;width:100%!important}.DeliverySection p.sec-text+p{text-align:center}.DeliverySection .section7-part2{border-radius:20px;text-align:center}.DeliverySection .grid{grid-template-columns:1fr}.DeliverySection .grid p{width:80%}.DeliverySection .section7-part img{display:none}.thumbnail-scroll-container{-ms-overflow-style:none;overflow-x:auto;scrollbar-width:none}.thumbnail-scroll-container::-webkit-scrollbar{display:none}.slider-arrow{display:none}.prodcutDetails .mobile-heading{font-size:20px;margin-bottom:20px}.prodcutDetails .mobile-small-heading{margin-top:80px}.prodcutDetails .details-left{margin-top:0}.condition-overlay .overlay-content,.poltique-overlay .overlay-content{box-sizing:border-box;width:90vw!important}.condition-overlay .article:last-child,article section:last-child{margin-bottom:50px}}.mobile-filters-container{display:none}.mobile-nav-menu{border-radius:0!important;box-shadow:0 5px 0 #00000059;min-height:fit-content!important;top:100%}.mobile-nav-menu2 .grid{min-height:fit-content;padding:0!important}.mobile-nav-menu2 .category-item{background-color:#fff;border-radius:0;z-index:999999}.mobile-nav-menu2{opacity:1!important}.mobile-nav-menu2 .grid{box-sizing:border-box;display:grid;grid-template-columns:1fr;padding:25px;z-index:5}.mobile-nav-menu2 .outside-click{height:90vh;opacity:.6;top:100%;z-index:0}.overlay-container{z-index:9999999999999!important}.order-form-overlay{display:flex;z-index:99999999999999!important}.order-form-overlay>div{align-items:center;display:flex;overflow-y:scroll}.order-form-content{padding-top:50px;width:100%}.order-form-overlay .input-container{width:100%}.order-form-actions{justify-content:flex-end}.section5-right-img .absolute{object-fit:fill}.DeliverySection .section7-part1-right{border-radius:20px;padding-inline:20px}.DeliverySection .section7-part1-right img{background-color:initial;bottom:5px;height:100px;position:relative;width:100px}.section7-part1{border-bottom:2px solid #fff;border-radius:0}.section7-content{border-radius:20px}.DeliverySection .section7-part2{background-image:linear-gradient(#00000080,#0000004d),url(../../static/media/delivery_back.7f33d401364e49a71a87.jpg);background-position:50%;background-size:cover;border-radius:10px;height:60vh;justify-content:center}.DeliverySection .section7-part2 img{padding:10px}.politique-overlay article{height:60vh;overflow:scroll}.politique-overlay .logo-img{width:100px!important}article h3+P{font-weight:700}article li,article p{font-size:14px}article section{margin-top:20px}.prodcutDetails .details-left{height:fit-content!important}.after-sales-service{padding-bottom:80px!important}.sav-btn{width:150px}.sav-btn .absolute{left:0!important;padding:0!important;text-align:center;top:50%;transform:translateY(-50%);width:150px!important}.section-caritative{background:url(../../static/media/caritative.b96e0a879162f1fd6c3e.jpg);background-attachment:fixed;background-size:contain;padding:0!important}.caritative-content{align-items:center;background-color:#00000080;color:#fff;display:flex;flex-direction:column;height:100vh;justify-content:center;width:100vw}.caritative-content img{background-color:#fff;border-radius:5px;box-sizing:border-box;margin-bottom:20px;padding:10px;width:150px}.section-caritative .caritative-content .w-1-2{font-size:1.5rem}.event-section{padding:0!important}.event-content span{border-radius:5px;padding-inline:5px}.event-content{background-color:#00000080;box-sizing:border-box;height:100vh;padding:80px;position:absolute;text-align:center;width:100vw}.event-grid{align-content:center;display:grid;font-size:1.5rem;font-weight:700;grid-template-columns:1fr 1fr 1fr;margin-top:30px;width:70%}.event-grid p{padding:20px}.product-card{border:0!important;border-radius:.4em;box-sizing:border-box;height:auto;margin-bottom:20px;padding:1em;position:relative}.product-card-details img{max-width:200px;width:auto}.prodcut-container{border-bottom:1px solid #80808080;height:fit-content!important}.w-20{width:20%}.tag{align-items:center;color:gray;display:flex;font-size:12px;justify-content:center;text-align:center}.grid-filter-options{grid-gap:10px;display:grid;grid-template-columns:1fr 1fr}.grid-filter-options .filter{background-color:#fff;border-radius:5px;cursor:pointer;margin:0;padding:10px}.details-slider{max-width:100%}.details-slider img{object-fit:contain!important}@media only screen and (max-width:776px){.prodcut-container{padding-top:0}.prodcut-container .w-20{display:none}.prodcut-container .w-75{width:100%}.prodcut-container .products{display:grid;grid-template-columns:1fr!important;justify-items:center}.products .product-card{background-color:#eeedeb;width:calc(100% - 50px)}.prodcut-container>div{flex-direction:column}.prodcut-container .mobile{align-items:center;box-sizing:border-box;display:flex;height:60px;justify-content:space-between;padding-inline:25px}.sideMenu{height:100%;width:90%!important}.filter-sideMenu .filters-container{width:90%}.filter-sideMenu .select-option{color:gray!important;width:100%}.prodcutDetails{box-sizing:border-box;display:flex;flex-direction:column;height:fit-content;padding:25px}.details-left,.details-right{display:flex;height:fit-content;padding:0;position:relative;width:100%}.prodcutDetails{overflow:hidden;padding-bottom:50px}.details-right{padding:0}.details-left{background-color:#eeedeb;height:350px;margin-bottom:20px;margin-top:80px}.details-left img:first-child{left:0;position:relative;top:0!important;transform:none}.reviews-container{overflow:scroll}}.sideMenu{box-sizing:border-box;padding:20px}.sideMenu>div{justify-content:space-between;overflow-x:hidden}
/*# sourceMappingURL=main.990dca7d.css.map*/