.padding{padding:10rem 0}.load{width:100%;height:80vh;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:1rem}.load .loader{width:48px;height:48px;border-radius:50%;position:relative;animation:rotate 1s linear infinite}.load .loader:before{content:"";box-sizing:border-box;position:absolute;inset:0;border-radius:50%;border:2px solid var(--primary-color);animation:prixClipFix 2s linear infinite}@keyframes rotate{to{transform:rotate(1turn)}}@keyframes prixClipFix{0%{-webkit-clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0);clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}25%{-webkit-clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0);clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}50%{-webkit-clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%);clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}75%{-webkit-clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%);clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)}to{-webkit-clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0);clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0)}}.hero{width:100%;height:88vh;display:flex;align-items:flex-start;justify-content:center;flex-direction:column;color:var(--white);background-color:rgba(0,0,0,.8);position:relative}.hero .herobg{object-fit:cover;opacity:1;z-index:-1}.hero .heroMain{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem}.hero .heroMain h1{color:var(--secondary-color)}.hero .heroMain p{text-transform:uppercase;letter-spacing:.35rem;font-size:.75rem;font-weight:400}.hero .pattern{width:100%;height:150px;position:absolute;bottom:0}.hero .pattern img{object-fit:cover;object-position:top}.categories{text-align:center}.categories p{padding-top:1rem}.categories .grid{display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-rows:1fr 1fr;grid-gap:1.5rem 1rem;gap:1.5rem 1rem;max-width:800px;margin:0 auto;padding:3rem 0;grid-template-areas:"category1 category2 category3" "category4 category5 category6"}.categories .grid .category{display:flex;flex-direction:column;cursor:pointer}.categories .grid .category .cat-img{overflow:hidden}.categories .grid .category .cat-img img{width:100%;height:280px;object-fit:cover;object-position:30% 50%;overflow:hidden;display:block}.categories .grid .category p{font-size:1rem;font-weight:500}.categories .grid .category1{grid-area:category1}.categories .grid .category2{grid-area:category2}.categories .grid .category3{grid-area:category3}.categories .grid .category4{grid-area:category4}.categories .grid .category5{grid-area:category5}.categories h4{margin:2rem 0}.about-us .grid{width:100%;display:grid;grid-template-columns:1.5fr 1fr;grid-gap:6rem;gap:6rem}.about-us .grid .grid1{display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative}.about-us .grid .grid1 img{width:100%;height:40rem;object-fit:cover}.about-us .grid .grid1 .clipart1,.about-us .grid .grid1 .clipart2{width:100px;height:100px;position:absolute}.about-us .grid .grid1 .clipart1{right:95px;top:-50px;z-index:-1}.about-us .grid .grid1 .clipart2{left:95px;bottom:-50px}.about-us .grid .grid2{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;text-align:left;gap:1.5rem}.about-us .grid .grid2 .about-us-title{display:flex;justify-content:space-between;align-items:center;gap:40px}.about-us .grid .grid2 .about-us-title h1{margin:0;line-height:auto}.about-us .grid .grid2 .about-us-title .line{width:120px;border-top:.5px solid rgba(26,60,52,.5)}.bestsellers{margin-bottom:10rem}.bestsellers .title{text-align:center;padding-bottom:48px}.bestsellers .title h3{line-height:20px}.bestsellers .best-seller .best-grid{display:flex;align-items:center;justify-content:flex-start}.bestsellers .best-seller .best-grid .best-card{width:275px;height:100%;display:flex;flex-direction:column;gap:.5rem}.bestsellers .best-seller .best-grid .best-card .prod_hover{display:flex;flex-direction:column;gap:.75rem;padding:1rem}.bestsellers .best-seller .best-grid .best-card .prod_img_wrap{overflow:hidden}.bestsellers .best-seller .best-grid .best-card .prod_img_wrap img{width:100%;height:300px;object-fit:cover}.bestsellers .best-seller .best-grid .best-card h3{font-size:1rem;font-weight:700;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;line-clamp:1;overflow:hidden;line-height:16px;margin-top:.8rem}.bestsellers .best-seller .best-grid .best-card .truncate{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden;line-height:20px;font-size:.85rem;text-transform:none}.bestsellers .best-seller .best-grid .best-card .price{font-size:1rem;font-weight:800}.bestsellers .best-seller .best-grid .best-card button{margin-top:1rem;background:none;box-shadow:none;width:100%;color:var(--text-color);font-weight:600;border:.75px solid var(--primary-color)}.bestsellers .best-seller .best-grid .best-card button:hover{background-color:var(--secondary-color)}.bestsellers .load{height:400px}.video-container{position:relative;width:100%;height:100vh;z-index:1200}.video-container video{width:100%;height:100vh;display:block;object-fit:cover}.video-container .play-button{position:absolute;top:90%;left:95%;transform:translate(-90%,-95%);padding:12px;background:var(--background-color);border:none;cursor:pointer;opacity:0;transition:opacity .3s ease-in-out;line-height:0}.video-container button{width:48px;height:48px}.video-container:hover .play-button{opacity:1}.video-container .fade-out{opacity:0!important}.specifications{width:100%;position:relative;background:linear-gradient(180deg,#1a3c34,#00594e)}.specifications .pattern{position:absolute;bottom:0;opacity:.5;width:100%;height:100%}.specifications .pattern img{object-fit:cover;object-position:center}.specifications .grid{display:flex;flex-direction:row;gap:40px;justify-content:space-between;padding:64px 0}.specifications .grid .item1{grid-area:item1}.specifications .grid .item2{grid-area:item2}.specifications .grid .item3{grid-area:item3}.specifications .grid .item1,.specifications .grid .item2,.specifications .grid .item3{display:flex;flex-direction:column;justify-content:left;gap:8px;width:100%}.specifications .grid .item1 img,.specifications .grid .item2 img,.specifications .grid .item3 img{width:48px;height:48px;padding-bottom:16px}.specifications .grid .item1 h2,.specifications .grid .item2 h2,.specifications .grid .item3 h2{color:var(--white);margin:0 0 .5rem;padding:0}.specifications .grid .item1 p,.specifications .grid .item2 p,.specifications .grid .item3 p{color:var(--white);line-height:16px}.faq .grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr;grid-gap:0 6rem;gap:0 6rem}.faq .grid .main{text-align:left}.faq .grid .main p{margin-top:2rem;line-height:1rem}.faq .grid .main .contact{margin-top:.5rem;display:flex;flex-direction:column;align-items:flex-start}.faq .grid .main .contact p{margin-bottom:1.5rem}.faq .grid .content{display:flex;flex-direction:column;align-items:flex-start}.faq .grid .content .faq-item{border:.75px rgba(26,60,52,.5);border-style:none none solid;padding:.5rem 0}.faq .grid .content .faq-item .faq-question{display:flex;align-items:center;justify-content:space-between;cursor:pointer}.faq .grid .content .faq-item .faq-question h3{font-size:.9rem;text-align:left}.faq .grid .content .faq-item .faq-question button{width:-moz-fit-content;width:fit-content;padding:0 1rem;line-height:0;background:transparent;border:0;box-shadow:none}.faq .grid .content .faq-item .faq-question img{width:32px;height:32px;transition:transform .4s ease-in-out}.faq .grid .content .faq-item .faq-question img.rotate{transform:rotate(180deg)}.faq .grid .content .faq-item .faq-answer{max-height:0;opacity:0;overflow:hidden;transition:all .3s ease-in-out;text-align:left}.faq .grid .content .faq-item .faq-answer p{font-size:.8rem;font-weight:500;line-height:24px;padding:1rem 0}.faq .grid .content .faq-item .faq-answer.show{max-height:500px;opacity:1}.instagram{max-width:1000px;margin:0 auto;padding-bottom:10rem}.instagram .title{display:flex;align-items:center;justify-content:space-between;padding:32px 0}.instagram .title h1{font-size:2.5rem}.instagram .title .main-Btn{width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;padding:.5rem;line-height:normal}.instagram .title .main-Btn svg{stroke:var(--white);stroke-width:1.25;stroke-linecap:round}.instagram .container-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,1fr);grid-gap:1rem;gap:1rem;grid-auto-flow:row;width:100%;height:560px}.instagram .container-grid a img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease-in-out}.instagram .container-grid a img:hover{transform:scale(.9)}.Products-hero{background:linear-gradient(rgba(26,60,52,.8),rgba(26,60,52,.6));width:100%;height:350px;display:flex;align-items:center;justify-content:center;text-align:center;flex-direction:column;color:var(--white);position:relative}.Products-hero .heroBG{object-fit:cover;opacity:1;z-index:-1}.Products-hero p{text-transform:uppercase;letter-spacing:.35rem;font-size:.75rem}.category-grid-wrapper{overflow:hidden;width:100%}.category-grid-wrapper .category-list{display:flex;align-items:center;justify-content:left;flex-direction:row;flex-wrap:nowrap;overflow-x:auto;align-items:stretch;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;border-bottom:1px solid rgba(0,89,78,.3)}.category-grid-wrapper .category-list .category-card{flex-shrink:0;color:var(--primary-color);font-size:1rem;padding:20px 24px;text-transform:none;cursor:pointer}.category-grid-wrapper .category-list .category-card:hover{background:var(--secondary-color)}.category-grid-wrapper .category-list .category-card.active{border-bottom:2px solid #00594e;font-weight:600}.category-grid-wrapper .carousel-menu::-webkit-scrollbar{display:none}.product_grid_title{margin-top:2rem;font-size:2rem;font-weight:600;text-align:left}.product-grid{max-width:100%;margin:0 auto;padding:64px 0;display:flex;justify-content:flex-start;flex-wrap:wrap;gap:4rem 0}.product-grid .product{width:25%;height:100%;flex-shrink:0;text-align:left}.product-grid .product .prod_hover{display:flex;flex-direction:column;gap:.6rem;padding:1rem}.product-grid .product .prod_img_wrap{overflow:hidden;position:relative}.product-grid .product .prod_img_wrap img{width:100%;height:300px;object-fit:cover}.product-grid .product .prod_img_wrap .bestSeller{position:absolute;bottom:0;right:0;min-width:-moz-fit-content;min-width:fit-content;padding:0 .5rem;font-size:.75rem;background-color:var(--secondary-color)}.product-grid .product h3{margin-top:.5rem;font-size:.9rem;font-weight:700;-webkit-line-clamp:1;line-clamp:1;line-height:16px}.product-grid .product .truncate,.product-grid .product h3{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.product-grid .product .truncate{-webkit-line-clamp:2;line-clamp:2;line-height:20px;font-size:.85rem;text-transform:none;height:42px}.product-grid .product .price{padding:.5rem 0;font-size:1rem;font-weight:800}.product-grid .product .cart-Btn{width:100%;height:48px;background-color:transparent;box-shadow:none;border-color:var(--primary-color);color:var(--primary-color);font-weight:600;font-size:.8rem}.product-grid .product .cart-Btn:hover{background-color:var(--secondary-color)}.productdetail{width:100%;padding:4rem 0}.productdetail .detail-wrapper{width:100%;display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}.productdetail .detail-wrapper .product-images{display:flex;flex-direction:column;align-items:left}.productdetail .detail-wrapper .product-images .main-image{width:100%;height:600px;object-fit:cover}.productdetail .detail-wrapper .detail-info{border:1px solid var(--secondary-color);text-align:left}.productdetail .detail-wrapper .detail-info .info01{padding:1.5rem;background-color:hsla(46,88%,76%,.5)}.productdetail .detail-wrapper .detail-info .info01 h1{margin:1rem 0;font-size:3rem;font-weight:600;line-height:auto}.productdetail .detail-wrapper .detail-info .info01 p{margin:0;padding:.2rem 0}.productdetail .detail-wrapper .detail-info .info01 .category{font-size:.9rem;font-weight:600;margin-top:.5rem}.productdetail .detail-wrapper .detail-info .info01 .bestSeller{width:-moz-fit-content;width:fit-content;padding:.2rem .5rem;background-color:var(--background-color);color:var(--secondary-color);font-size:.75rem}.productdetail .detail-wrapper .detail-info .info02{padding:0 1.5rem}.productdetail .detail-wrapper .detail-info .info02 .variant-section{padding:2rem 0;display:flex;flex-direction:column;gap:1rem}.productdetail .detail-wrapper .detail-info .info02 .variant-section .variant-buttons{display:flex;justify-content:left;gap:.6rem}.productdetail .detail-wrapper .detail-info .info02 .variant-section .variant-buttons .variant-btn{font-size:.9rem;font-weight:600;color:var(--text-color);width:100px;height:40px;background-color:var(--white);border:1px solid var(--secondary-color);text-transform:none;box-shadow:none}.productdetail .detail-wrapper .detail-info .info02 .variant-section .variant-buttons .variant-btn:hover{background-color:var(--secondary-color);cursor:pointer}.productdetail .detail-wrapper .detail-info .info02 .variant-section .variant-buttons .variant-btn.active{background-color:var(--secondary-color)}.productdetail .detail-wrapper .detail-info .info02 .price{font-size:2rem;font-weight:600;margin-bottom:.75rem;color:var(--text-color);line-height:16px}.productdetail .detail-wrapper .detail-info .info02 .info{font-size:.75rem}.productdetail .detail-wrapper .detail-info .info02 .cart-Btn{margin-top:1.5rem}.productdetail .thumbnail-container{display:flex;gap:8px;justify-content:left;margin-top:1rem}.productdetail .thumbnail-container .thumbnail{width:80px;height:auto;cursor:pointer;border:2px solid transparent;transition:all .2s ease-in-out}.productdetail .thumbnail-container .thumbnail.selected{border:2px solid var(--primary-color)}.variant-modal .modal-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.7);z-index:99999}.variant-modal .modal-body{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);z-index:999999;display:flex;justify-content:space-between;width:-moz-fit-content;width:fit-content;min-width:300px;height:-moz-fit-content;height:fit-content;padding:1rem;background:var(--white);box-shadow:0 10px 30px rgba(0,0,0,.3)}.variant-modal .modal-body .modal-content{width:100%;display:flex;flex-direction:column;gap:1.5rem}.variant-modal .modal-body .modal-content button{box-shadow:none;border:1px solid #1a3c34}.variant-modal .modal-body .modal-content .modal-head h3{font-size:1.2rem;font-weight:600}.variant-modal .modal-body .modal-content .variant-list p{margin-bottom:.75rem;font-size:.8rem}.variant-modal .modal-body .modal-content .variant-list .variant-buttons{display:flex;justify-content:space-between;flex-direction:column;gap:.5rem}.variant-modal .modal-body .modal-content .variant-list .variant-buttons .variant-btn{width:100%;color:var(--primary-color);background-color:var(--white);padding:0 1rem;font-weight:600;text-transform:none}.variant-modal .modal-body .modal-content .variant-list .variant-buttons .variant-btn:hover{background-color:hsla(46,88%,76%,.314)}.variant-modal .modal-body .modal-content .variant-list .variant-buttons .active{background-color:var(--secondary-color)}.variant-modal .modal-body .modal-content .modal-actions{margin-top:.5rem;display:flex;flex-direction:column;gap:.5rem}.variant-modal .modal-body .modal-content .modal-actions .btn-primary{width:100%;height:40px;border:none}.variant-modal .modal-body .modal-content .modal-actions .btn-secondary{width:100%;height:40px;font-weight:500;background-color:transparent;color:var(--primary-color);border:none}.variant-modal .modal-body .modal-content .modal-actions .btn-secondary:hover{border:1px solid var(--text-color)}.cart-toast{width:-moz-fit-content;width:fit-content;pointer-events:none;position:fixed;bottom:3rem;left:50%;transform:translateX(-50%);z-index:99999}.cart-toast .cart-toast-inner{width:100%;padding:1rem 2rem;font-weight:400;font-size:.9rem;text-align:center;color:var(--white);background:var(--primary-color);box-shadow:0 13px 27px -5px rgba(50,50,93,.25),0 8px 16px -8px rgba(0,0,0,.3);border:1px solid hsla(46,88%,76%,.5)}.Cart .main{width:100%;min-height:73.3vh;flex-grow:1}.Cart .main .cart-table{display:flex;align-items:center;justify-content:center;flex-direction:column;padding:64px 0}.Cart .main .cart-table .cart-title{width:100%;display:grid;grid-template-columns:1fr 1fr 1fr}.Cart .main .cart-table .cart-title .main-Btn{width:-moz-fit-content;width:fit-content;background:none;box-shadow:none;border:none;display:flex;align-items:center;gap:8px;font-size:.8em;font-weight:600;color:var(--primary-color)}.Cart .main .cart-table .cart-title h1{font-size:2.25rem;display:flex;justify-content:center;gap:1rem}.Cart .main .cart-table .cart-title .cart_count{font-size:1.5rem;font-family:Nunito Sans}.Cart .main .cart-table .cart_table{width:100%;padding:48px 0}.Cart .main .cart-table .cart_table .cart_grid{display:grid;grid-template-columns:2.5fr 1fr;grid-gap:5rem;gap:5rem}.Cart .main .cart-table .cart_table .cart_grid .product{width:100%;padding:20px 0;text-align:left;display:flex;justify-content:space-between;align-items:center;gap:24px;border-bottom:1px solid rgba(26,60,52,.5)}.Cart .main .cart-table .cart_table .cart_grid .product p{margin:0;font-size:.8rem;line-height:1.75rem;font-weight:600}.Cart .main .cart-table .cart_table .cart_grid .product .cartText-bold{font-size:.9rem;font-weight:700}.Cart .main .cart-table .cart_table .cart_grid .product .pro-flex{display:flex;align-items:center;gap:3rem}.Cart .main .cart-table .cart_table .cart_grid .product .pro-flex .input-holder{width:100%;height:-moz-fit-content;height:fit-content;display:flex;justify-content:space-between;align-items:center;gap:.5rem;border:1px solid rgba(26,60,52,.5)}.Cart .main .cart-table .cart_table .cart_grid .product .pro-flex .input-holder p{font-size:1rem}.Cart .main .cart-table .cart_table .cart_grid .product .pro-flex .input-holder .input-btn{width:-moz-fit-content;width:fit-content;min-width:32px;height:40px;background:none;border:none;box-shadow:none;padding:0 8px;cursor:pointer}.Cart .main .cart-table .cart_table .cart_grid .product .pro-flex .input-holder .input-btn svg{width:20px;height:20px;color:var(--primary-color);stroke-width:2;display:flex;align-items:center}.Cart .main .cart-table .cart_table .cart_grid .product .pro-flex .input-holder .input-btn:hover{background-color:var(--text-color)}.Cart .main .cart-table .cart_table .cart_grid .product .pro-flex .input-holder .input-btn:hover svg{color:var(--white)}.Cart .main .cart-table .cart_table .cart_grid .product .name{width:300px}.Cart .main .cart-table .cart_table .cart_grid .product .delete-Btn{width:-moz-fit-content;width:fit-content;min-width:64px;background:none;border:none;box-shadow:none;color:#ed3f27;cursor:pointer}.Cart .main .cart-table .cart_table .cart_grid .product .delete-Btn svg{width:24px;height:24px;stroke-width:2}.Cart .main .cart-table .cart_table .cart_grid .summary{border:1px solid rgba(26,60,52,.5);padding:2rem 1.5rem;text-align:left;width:100%;height:-moz-fit-content;height:fit-content;overflow:hidden;display:flex;flex-direction:column;gap:1rem}.Cart .main .cart-table .cart_table .cart_grid .summary h3{font-size:1rem;font-weight:700}.Cart .main .cart-table .cart_table .cart_grid .summary .line{width:100%;border-bottom:1px solid rgba(26,60,52,.5)}.Cart .main .cart-table .cart_table .cart_grid .summary .Price_total,.Cart .main .cart-table .cart_table .cart_grid .summary .Total,.Cart .main .cart-table .cart_table .cart_grid .summary .delivery_cost{display:flex;justify-content:space-between;padding:12px 0}.Cart .main .cart-table .cart_table .cart_grid .summary .Price_total p,.Cart .main .cart-table .cart_table .cart_grid .summary .Total p,.Cart .main .cart-table .cart_table .cart_grid .summary .delivery_cost p{font-weight:600;line-height:0}.Cart .main .cart-table .cart_table .cart_grid .summary .Total{width:100%}.Cart .main .cart-table .cart_table .cart_grid .summary .Total p{font-size:1rem;font-weight:700}.Cart .main .cart-table .cart_table .cart_grid .summary .CheckOut-Btn{display:block;padding:12px 20px;margin-top:8px;text-align:center;color:var(--white);background-color:var(--primary-color)}.Cart .main .empty-cart{display:none;flex-direction:column;align-items:center;justify-content:center;gap:1rem;width:100%;height:87.5vh}.Cart .main .empty-cart img{width:150px;margin-bottom:24px}.about .hero{height:40vh;margin:0;background:linear-gradient(#f8df8d,var(--primary-color))}.about .hero .hero-main{display:flex;flex-direction:column;text-align:center;gap:1rem}.about .hero .hero-main p{font-size:.8rem;margin:auto;max-width:600px}.about .hero .aboutHeroBg{object-fit:cover;z-index:-1}.about .aboutShop{width:100%;padding:3rem 0 10rem;background-color:var(--primary-color);color:var(--white);text-align:center}.about .aboutShop .shop-img{width:100%;display:flex;align-items:center;justify-content:center;position:relative;top:-5rem}.about .aboutShop .shop-img .ladywithchoco{object-fit:cover;z-index:1}.about .aboutShop h1{color:var(--secondary-color)}.about .aboutShop h2{font-size:1.5rem}.about .aboutShop section{margin:3rem 0;display:flex;flex-direction:column;gap:.8rem}.about .AuthenticQuality{background-color:var(--secondary-color);padding:120px 0}.about .AuthenticQuality .Authentic,.about .AuthenticQuality .Quality{display:flex;align-items:center;justify-content:space-between;gap:200px;text-align:left;padding:80px 0}.about .AuthenticQuality .Authentic h2,.about .AuthenticQuality .Quality h2{margin:16px 0}.about .AuthenticQuality img{width:400px;height:500px;object-fit:cover;z-index:99;box-shadow:0 50px 50px -20px rgba(0,0,0,.35),0 30px 60px -30px rgba(0,0,0,.3)}.about .specialMoments{width:100%;height:80vh;background:linear-gradient(rgba(0,0,0,.4));display:flex;justify-content:center;align-items:center;text-align:center;position:relative}.about .specialMoments .momentBg{z-index:-1;object-fit:cover}.about .specialMoments h2{margin:16px 0;color:var(--secondary-color)}.about .specialMoments p{color:var(--white);width:60%;margin:0 auto}.about .Celebrate{padding:160px 0;background:linear-gradient(180deg,#1a3c34,#00594e)}.about .Celebrate h1{width:50%;color:#006e63;margin:0 auto;text-align:center}.about .shop-now{width:100%;height:175px;background-color:var(--text-color);display:flex;align-items:center;justify-content:center;position:relative}.about .shop-now a{z-index:2}.about .shop-now img{object-fit:cover}.contact{background:var(--white);margin:0}.contact .padding{padding:5rem 0}.contact .contact-hero-grid{width:100%;height:-moz-fit-content;height:fit-content;display:grid;grid-template-columns:1fr;background-color:var(--primary-color)}.contact .contact-hero-grid .contact-header{padding:6rem 0;width:100vw;display:flex;flex-direction:column;justify-content:space-between;gap:1.5rem;color:var(--white)}.contact .contact-hero-grid .contact-header h2{color:var(--secondary-color)}.contact .contact-hero-grid .contact-header h1{font-size:5rem}.contact .contact-hero-grid .contact-header a{width:-moz-fit-content;width:fit-content}.contact .contact-main-img{width:100%;height:1000px;object-fit:cover;object-position:20% 70%}.contact .contact-methods .flex{margin-top:3rem;display:grid;grid-template-columns:1fr 1fr;grid-gap:0 10rem;gap:0 10rem}.contact .contact-methods .flex a{border-bottom:1px solid rgba(0,89,78,.502);padding:2rem 1rem}.contact .contact-methods .flex a:hover{background-color:hsla(46,88%,76%,.188)}.contact .contact-methods .flex .contact-method{display:flex;justify-content:space-between}.contact .contact-methods .flex .contact-method .con_box{display:flex;gap:2rem;align-items:center}.contact .contact-methods .flex .contact-method svg{width:24px;height:24px;stroke:var(--primary-color);stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.contact .contact-methods .flex .contact-method p{font-size:1rem}.contact .map iframe{display:block;width:100%;height:600px;border:0}.contact .instagram{max-width:100%;padding-bottom:15rem}.checkout{padding:3rem 0}.checkout .container{max-width:750px}.checkout .flex{display:flex;flex-direction:column;gap:3rem}.checkout .flex h4{font-size:1.1rem;font-weight:600;padding-bottom:1rem;margin-bottom:1rem;border-bottom:1px solid rgba(0,89,78,.502)}.checkout .flex .orderSummary{border:1px solid rgba(0,89,78,.502);padding:1rem;background-color:hsla(46,88%,76%,.314)}.checkout .flex .orderSummary li{list-style-type:none;font-size:.9rem;font-weight:500;padding:.25rem 0}.checkout .flex .form{display:flex;flex-direction:column;gap:3rem}.checkout .flex .form .inputGroup{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}.checkout .flex .form .inputGroup .inputBox{display:flex;flex-direction:column;gap:.5rem}.checkout .flex .form .inputGroup .inputBox p{font-size:.8rem;font-weight:500}.checkout .flex .form .inputGroup .inputBox p svg{stroke:#1a3c34;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;width:12px;height:12px}.checkout .flex .form .inputGroup .inputBox input,.checkout .flex .form .inputGroup .inputBox select{width:100%;padding:1rem 1.25rem;border:1px solid rgba(0,89,78,.502);font-family:var(--font-raleway),system-ui,sans-serif;font-size:.9rem;font-weight:500}.checkout .flex .form .inputGroup .inputBox input::placeholder,.checkout .flex .form .inputGroup .inputBox select::placeholder{color:rgba(0,89,78,.502)}.checkout .flex .form .inputGroup .inputBox select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url('data:image/svg+xml;utf8,<svg width="24" height="24" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.25" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="m6 9 6 6 6-6"></path></svg>');background-repeat:no-repeat;background-position:right 10px center;background-size:20px}.checkout .flex .form .billing-choice{display:flex;gap:.5rem;flex-direction:column}.checkout .flex .form .billing-choice .options{display:flex;gap:1.5rem}.checkout .flex .form .billing-choice .options .radio{display:flex;gap:.4rem}.checkout .flex .form button{width:200px;box-shadow:none}.checkout .dataPolicy{margin-top:1rem;font-size:.75rem}.checkout .dataPolicy a{font-size:.75rem;text-decoration:underline}.policy{padding:3rem 0}.policy .content{display:flex;flex-direction:column;gap:1rem}.policy .content p{font-size:.8rem}.policy .content a{text-decoration:underline}.policy .content li{font-size:.8rem;font-weight:500;list-style-position:inside}@media (min-width:320px) and (max-width:1024px){.padding{padding:5rem 0}.hero .heroMain p{letter-spacing:.16rem;font-size:.6rem}.hero .pattern{height:100px}.hero .pattern img{object-position:center}.categories .grid{display:block}.categories .grid .category .cat-title{display:flex;justify-content:space-between;align-items:center}.categories .grid .category .cat-title p{padding:1rem 0;text-align:left}.categories .grid .category .cat-title svg{stroke:var(--primary-color);stroke-width:1.25;stroke-linecap:round}.about-us .grid{grid-template-columns:1fr;gap:3rem}.about-us .grid .grid1 img{height:20rem}.about-us .grid .grid1 .clipart1,.about-us .grid .grid1 .clipart2{display:none}.about-us .grid .grid2 .about-us-title{width:100%;gap:1rem}.bestsellers .best-seller .best-grid{flex-direction:column;gap:2.5rem}.specifications .grid{flex-direction:column}.specifications .grid .item1,.specifications .grid .item2,.specifications .grid .item3{align-items:center}.faq .grid{grid-template-columns:1fr;gap:3rem 0}.faq .grid .content .contact{align-items:center;width:100%}.instagram .title h1{font-size:1.5rem;text-align:left}.instagram .container-grid{grid-template-columns:1fr 1fr 1fr;height:auto;gap:.4rem}.product-grid{grid-template-columns:1fr}.about .AuthenticQuality{padding:5rem 0}.about .AuthenticQuality .Authentic,.about .AuthenticQuality .Quality{flex-direction:column;gap:2rem;padding:2rem 0}.about .AuthenticQuality .Authentic img,.about .AuthenticQuality .Quality img{width:100%;height:300px}.about .AuthenticQuality .Quality{flex-direction:column-reverse}.about .Celebrate h1{width:80%;font-size:2rem}.contact .contact-hero-grid{grid-template-columns:1fr}.contact .contact-hero-grid .contact-main-img{width:100%;height:350px;object-fit:cover;object-position:50% 50%}.contact .contact-hero-grid .contact-header{padding:2rem 1rem;gap:1.25rem}.contact .contact-hero-grid .contact-header h1{font-size:2.5rem}.contact .contact-hero-grid .contact-header h2{font-size:1.5rem}.contact .contact-hero-grid .contact-header p{width:100%}.contact .contact-methods h1{margin-bottom:3rem}.contact .contact-methods .flex{flex-direction:column;height:auto;gap:3rem}.contact .contact-methods .flex .contact-method{text-align:center;align-items:center}.contact .contact-methods .flex .contact-method p{font-size:.8rem;height:-moz-fit-content;height:fit-content}.Cart .main .cart-table .cart-title{grid-template-columns:1fr;justify-content:center}.Cart .main .cart-table .cart-title h1{justify-content:left}.Cart .main .cart-table .cart_table .cart_grid{grid-template-columns:1fr}.Cart .main .cart-table .cart_table .cart_grid .product{margin:1rem 0;padding:20px;align-items:flex-start;flex-direction:column;border:1px solid rgba(26,60,52,.376);gap:1rem;background-color:rgba(0,89,78,.031)}.Cart .main .cart-table .cart_table .cart_grid .product .pro-flex{width:100%;justify-content:space-between}.Cart .main .cart-table .cart_table .cart_grid .product .pro-flex .input-holder{width:-moz-fit-content;width:fit-content}.Cart .main .cart-table .cart_table .cart_grid .product .delete-Btn{position:absolute;right:1.5rem}.checkout{text-align:left}.checkout .flex{gap:2rem}.checkout .flex .form .inputGroup{grid-template-columns:1fr}.checkout .flex .form button{width:100%;height:48px}.checkout .flex .form .billing-choice .options .radio{font-size:.9rem}.checkout .dataPolicy{text-align:center}.policy{text-align:left}}:root{--primary-color:#1a3c34;--secondary-color:#f8df8d;--background-color:#00594e;--text-color:#1a3c34;--white:#fff}body,html{max-width:100vw;overflow-x:hidden;font-weight:400}body ::-webkit-scrollbar,html ::-webkit-scrollbar{display:none}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-feature-settings:"kern";color:var(--text-color)}*{box-sizing:border-box;padding:0;margin:0}a{font-size:.9rem;color:inherit;text-decoration:none}h1{font-size:4rem;font-weight:800}h2{font-size:2.5rem;font-weight:400}h3{font-size:1rem;font-weight:600}h4{font-size:1.5rem}p{font-size:.9rem;font-weight:500;line-height:1.5rem}.container{max-width:1200px;margin:0 auto;padding:0 1rem}button{width:160px;height:48px;background:var(--primary-color);cursor:pointer;border:.75px solid hsla(46,88%,76%,.5);font-family:inherit;font-style:normal;font-weight:400;font-size:.75rem;line-height:24px;letter-spacing:1px;text-transform:uppercase;color:var(--white);transition:all .6s cubic-bezier(.2,.9,.2,1);will-change:transform;transform:scale(1);box-shadow:0 10px 20px rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.23)}.promo{background-color:var(--secondary-color)}.promo .wrapper{overflow:hidden;width:100%;white-space:nowrap;background:none}.promo .wrapper .track{height:32px;display:inline-flex;align-items:center;width:max-content}.promo .wrapper .track .text{font-size:.7rem;font-weight:600;color:var(--primary-color);text-transform:uppercase;letter-spacing:.075rem;display:flex;align-items:center}.promo .wrapper .track .text span{font-size:1.5rem;padding:0 1rem}.header{background-color:var(--background-color)}.header .navbar_desk{display:flex;align-items:center;justify-content:space-between;width:100%;height:80px;padding:1.2rem 0;color:var(--white)}.header .navbar_desk .logo{width:-moz-fit-content;width:fit-content;height:40px}.header .navbar_desk ul{list-style:none;display:flex;align-items:center;gap:1.5rem}.header .navbar_desk ul li{display:flex;flex-direction:row;justify-content:center;align-items:center;list-style-type:none}.header .navbar_desk .dropdown{width:100px;height:40px;display:flex;align-items:center;justify-content:center;gap:.25em;border:.75px solid hsla(46,88%,76%,.5);position:relative;cursor:pointer}.header .navbar_desk .dropdown p{color:var(--white);font-size:.9rem}.header .navbar_desk .dropdown img{width:20px;height:20px;transition:transform .2s ease}.header .navbar_desk .dropdown .rotated{transform:rotate(180deg)}.header .navbar_desk .dropdown .dropdown-menu{position:absolute;top:calc(100% + 2px);left:0;right:0;min-width:100%;background:var(--primary-color);list-style:none;display:flex;flex-direction:column;gap:.5rem;z-index:1000}.header .navbar_desk .dropdown .dropdown-item{cursor:pointer;width:100%;padding:10px 8px;font-size:.9rem;font-weight:500}.header .navbar_desk .dropdown .dropdown-item:hover{color:var(--text-color);background-color:var(--secondary-color)}.header .dropdown{width:100px;height:40px;display:flex;align-items:center;justify-content:center;gap:.25em;border:.75px solid hsla(46,88%,76%,.5);position:relative;cursor:pointer}.header .dropdown p{color:var(--white);font-size:.9rem}.header .dropdown img{width:20px;height:20px;transition:transform .2s ease}.header .dropdown .rotated{transform:rotate(180deg)}.header .dropdown .dropdown-menu{position:absolute;top:calc(100% + 2px);left:0;right:0;min-width:100%;background:var(--primary-color);list-style:none;display:flex;flex-direction:column;gap:.5rem;z-index:1000}.header .dropdown .dropdown-item{cursor:pointer;width:100%;padding:10px 8px;font-size:.9rem;font-weight:500}.header .dropdown .dropdown-item:hover{color:var(--text-color);background-color:var(--secondary-color)}.header .cart-link{display:flex;align-items:center;position:relative}.header .cart-link img{object-fit:cover}.header .cart-link .cart-bubble{position:absolute;top:-6px;right:-6px;background-color:#ff3b30;color:#fff;font-size:12px;font-weight:600;border-radius:50%;padding:10px 6px;display:flex;justify-content:center;align-items:center;min-width:20px;height:20px;line-height:0;box-shadow:0 2px 8px rgba(0,0,0,.2);transition:transform .2s ease-in-out}.header .mob_menu,.header .navbar_mob{display:none}.fooooter{width:100%;z-index:9999;position:absolute;color:var(--white);background:url(/images/pattern-design-fade.svg) repeat,linear-gradient(90.07deg,#006e63,#1a3c34)}.fooooter ul{list-style:none;display:flex;justify-content:center;align-items:center;gap:8px;padding:0}.fooooter ul li{padding:12px 16px}.fooooter ul li img{width:24px;height:24px}.fooooter .logo{height:40px}.fooooter .section01{padding:1rem 0;border:.75px hsla(46,88%,76%,.5);border-style:none none solid}.fooooter .section01,.fooooter .section02{display:flex;justify-content:space-between;align-items:center}.fooooter .section02{padding:1.5rem 0}.fooooter .section02 .copyright p{font-size:.75rem;opacity:.5}.cookieConsent{max-width:60%;width:100%;background-color:var(--background-color);position:fixed;bottom:3%;left:50%;transform:translate(-50%);z-index:9999}.cookieConsent .cookie-flex{display:none;align-items:center;justify-content:space-between;padding:.9rem 1.5rem;text-align:left}.cookieConsent .cookie-flex .flex-inner{display:flex;align-items:center;gap:.2rem}.cookieConsent .cookie-flex p{color:var(--white);line-height:auto;font-size:.8rem}.cookieConsent .cookie-flex a{color:var(--secondary-color);margin-left:.2rem;font-size:.8rem}.cookieConsent .show{display:flex}.cookieConsent .fade-out{animation:fadeOut .2s ease-out}.cookieConsent .cookie-Btn{width:120px;height:36px;background-color:var(--primary-color);color:var(--white);border:.75px solid hsla(46,88%,76%,.5);cursor:pointer;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;transition:background-color .3s ease;display:flex;align-items:center;justify-content:center}.cookieConsent .cookie-Btn:hover{background-color:var(--secondary-color);color:var(--primary-color)}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.loading{width:100%;padding:5rem;display:flex;justify-content:center;align-items:center;font-size:1.5rem;font-weight:300;color:var(--primary-color)}.lang-english h1,.lang-english h2,.lang-english h4{font-family:var(--font-arapey),system-ui,sans-serif;font-weight:400}.lang-arabic{font-family:var(--font-arabic),system-ui,sans-serif}.lang-arabic h1{font-weight:400}.lang-arabic .contact-method,.lang-arabic .promo{direction:ltr}.lang-arabic .Cart .main .cart-table .cart_table .cart_grid .product{text-align:right}.lang-arabic .specifications .grid{gap:20px}.lang-arabic .specifications .grid .item1,.lang-arabic .specifications .grid .item2,.lang-arabic .specifications .grid .item3{text-align:right}.lang-arabic .specifications .grid .item1 h2,.lang-arabic .specifications .grid .item2 h2,.lang-arabic .specifications .grid .item3 h2{font-size:1.25rem}@media (max-width:767px){.header .navbar_desk{display:none}.header .navbar_mob{display:flex;align-items:center;justify-content:space-between;width:100%;height:80px;padding:1rem}.header .navbar_mob .logo{width:-moz-fit-content;width:fit-content;height:32px}.header .navbar_mob .hamburger svg{stroke:var(--white);stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.header .mob_menu{position:fixed;top:0;left:0;width:100vw;height:100vh;padding:1.6rem 1rem;background-color:var(--primary-color);color:var(--white);z-index:999999;display:flex;flex-direction:column;gap:2rem}.header .mob_menu .navbar_mob{padding:1rem 0}.header .mob_menu .navbar_mob .hamburger svg{width:32px;height:32px;stroke-width:1.25}.header .mob_menu .page_links{display:flex;flex-direction:column;gap:1rem}.header .mob_menu .page_links a{width:100%;display:flex;justify-content:space-between;padding:1rem .5rem;border-bottom:1px solid hsla(46,88%,76%,.314);font-size:1.25rem;font-weight:300}.header .mob_menu .page_links a svg{stroke:var(--white);stroke-width:1.25;stroke-linecap:round}.header .mob_menu .lang{width:100%;display:flex;justify-content:center}.header .mob_menu .lang .dropdown{width:60%;height:48px;padding:0 1rem;justify-content:space-between}.header .mob_menu .lang .dropdown p{color:var(--white);font-size:1rem;font-weight:300}.header .mob_menu .lang .dropdown .dropdown-menu{background:var(--secondary-color);gap:0}.header .mob_menu .lang .dropdown .dropdown-menu .dropdown-item{margin:.25rem auto;color:var(--text-color);font-size:1rem;font-weight:400;padding:.5rem 1rem}.header .mob_menu .policy{width:100%;margin:0 auto;padding:0;display:flex;align-items:center;justify-content:center;gap:.6rem;text-align:center}.header .mob_menu .policy a,.header .mob_menu .policy p{font-size:.8rem;font-weight:300;text-align:center}}@media (min-width:320px) and (max-width:1024px){body{text-align:center}h1{font-size:2.5rem}h2{font-size:2rem}p{font-size:.75rem}button{width:120px;height:40px;font-size:.7rem}.fooooter a{font-size:.75rem}.fooooter .section01{flex-direction:column;gap:1.5rem}.fooooter .section01 li{padding:.7rem 1rem}.fooooter .section01 .footer-links ul{display:block}.fooooter .section01 .footer-social ul{gap:0}.fooooter .section02{flex-direction:column;gap:1.5rem}.fooooter .section02 .policy-links{padding:0}.fooooter .section02 .policy-links ul{display:block}}