@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap");.material-icons.md-18{font-size:18px}.material-icons.md-24{font-size:24px}.material-icons.md-36{font-size:36px}.material-icons-outlined.md-36{font-size:36px}.material-icons.md-48{font-size:48px}html{scroll-behavior:smooth}body{font-family:'Poppins'}body.noscroll{margin:0;overflow-y:hidden;overflow-x:hidden}a{text-decoration:none;color:#212121;padding:0.5em}a:hover,a.active{background-color:#F2F2F2}h1{color:#093}.overlay{background-color:rgba(0,0,0,0.3);position:absolute;z-index:1;transition:all 0.5s ease;transform:translateX(-100vw);width:0vw;height:100vh}.overlay.show{z-index:1;width:100vw;height:100vh;transition:all 0.5s ease;transform:translateX(0vw)}.header{background-color:white;display:flex;align-items:center;justify-content:space-around;border-bottom:solid 1px #F2F2F2}.header .menu-icon{display:none}.header .cart-icon{color:#093}.header .cart-count{font-weight:bold;color:#FF7900}.logoPot{text-decoration:none;font-weight:bold;font-size:2em;color:#900;margin:0.5em}.logoEn{color:#007AF3}.logoPlant{color:#093}.top-nav{display:flex;justify-content:space-around;background-color:white;border-bottom:solid 1px #F2F2F2}.top-nav .close-icon{display:none}.cart-list{transition:all 0.5s ease;position:absolute;overflow:hidden;z-index:1;background-color:white;transform:translateX(100vw);width:0}.cart-list .cart-list-head{transition:all 0.5s ease;width:0;height:0}.cart-list .cart-item{transition:all 0.5s ease;width:0;height:0}.cart-list.show{transition:all 0.5s ease;transform:translateX(40vw);width:50vw;height:80vh;overflow-y:scroll;overflow-x:hidden}.cart-list.show .cart-list-head{color:#093;border-bottom:solid 2px #F2F2F2;transition:all 0.5s ease;display:flex;align-items:center;justify-content:flex-end;height:auto;width:auto}.cart-list.show .cart-list-head .close-cart-icon{color:#093;margin-left:4em;margin-right:1em}.cart-list.show .cart-item{height:100px;width:auto;border-bottom:solid 2px #F2F2F2;display:flex;align-items:center;justify-content:space-between}.cart-list.show .cart-footer{display:flex;flex-direction:column}.cart-list.show .totals{display:flex;justify-content:space-around}.cart-list.show .cart-buttons{display:flex;justify-content:space-around}.cart-list.show .continue-btn{color:#093;border:1px solid #093;margin-left:1em;margin-top:0.5em;margin-bottom:0.5em}.cart-list.show .order-btn{color:white;background-color:#093;font-weight:bold;margin-right:1em;margin-top:0.5em;margin-bottom:0.5em}.cart-list.show .cart-item.move{animation-name:fade;animation-duration:0.5s;animation-fill-mode:forwards}@keyframes fade{0%{height:100px;opacity:0.5;overflow-y:hidden}100%{height:0px;opacity:0;overflow-y:hidden}}.cart-list.show .cart-item-image{margin-left:1em}.cart-list.show .product-id,.cart-list.show .image-path{display:none}.cart-list.show .plusButton{color:#FF7900;cursor:pointer;height:24px;margin-left:0.5em;padding:0}.cart-list.show .plusButton:hover{transform:scale(1.2)}.cart-list.show .minusButton{cursor:pointer;color:#FF7900;height:24px;padding:0}.cart-list.show .minusButton:hover{transform:scale(1.2)}.cart-list.show .deleteButton{color:#093;cursor:pointer;height:24px;padding:0;margin-left:1em}.cart-list.show .deleteButton:hover{transform:scale(1.2)}.cart-list.show .product-info{text-align:center}.cart-list.show .changeQ{display:flex;align-items:center;margin-right:1em}.cart-list.show .product-quantity{text-align:center;font-weight:bold;margin-left:0.5em;width:20px;height:20px;border:solid 2px #093}.products-flex-container{display:flex;justify-content:space-around;flex-wrap:wrap}.main-text{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;height:50vh;overflow:hidden}.main-text img{width:100%;object-fit:cover}.main-text h1{font-size:200%;position:absolute;color:white;background-color:rgba(0,0,0,0.3);margin:0;padding:1em}.product-card{width:23%;margin-bottom:1em;margin-top:1em;box-shadow:rgba(0,0,0,0.12) 0px 1px 3px,rgba(0,0,0,0.24) 0px 1px 2px}.product-card h3{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#093;text-align:center;margin:0px}.product-card img{width:100%}.product-card .product-info{background-color:white;text-align:center;width:100%}.product-card .product-id,.product-card .image-path{display:none}.product-card .product-description{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;color:#696969;margin-top:0;padding-left:0.5em;padding-right:0.5em}.product-card .product-price{font-weight:bold;font-size:16px;text-align:right;margin-right:1em}.product-card .add-to-cart-button{color:#FF7900}.product-card .add-to-cart-button:hover{color:#FF7977;cursor:pointer}.product-card .add-to-cart-button.done{font-size:24px;animation-name:added-to-cart;animation-duration:1s}@keyframes added-to-cart{0%{color:#093;transform:scale(0.2)}50%{color:white;color:#093;transform:scale(1)}100%{color:white;color:#093;transform:scale(0.2)}}@media screen and (max-width: 599px){.header{background-color:white}.header .menu-icon{display:block;color:#093;border-radius:50%}.header .close-icon{display:none}.top-nav{position:absolute;z-index:1;flex-direction:column;overflow:hidden;background-color:#212121;transition:0.5s;width:0%;transform:translateX(-50vw)}.top-nav.showmenu{position:fixed;z-index:1;background-color:white;transition:0.5s;width:100vw;transform:translateX(0vw)}.top-nav.showmenu a{border-bottom:solid 2px #F2F2F2;margin-left:1em}.top-nav.showmenu .close-icon{display:block}.header.showmenu .menu-icon{color:white}.product-card{width:45%}.product-card h3{font-size:16px}.product-card p{font-size:12px}.cart-list.show{transition:all 0.5s ease;transform:translateX(0vw);width:100vw;height:80vh;overflow-y:scroll;overflow-x:hidden}}
