*{box-sizing:border-box;margin:0;padding:0}body,html{overflow-x:hidden}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;letter-spacing:-1px;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}a{color:inherit;text-decoration:none}.my-Navbar{align-items:center;display:flex;justify-content:center;overflow:hidden;position:fixed;top:1rem;width:100%;z-index:20}.bar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#d8ff3c30;border-radius:30px;display:flex;gap:1rem;padding:1rem}.my-Navbar .logo{align-items:center;background-color:#d8ff3c80;border-radius:20px;color:#fff;cursor:pointer;display:flex;justify-content:center;padding:.6rem .7rem;width:60px}.my-Navbar .logo img{height:100%;object-fit:contain;width:100%}.my-Navbar .links{display:flex;gap:1rem}.my-Navbar .links .link,.my-Navbar .logo,.my-Navbar .search-icon{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.my-Navbar .links .link{align-items:center;background-color:#d8ff3c80;border-radius:20px;color:#0f2e06;cursor:pointer;display:flex;font-size:1.2rem;font-weight:500;justify-content:center;padding:.5rem 1rem}.my-Navbar .links .link.active{background-color:#0f2e06dd;color:#d8ff3c}.my-Navbar .search-icon{align-items:center;background-color:#d8ff3c80;border-radius:20px;color:#0f2e06;cursor:pointer;display:flex;font-size:1.3rem;font-weight:500;justify-content:center;padding:.5rem 1rem}.my-Navbar .navbar-Search{align-items:center;background-color:#030e01f3;display:flex;flex-direction:column;gap:2rem;height:100vh;inset:0;padding:5vw;position:fixed;width:100vw}.my-Navbar .navbar-Search .out-icon{color:#fff;cursor:pointer;font-size:3rem;position:absolute;right:5vw;top:5vw}.my-Navbar .navbar-Search .title{color:#fff;font-size:5vw;font-weight:500}.my-Navbar .navbar-Search .input-box{border:2px solid #fff;border-radius:100px;display:flex;gap:1rem;position:relative;width:50%}.my-Navbar .navbar-Search .input-box input{background-color:initial;border:none;color:#fff;font-size:1.5vw;font-weight:500;height:100%;outline:none;padding:1rem 2rem;transition:all .3s;width:100%}.my-Navbar .navbar-Search .input-box input::placeholder{color:#eee9}.my-Navbar .navbar-Search .input-box .search-btn{align-items:center;background-color:#fff;border-bottom-right-radius:100px;border-top-right-radius:100px;color:#0f2e06;cursor:pointer;display:flex;font-size:1.5vw;font-weight:500;height:100%;justify-content:center;padding:0 2rem}.my-Navbar .navbar-Search .input-box .products{align-items:center;background-color:#fff;border-radius:30px;display:flex;flex-wrap:wrap;gap:1rem;height:-webkit-max-content;height:max-content;justify-content:center;max-height:60vh;opacity:0;overflow:auto;padding:2rem;pointer-events:none;position:absolute;top:5rem;transform:translateY(-5rem);transition:.2s ease-in-out;width:100%}.my-Navbar .navbar-Search .input-box .products-open{opacity:1;pointer-events:all;transform:translateY(0)}.my-Navbar .navbar-Search .input-box .products .product{border-bottom:1px solid #0f2e0620;display:flex;gap:1rem;padding-bottom:1rem;width:100%}.my-Navbar .navbar-Search .input-box .products .product:last-child{border:none;padding:0}.my-Navbar .navbar-Search .input-box .products .product .img{border-radius:20px;height:80px;overflow:hidden;width:100px}.my-Navbar .navbar-Search .input-box .products .product .img img{height:100%;object-fit:cover;width:100%}.my-Navbar .navbar-Search .input-box .products .product .text{display:flex;flex-direction:column;width:100%}.my-Navbar .navbar-Search .input-box .products .product .text .title{color:#0f2e06;font-size:1.5rem;font-weight:500;margin:0}.my-Navbar .navbar-Search .input-box .products .product .text .description{color:#0f2e0690;font-size:1vw;font-weight:500}@media only screen and (max-width:768px){.my-Navbar .logo{padding:.5rem .6rem;width:50px}.my-Navbar .links .link,.my-Navbar .search-icon{font-size:1rem;padding:.3rem .6rem}.my-Navbar .navbar-Search .title{font-size:6vw}.my-Navbar .navbar-Search .input-box{width:80%}.my-Navbar .navbar-Search .input-box input{font-size:2vw}.my-Navbar .navbar-Search .input-box .search-btn{font-size:2vw;padding:0 2rem}.my-Navbar .navbar-Search .input-box .products .product .img{height:60px;width:80px}.my-Navbar .navbar-Search .input-box .products .product .text .title{font-size:1rem}.my-Navbar .navbar-Search .input-box .products .product .text .description{font-size:.8vw}.my-Navbar .navbar-Search .out-icon{right:4rem;top:2rem}}@media only screen and (max-width:500px){.my-Navbar .navbar-Search .title{font-size:10vw;text-align:left;width:100%}.my-Navbar .navbar-Search .input-box{width:100%}.my-Navbar .navbar-Search .input-box .search-btn{font-size:4vw;padding:0 1rem}.my-Navbar .navbar-Search .input-box input{font-size:3.5vw}.my-Navbar .navbar-Search .out-icon{right:2rem;top:5vw}.my-Navbar .navbar-Search .input-box .products .product .text .title{font-size:7vw}.my-Navbar .navbar-Search .input-box .products .product .text .description{font-size:4vw}.my-Navbar .navbar-Search .input-box .products .product .img{height:80px;width:150px}}.my-footer{background-color:#fff;background-color:#d9ecd1;color:#111;display:flex;flex-direction:column;font-weight:500;height:80vh;justify-content:flex-end;margin-top:10rem;padding:5rem 3rem 1rem;width:100%}.my-footer .top{display:flex;flex:1 1;flex-wrap:nowrap;gap:5rem;justify-content:space-between}.my-footer .top .left{display:flex;flex-direction:column;gap:2rem}.my-footer .top .left .logo{height:100px;width:100px}.my-footer .top .left .logo img{height:100%;object-fit:contain;width:100%}.my-footer .top .left .interested-btn{align-items:center;background-color:#111;border-radius:300px;color:#fff;cursor:pointer;display:flex;font-size:1.2vw;font-weight:700;gap:1rem;padding:1rem 4rem}.my-footer .top .left .interested-btn .icon{align-items:center;background-color:#fff;border-radius:100%;color:#111;display:flex;font-size:1.5vw;height:3vw;justify-content:center;transition:.2s ease-in-out;width:3vw}.my-footer .top .easy-links{display:flex;flex:1 1;flex-direction:column;gap:1rem}.my-footer .top .left .interested-btn:hover .icon{transform:translateX(50%)}.my-footer .top .easy-links .title,.my-footer .top .social-media-links .title{font-size:1.2vw;font-weight:700}.my-footer .top .easy-links .link{font-size:1vw}.my-footer .top .easy-links .link:first-of-type,.my-footer .top .social-media-links .social-media-link-box:first-child{margin-top:1rem}.my-footer .top .social-media-links{display:flex;flex:1 1;flex-direction:column;gap:1rem}.my-footer .top .social-media-links .social-media-link-box{display:flex;gap:1rem}.my-footer .top .social-media-links .social-media-link-box .title{font-size:1vw;font-weight:500}.my-footer .top .social-media-links .social-media-link-box .icon{align-items:center;display:flex;font-size:1.5vw;justify-content:center}.my-footer .rights-bar{align-items:center;border-top:1px solid #1113;display:flex;font-size:1vw;justify-content:center;margin-top:2rem;padding-top:2rem;width:100%}@media only screen and (max-width:768px){.my-footer{height:auto}.my-footer .top{flex-direction:column;width:100%}.my-footer .top .left{align-items:flex-start;gap:2rem;width:100%}.my-footer .top .left .logo{height:100%;width:120px}.my-footer .top .left .interested-btn{font-size:2vw}.my-footer .top .left .interested-btn .icon{font-size:2.5vw;height:4vw;width:4vw}.my-footer .top .easy-links .title,.my-footer .top .social-media-links .title{font-size:4vw}.my-footer .top .easy-links .link,.my-footer .top .social-media-links .social-media-link-box .title{font-size:2vw}.my-footer .top .social-media-links .social-media-link-box .icon{font-size:3vw}.my-footer .rights-bar{font-size:2vw}@media only screen and (max-width:500px){.my-footer .top .left{align-items:center}.my-footer{padding:5rem 2rem 1rem}.my-footer .top .left .interested-btn{font-size:3vw;padding:1rem 2rem}.my-footer .top .left .interested-btn .icon{font-size:4vw;height:6vw;width:6vw}.my-footer .top .easy-links .title,.my-footer .top .social-media-links .title{font-size:8vw}.my-footer .top .easy-links .link,.my-footer .top .social-media-links .social-media-link-box .title{font-size:5vw}.my-footer .top .social-media-links .social-media-link-box .icon{font-size:7vw}.my-footer .rights-bar{font-size:3vw}}}.container{width:100%}.home-page{color:#333;gap:3rem;height:auto}.container .header,.home-page{display:flex;flex-direction:column;width:100%}.container .header{gap:10vw}.container .header .image-with-text{align-items:center;background-color:#8080d2;display:flex;height:110vh;overflow:hidden;width:100%}.container .header .image-with-text .text{display:flex;flex-direction:column;gap:2rem;overflow:hidden;padding:3rem;width:50%;z-index:1}.container .header .image-with-text .text .title{color:#d8ff3c;font-size:8vw;font-style:italic;font-weight:900;letter-spacing:-.5vw;line-height:8vw}.container .header .image-with-text .text .title b{color:#fff}.container .header .image-with-text .text .mini-title{color:#d8ff3c;font-size:2.5vw;font-style:italic;font-weight:900;letter-spacing:-.1vw}.container .header .image-with-text .text .descrption{color:#fff;font-size:2vw;font-weight:500}.container .header .image-with-text .text .btn{background-color:#d8ff3c;border-radius:200px;color:#0f2e06;font-size:1.5vw;font-weight:700;padding:.8rem 2rem;text-transform:uppercase;width:-webkit-max-content;width:max-content}.container .header .image-with-text .image{align-items:center;display:flex;height:100%;justify-content:center;overflow:hidden;width:50%}.container .header .image-with-text .image img{height:90%;object-fit:contain;width:90%}.container .header .bottom{align-items:flex-end;background:url(/static/media/scb-banner.e933e625cc792c21e93d.webp),#8080d2;background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:50px;color:#fff;display:flex;gap:3rem;justify-content:center;padding:3rem;position:relative;transform:scale(.9);width:100%}.container .header .background{background-color:#333333ce;display:none;height:100%;inset:0;position:absolute;width:100%;z-index:0}.container .header .left-side{align-items:center;display:flex;flex:1 1;flex-wrap:wrap;gap:0;justify-content:center;z-index:1}.container .header .left-side .title{font-size:5.5vw;font-style:italic;font-weight:900;margin-left:1rem;text-transform:uppercase}.container .header .left-side .img{border-radius:30px;height:100%;overflow:hidden;transform:skewX(-7deg);width:14vw}.container .header .left-side .img img{height:100%;object-fit:cover;width:100%}.container .header .right-side{display:flex;flex:1 1;flex-wrap:wrap;gap:1rem;z-index:1}.container .header .right-side .title{border-bottom:1px solid hsla(0,0%,100%,.242);font-size:2vw;padding-bottom:.5rem;width:100%}.container .header .right-side .text{font-size:1.2vw;font-weight:500}.categories{color:#0f2e06;display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;padding:0 2rem;width:100%}.categories .row:first-child,.categories .row:last-child{border:none;margin:0;padding:0}.categories .row{background-color:initial;border-left:1px solid #0f2e0620;border-right:1px solid #0f2e0620;display:flex;gap:1rem;padding-left:2rem;padding-right:2rem}.categories .row .category-box{align-items:center;border:1px solid #0f2e06;border-radius:15px;cursor:pointer;display:flex;flex-direction:column;gap:.5rem;height:6vw;justify-content:center;width:6vw}.categories .row .category-box.active{background-color:#0f2e06;color:#d8ff3c}.categories .row .category-box .icon{align-items:center;display:flex;font-size:3vw;justify-content:center}.categories .row .category-box .title{font-size:.8vw;font-weight:700;white-space:nowrap}.Products{color:#333;padding-bottom:2rem;padding-left:3rem;padding-right:3rem;position:relative;width:100%}.products .loader{color:#d8ff3c;position:absolute;width:150px;z-index:2}.Products .filter-and-sort{align-items:center;border-top:1px solid #3332;display:flex;gap:1rem;justify-content:space-between;padding:2rem;position:relative}.Products .filter-and-sort .filter-btn{align-items:center;background-color:#0f2e06;border:1px solid #0000;border-radius:100px;color:#fff;cursor:pointer;display:flex;gap:.5vw;justify-content:center;padding:.8vw 2vw;position:relative;transition:.2s ease-in-out}.Products .filter-and-sort .filter-btn:hover{background-color:initial;border:1px solid #0f2e06;color:#0f2e06}.Products .filter-and-sort .filter-btn .icon{font-size:2vw}.Products .filter-and-sort .filter-btn .icon,.Products .filter-and-sort .filter-btn .icon svg{align-items:center;display:flex;justify-content:center}.Products .filter-and-sort .filter-btn .title{font-size:1.5vw}.Products .filter-and-sort .sort-btn{align-items:center;cursor:pointer;display:flex;gap:.5rem;justify-content:center}.Products .filter-and-sort .sort-btn .icon{align-items:center;display:flex;font-size:3vw;justify-content:center}.Products .filter-and-sort .sort-btn .title{font-size:1.5vw}.Products .filter-and-sort .More-filters{background:#fff;border-radius:30px;box-shadow:0 0 10px #33333320;color:#0f2e06;display:flex;flex-direction:column;gap:1rem;height:-webkit-max-content;height:max-content;padding:3rem;position:absolute;top:90%;width:50vw;z-index:5}.Products .filter-and-sort .More-filters .cancel-icon{align-items:center;cursor:pointer;display:flex;font-size:3vw;justify-content:center;position:absolute;right:1rem;top:1rem}.Products .filter-and-sort .More-filters .title{font-size:1.8vw;font-weight:700;width:100%}.Products .filter-and-sort .More-filters .categories{align-items:center;border-top:1px solid #333;display:flex;gap:1rem;justify-content:center;padding-top:1rem;width:100%}.Products .filter-and-sort .More-filters .categories .category-box{align-items:center;border:1px solid #333;border-radius:15px;cursor:pointer;display:flex;flex-direction:column;gap:.5rem;height:6vw;justify-content:center;text-align:center;width:6vw}.Products .filter-and-sort .More-filters .categories .category-box.active{background-color:#0f2e06;color:#d8ff3c}.Products .filter-and-sort .More-filters .categories .category-box .icon{align-items:center;display:flex;font-size:3vw;justify-content:center}.Products .filter-and-sort .More-filters .categories .category-box .title{font-size:.8vw;font-weight:500;white-space:nowrap}.Products .filter-and-sort .More-filters .notice{background-color:#eee;border-radius:20px;font-size:1.8vw;margin-top:1rem;padding:2vw;width:100%}.Products .filter-and-sort .More-filters .notice b{font-weight:700}.Products .filter-and-sort .sort-list{align-items:flex-start;background:#fff;border-radius:20px;box-shadow:0 0 10px #33333320;color:#0f2e06;display:flex;flex-direction:column;gap:1rem;height:-webkit-max-content;height:max-content;padding:2vw;position:absolute;right:2rem;top:90%;width:-webkit-max-content;width:max-content;z-index:2}.Products .filter-and-sort .sort-list .cancel-icon{align-items:center;cursor:pointer;display:flex;font-size:3vw;justify-content:center;position:absolute;right:-1rem;top:-1rem}.Products .filter-and-sort .sort-list .sort-box{align-items:center;cursor:pointer;display:flex;gap:1rem;justify-content:center}.Products .filter-and-sort .sort-list .sort-box .title{font-size:1.2vw;font-weight:500}.products{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;width:100%}.product-box{display:flex;flex-direction:column;gap:1rem;margin-top:1rem;width:31%}.product-box .img{border-radius:30px;height:28vw;overflow:hidden;position:relative;transform:skewX(-5deg);width:100%}.product-box .img img{height:100%;object-fit:cover;width:100%}.product-box .details{display:flex;gap:1rem;margin-top:-3rem;padding:.5rem 1rem;transform:translateY(-70%);width:100%}.product-box .details .detail{background-color:#ffc271;border-radius:5px;font-size:1.5vw;font-style:italic;font-weight:900;padding:.2rem 1rem;text-transform:uppercase}.product-box .details .detail.orange{background-color:#ff9e35}.product-box .title{font-size:1.8vw;font-style:italic;font-weight:900;text-transform:uppercase}.product-box .categories{display:flex;gap:1rem;padding:0;transform:skewX(-7deg);width:100%}.product-box .categories .category-box{align-items:center;border:1px solid #333;border-radius:15px;display:flex;flex:1 1;flex-direction:column;gap:.5rem;justify-content:center;padding:.5rem 0;width:100%}.product-box .categories .category-box .icon{align-items:center;display:flex;font-size:3vw;justify-content:center}.product-box .categories .category-box .title{font-size:1vw;font-weight:500;white-space:nowrap}.product-box .ingredients{border:1px solid #333;border-radius:10px;display:flex;flex-wrap:nowrap;overflow:hidden;transform:skewX(-7deg);width:100%}.product-box .ingredients .ingredient{background-color:#ffe2c2;flex:1 1;font-size:.8vw;padding:.5rem 1rem}.product-box .ingredients .ingredient:not(:last-child){border-right:1px solid #333}.product-box .ingredients .ingredient.orange{background-color:#ff9e35}.product-box .add-to-cart-btn-and-price{align-items:center;background:#0f2e06;border:1px solid #0000;border-radius:300px;color:#fff;cursor:pointer;display:flex;gap:1rem;justify-content:space-between;padding:.5rem 1rem;transition:.2s ease-in-out;width:100%}.product-box .add-to-cart-btn-and-price .title{font-size:1.2vw;font-weight:500}.product-box .add-to-cart-btn-and-price .price{font-size:1.5vw;font-weight:900}.product-box .add-to-cart-btn-and-price:hover{background-color:initial;border:1px solid #0f2e06;color:#0f2e06}@media only screen and (max-width:1024px){.container .header .left-side .title{font-size:5vw}.products{gap:1rem}}@media only screen and (max-width:768px){.container .header .bottom{flex-direction:column}.container .header .left-side .title{font-size:10vw}.container .header .left-side .img{width:30vw}.container .header .right-side .title{font-size:5vw;text-align:center;width:100%}.container .header .right-side .text{font-size:2.5vw;text-align:center}.categories{flex-direction:column;width:100%}.categories,.categories .row{align-items:center;justify-content:center}.categories .row{flex-wrap:wrap}.categories .row .category-box{height:12vw;width:12vw}.categories .row .category-box .icon{font-size:5vw}.categories .row .category-box .title{font-size:1.5vw}.Products .filter-and-sort .filter-btn{flex:1 1;gap:1rem;padding:2vw 5vw;width:100%}.Products .filter-and-sort .filter-btn .title{font-size:3vw}.Products .filter-and-sort .filter-btn .icon{font-size:4vw}.Products .filter-and-sort .sort-btn{display:none}.Products .filter-and-sort .More-filters{inset:0;top:90%;width:100%}.Products .filter-and-sort .More-filters .title{font-size:4vw}.Products .filter-and-sort .More-filters .categories{align-items:center;flex-direction:row;flex-wrap:wrap;justify-content:center}.Products .filter-and-sort .More-filters .categories .category-box{height:12vw;width:12vw}.Products .filter-and-sort .More-filters .categories .category-box .icon{font-size:5vw}.Products .filter-and-sort .More-filters .categories .category-box .title{font-size:1.5vw}.Products .filter-and-sort .More-filters .notice{font-size:3vw;padding:1.5rem}.Products .filter-and-sort .More-filters .cancel-icon{font-size:5vw}.product-box{width:45%}.product-box .details .detail{font-size:2.5vw}.product-box .img{height:40vw}.product-box .title{font-size:3vw}.product-box .categories{flex-direction:row}.product-box .ingredients .ingredient{font-size:1.2vw;font-weight:500}.product-box .categories .category-box{height:auto;width:auto}.product-box .categories .category-box .icon{font-size:5vw}.product-box .categories .category-box .title{font-size:1.5vw}.product-box .add-to-cart-btn-and-price .price,.product-box .add-to-cart-btn-and-price .title{font-size:2vw}}@media only screen and (max-width:500px){.container .header .image-with-text{flex-direction:column;height:auto;padding-top:10rem}.container .header .image-with-text .image,.container .header .image-with-text .text{width:100%}.container .header .image-with-text .image{order:-1}.container .header .image-with-text .text .title{font-size:14vw;line-height:14vw}.container .header .image-with-text .text .btn,.container .header .image-with-text .text .descrption,.container .header .image-with-text .text .mini-title{font-size:4vw}.container .header .bottom{padding:2rem}.container .header .left-side .title{font-size:14vw;line-height:14vw;margin:0;text-align:center;width:100%}.container .header .left-side .img{margin-bottom:1rem;order:-1;width:60vw}.container .header .right-side .title{font-size:7vw}.container .header .right-side .text{font-size:4vw}.categories{padding:0 1rem}.categories .row .category-box{height:20vw;width:20vw}.categories .row .category-box .icon{font-size:8vw}.categories .row .category-box .title{font-size:3vw}.Products .filter-and-sort{padding:2rem 0}.Products .filter-and-sort .filter-btn{flex:1 1;gap:1rem;padding:1rem 2rem;width:100%}.Products .filter-and-sort .filter-btn .title{font-size:5vw}.Products .filter-and-sort .filter-btn .icon{font-size:7vw}.Products .filter-and-sort .More-filters .title{font-size:6vw}.Products .filter-and-sort .More-filters .cancel-icon{font-size:10vw}.Products .filter-and-sort .More-filters{padding:2rem}.Products .filter-and-sort .More-filters .categories .category-box{height:20vw;width:20vw}.Products .filter-and-sort .More-filters .categories .category-box .icon{font-size:8vw}.Products .filter-and-sort .More-filters .categories .category-box .title{font-size:3vw}.Products .filter-and-sort .More-filters .notice{display:none}.Products{padding:1rem}.product-box{width:100%}.product-box .details .detail{font-size:5vw}.product-box .img{height:50vh}.product-box .title{font-size:8vw}.product-box .ingredients .ingredient{font-size:1.2vw;font-weight:500}.product-box .categories .category-box{height:auto;width:auto}.product-box .categories .category-box .icon{font-size:10vw}.product-box .categories .category-box .title{font-size:4vw}.product-box .ingredients .ingredient{font-size:3vw}.product-box .add-to-cart-btn-and-price .price,.product-box .add-to-cart-btn-and-price .title{font-size:4vw}.products{gap:3rem}}.meail-details-page{align-items:center;display:flex;flex-direction:column;gap:5rem;width:100%}.meail-details-page .loader{color:#d8ff3c;margin-top:10rem;width:150px;z-index:2}.meail-details-page .meal-details{color:#0f2e06;display:flex;flex-wrap:nowrap;gap:3rem;justify-content:center;padding:10vw 5vw 5vw;width:100%}.meail-details-page .meal-details .img{border-radius:30px;height:70vh;overflow:hidden;width:45%}.meail-details-page .meal-details .img img{height:100%;object-fit:cover;width:100%}.meail-details-page .meal-details .details{display:flex;flex:1 1;flex-direction:column;gap:1rem}.meail-details-page .meal-details .details .title{font-size:5vw;font-style:italic;font-weight:900}.meail-details-page .meal-details .details .descrption{font-size:1.5vw;font-weight:500}.meail-details-page .meal-details .details .price{background-color:#0f2e06;border-radius:20px;color:#d8ff3c;font-size:2vw;font-weight:700;padding:.5vw 1.5vw;width:-webkit-max-content;width:max-content}.meail-details-page .meal-details .details .shipping{align-items:center;background-color:#d9ecd1;border-radius:20px;color:#0f2e06;display:flex;gap:2rem;padding:2vw;width:100%}.meail-details-page .meal-details .details .shipping .icon{align-items:center;display:flex;font-size:4vw;justify-content:center}.meail-details-page .meal-details .details .shipping .text{font-size:1.3vw;font-weight:500}.meail-details-page .meal-details .details .ingredients{border-bottom:1px solid #0f2e0650;border-top:1px solid #0f2e0650;color:#0f2e06;display:flex;flex-direction:column;gap:.5rem;margin-top:1rem;padding:1rem .5rem}.meail-details-page .meal-details .details .ingredients .head{align-items:center;cursor:pointer;display:flex;gap:1rem;justify-content:space-between}.meail-details-page .meal-details .details .ingredients .head .title{font-size:2vw;font-weight:700}.meail-details-page .meal-details .details .ingredients .head .icon{align-items:center;display:flex;font-size:3vw;justify-content:center}.meail-details-page .meal-details .details .ingredients .ingredient-box{align-items:center;display:flex;font-size:1.5vw;gap:1rem;justify-content:space-between}.meail-details-page .meal-details .details .ingredients .ingredient-box .ingredient{font-weight:500}.meail-details-page .more-meals{padding:0 5vw;width:100%}.meail-details-page .more-meals .more-meals-title{color:#0f2e06;font-size:5vw;font-style:italic;font-weight:700;margin-bottom:2rem}@media only screen and (max-width:768px){.meail-details-page .more-meals .more-meals-title{font-size:7vw}}@media only screen and (max-width:500px){.meail-details-page .meal-details{flex-direction:column;gap:3rem}.meail-details-page .meal-details .img{height:50vh;margin-top:5rem;width:100%}.meail-details-page .meal-details .details .title{font-size:10vw}.meail-details-page .meal-details .details .descrption{font-size:4vw}.meail-details-page .meal-details .details .price{font-size:5vw;padding:.5rem 1rem}.meail-details-page .meal-details .details .shipping{padding:1rem}.meail-details-page .meal-details .details .shipping .icon{font-size:10vw}.meail-details-page .meal-details .details .shipping .text{font-size:3vw}.meail-details-page .meal-details .details .ingredients .head .title{font-size:7vw}.meail-details-page .meal-details .details .ingredients .ingredient-box{font-size:4vw}.meail-details-page .meal-details .details .ingredients .head .icon{font-size:8vw}.meail-details-page .more-meals .more-meals-title{font-size:12vw}}.contact-page{display:flex;flex-direction:column;gap:5rem;padding:7rem 0 0;width:100%}.contact-page .header{align-items:flex-end;align-items:center;background:url(/static/media/scb-banner.e933e625cc792c21e93d.webp),#8080d2;background-position:50%;background-repeat:no-repeat;background-size:cover;color:#fff;display:flex;flex-direction:row;gap:3rem;justify-content:center;padding:3rem;width:100%}.contact-page .header .left-side .title{font-size:7vw;letter-spacing:-.5vw}.my-form{color:#0f2e06;display:flex;flex-wrap:wrap;gap:3rem;justify-content:space-between;padding:0 15vw;width:100%}.my-form .title{font-size:4vw;font-weight:500;width:100%}.my-form .my-form-input{border:none;border-bottom:1px solid #3333;color:#0f2e06;font-size:1.5vw;outline:none;padding-bottom:.5rem;width:45%}.my-form .my-form-input.my-form-text-area{resize:none;width:100%}.my-form .my-form-input.my-form-input::placeholder{color:#3336}@media only screen and (max-width:768px){.my-form{padding:0 10vw}.contact-page .header{flex-direction:column}}@media only screen and (max-width:500px){.contact-page .header .left-side .title{font-size:12vw}.my-form .title{font-size:8vw}.my-form .my-form-input{font-size:4vw;width:100%}}
/*# sourceMappingURL=main.1ac721d6.css.map*/