.ProductCard{flex-direction:column;gap:10px}.ProductCard,.ProductCard .img-card{position:relative;display:flex;width:100%}.ProductCard .img-card{padding:10px;background:#f9f9f9;border-radius:24px;justify-content:center;min-height:250px;align-items:center;height:250px}.ProductCard .img-card img{position:relative;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.ProductCard .info{position:relative;display:flex;flex-direction:column;gap:10px}.ProductCard .info h1{position:relative;font-size:18px;font-weight:500;line-height:30px;text-align:left;color:#130f28}.ProductCard .info>p{position:relative;font-size:12px;font-weight:300;line-height:20px;text-align:left;color:#70708f;text-overflow:ellipsis;overflow:hidden;text-wrap:nowrap;height:20px}.ProductCard .info h3{position:relative;display:flex;align-items:flex-end;gap:5px}.ProductCard .info h3 span{position:relative;font-size:20px;font-weight:500;line-height:32px;text-align:left;color:#130f28}.ProductCard .info h3 p{position:relative;font-size:14px;font-weight:300;line-height:24px;text-align:left;color:#130f28}.ProductCard .actions{position:relative;width:100%;height:100%;display:flex;justify-content:flex-end;align-items:flex-end}.ProductCard .actions button{position:relative;display:flex;align-items:center;justify-content:center;height:50px;border:0;padding:10px;width:100%;gap:20px;border-radius:56px;background-color:#4e8d40;font-size:14px;font-weight:600;line-height:30px;text-align:left;color:#fff;cursor:pointer}.ProductCard .actions img{position:relative;width:18px;height:auto}.ProductCardPOPup{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:rgba(0,0,0,.1);transition:var(--main-transition);z-index:9999}.ProductCardPOPup .ProductCardBox{position:absolute;right:0;width:470px;height:100vh;background-color:#fefdfc;border-radius:24px 0 0 0;animation:Sliding .5s ease-in-out alternate;transition:var(--main-transition);display:flex;flex-direction:column}@keyframes Sliding{0%{right:-470px}}@media (max-width:776px){.ProductCardPOPup .ProductCardBox{width:100%;border-radius:0}}.ProductCardPOPup .ProductCardBox .ProductCardHeader h1{position:relative;color:#130f28;text-align:center;font-size:20px;font-weight:500;line-height:1;width:100%}.ProductCardPOPup .ProductCardBox .ProductCardHeader{position:relative;display:flex;justify-content:space-between;align-items:center;gap:10px;padding:35px 35px 20px}.ProductCardPOPup .ProductCardBox .ProductCardHeader .Exit{position:relative;display:flex;padding:5px;align-items:flex-start;gap:10px;border-radius:50%;background:#c8dcc4;cursor:pointer;width:30px;height:30px;min-width:30px}.ProductCardPOPup .ProductCardBox .ProductCardHeader .Exit svg{position:relative;width:100%;height:100%}.ProductCardPOPup .ProductCardBox .ProductCardHeader .Exit svg path{fill:#4e8d40}.ProductCardPOPup .ProductCardBox .ProductCardHeader .Logo{position:relative;width:100px}.ProductCardPOPup .ProductCardBox .ProductCardHeader .Logo img{position:relative;width:100%;height:auto}.ProductCardPOPup .ProductCardBox .ProductCardBody{position:relative;overflow:hidden;overflow-y:scroll;padding:0 35px 35px;display:flex;flex-direction:column;gap:10px}.ProductCardPOPup .ProductCardBox .ProductCardBody::-webkit-scrollbar{width:1px}.ProductCardPOPup .ProductCardBox .ProductCardBody .ProductImage{position:relative;width:100%;height:300px}.ProductCardPOPup .ProductCardBox .ProductCardBody .ProductImage img{position:relative;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.ProductCardPOPup .ProductCardBox .ProductCardBody .Title{position:relative;color:#130f28;font-size:25px;font-weight:500;line-height:1.3}.ProductCardPOPup .ProductCardBox .ProductCardBody .Description{position:relative;color:#84837e;font-size:14px;font-weight:300;line-height:1.4}.ProductCardPOPup .ProductCardBox .ProductCardBody .Price{position:relative;color:#130f28;font-size:35px;font-weight:500;line-height:1}.ProductCardPOPup .ProductCardBox .ProductCardBody .PackSize{position:relative;display:flex;flex-direction:column;gap:15px}.ProductCardPOPup .ProductCardBox .ProductCardBody .PackSize .Head{position:relative;display:flex;flex-direction:column;gap:5px}.ProductCardPOPup .ProductCardBox .ProductCardBody .PackSize .Head h1{position:relative;color:#130f28;font-size:20px;font-weight:500;line-height:1}.ProductCardPOPup .ProductCardBox .ProductCardBody .PackSize .Head span{position:relative;color:#656460;font-size:14px;font-weight:300;line-height:1}.ProductCardPOPup .ProductCardBody .PackSize .AllSizes{position:relative;display:flex;flex-direction:column;gap:20px}.ProductCardPOPup .PackSize .AllSizes .SizeBox input{display:none}.ProductCardPOPup .PackSize .AllSizes .SizeBox label{position:relative;display:flex;justify-content:space-between;align-items:center;gap:20px;padding-inline-end:30px;cursor:pointer}.ProductCardPOPup .PackSize .AllSizes .SizeBox label:before{position:absolute;content:"";right:0;width:20px;height:20px;background-color:#edf4ec;border:1px solid var(--main-color);border-radius:50%;top:50%;transform:translateY(-50%);transition:var(--main-transition)}.ProductCardPOPup .PackSize .AllSizes .SizeBox label:after{position:absolute;content:"\f00c";font-family:font Awesome\ 5 free;display:flex;justify-content:center;align-items:center;text-align:center;font-weight:900;right:0;top:50%;transform:translateY(-50%) rotate(-900deg) scale(0);color:#e6f8fc;width:20px;height:20px;background-color:var(--main-color);border:1px solid #fff;border-radius:50%;font-size:100px;transition:var(--main-transition)}.ProductCardPOPup .PackSize .AllSizes .SizeBox input:checked+label:after{font-size:12px;transform:translateY(-50%)}.ProductCardPOPup .PackSize .AllSizes .SizeBox label :first-child{position:relative;color:#0b0b0b;font-size:14px;font-weight:500;line-height:1}.ProductCardPOPup .PackSize .AllSizes .SizeBox label :last-child{position:relative;color:#656460;font-size:14px;font-weight:300;line-height:1}.ProductCardPOPup .ProductCardBox .ProductCardBody .NoteBox{position:relative;display:flex;flex-direction:column;gap:10px;padding-top:20px}.ProductCardPOPup .ProductCardBox .ProductCardBody .NoteBox h1{position:relative;color:#130f28;font-size:20px;font-weight:500;line-height:1}.ProductCardPOPup .ProductCardBox .ProductCardBody .NoteBox textarea{position:relative;display:flex;width:100%;height:234px;padding:20px;resize:vertical;outline:none;border-radius:24px;border:1px solid #8f8f8f;background:#fefdfc;color:#8f8f8f;font-size:14px;font-weight:300;line-height:1.4}.ProductCardPOPup .ProductCardBox .ProductCardBody .NoteBox textarea::-webkit-scrollbar{width:0}.ProductCardPOPup .ProductCardFooter{position:relative;display:flex;justify-content:space-between;align-items:center;gap:10px;padding:20px 35px 30px;background-color:#edf4ec}.ProductCardPOPup .ProductCardFooter .AddtoCart{position:relative;display:flex;justify-content:center;align-items:center;width:100%;padding:17px 10px;gap:15px;border-radius:59px;background:#4e8d40;color:#fff;font-size:14px;font-weight:600;line-height:1;border:0;outline:0;cursor:pointer}.ProductCardPOPup .ProductCardFooter .AddtoCart svg{position:relative;width:20px;height:20px}.ProductCardPOPup .ProductCardFooter .AddtoCart svg path{fill:#fff}.ProductCardPOPup .ProductCardFooter .CounterHandel{position:relative;display:flex;align-items:center;background-color:#c8dcc4;border:1px solid #4e8d40;padding:10px 20px;border-radius:48px;gap:5px}.ProductCardPOPup .ProductCardFooter .CounterHandel button{position:relative;width:100%;min-width:30px;height:25px;display:flex;justify-content:center;align-items:center;border:0;background-color:transparent;cursor:pointer;color:#4e8d40;font-size:16px}.ProductCardPOPup .ProductCardFooter .CounterHandel span{position:relative;border-right:1px solid #aecba7;border-left:1px solid #aecba7;padding:0 10px;font-size:20px;font-weight:500;color:#130f28}.AllProducts{position:relative;width:100%;display:flex;flex-direction:column;gap:20px}.AllProducts>h2{position:relative;font-size:32px;font-weight:700;line-height:32px;text-align:left;color:#130f28}.AllProducts .AllProductsContainer{position:relative;display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:30px}.AllProducts .shop-header-nav{position:relative;display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:10px;z-index:2;background-color:#fff}.AllProducts .shop-header-nav .box{position:relative;width:100%;height:100px;padding:10px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;border:1px solid #4e8d40;background-color:#edf4ec;transition:var(--main-transition);cursor:pointer;border-radius:10px}.AllProducts .shop-header-nav .box.active,.AllProducts .shop-header-nav .box:hover{background-color:#4e8d40}.AllProducts .shop-header-nav .box img{position:relative;width:60px;height:60px;-o-object-fit:contain;object-fit:contain}.AllProducts .shop-header-nav .box p{position:relative;font-size:12px;font-weight:400;line-height:24px;text-align:center;color:#4e8d40;transition:var(--main-transition)}.AllProducts .shop-header-nav .box.active p,.AllProducts .shop-header-nav .box:hover p{color:#fff}.ShopScrunch{gap:20px}.ShopScrunch,.ShopScrunch .filter-part{position:relative;width:100%;display:flex;flex-direction:column}.ShopScrunch .filter-part{background-color:#fff;z-index:1;max-width:100%;padding:0 0 20px;gap:10px}@media (max-width:992px){.ShopScrunch .filter-part{position:relative;top:0}}.ShopScrunch .filter-part h2{position:relative;font-size:22px;font-weight:700;line-height:32px;text-align:left;color:#130f28}.ShopScrunch .filter-part .filter-products{position:relative;width:100%;display:flex;align-items:center;gap:15px;overflow:hidden;overflow-x:scroll}.ShopScrunch .filter-part .filter-products::-webkit-scrollbar{width:0;height:0}.ShopScrunch .filter-part .filter-products .box{position:relative;width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;padding:10px 30px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;border:1px solid #4e8d40;background-color:#edf4ec;transition:var(--main-transition);cursor:pointer;border-radius:10px}.ShopScrunch .filter-part .filter-products .box.active,.ShopScrunch .filter-part .filter-products .box:hover{background-color:#4e8d40}.ShopScrunch .filter-part .filter-products .box img{position:relative;width:auto;height:50px;-o-object-fit:contain;object-fit:contain}.ShopScrunch .filter-part .filter-products .box p{position:relative;font-size:12px;font-weight:400;line-height:24px;text-align:center;color:#4e8d40;transition:var(--main-transition);text-wrap:nowrap}.ShopScrunch .filter-part .filter-products .box.active p,.ShopScrunch .filter-part .filter-products .box:hover p{color:#fff}.ShopScrunch .ShopScrunch-productsContainer{position:relative;display:grid;width:100%;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:30px;min-height:calc(100vh - 450px)}.ShopScrunch .shop-header-nav{position:relative;display:flex;flex-wrap:wrap;gap:10px;z-index:2;background-color:#fff}.ShopScrunch .shop-header-nav .box{position:relative;min-width:110px;width:-moz-fit-content;width:fit-content;padding:10px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;border:1px solid #4e8d40;background-color:#edf4ec;transition:var(--main-transition);cursor:pointer;border-radius:10px}.ShopScrunch .shop-header-nav .box.active,.ShopScrunch .shop-header-nav .box:hover{background-color:#4e8d40}.ShopScrunch .shop-header-nav .box img{position:relative;width:60px;height:60px;-o-object-fit:contain;object-fit:contain}.ShopScrunch .shop-header-nav .box p{position:relative;font-size:12px;font-weight:400;line-height:24px;text-align:center;text-wrap:nowrap;color:#4e8d40;transition:var(--main-transition)}.ShopScrunch .shop-header-nav .box.active p,.ShopScrunch .shop-header-nav .box:hover p{color:#fff}