#root{display:flex;flex-direction:column;min-height:100vh;width:100vw;overflow:auto}#app-bar{background-color:#f8f9f7;width:100%;height:7vh;flex-shrink:0}#main-container{background-color:#f8f9f7;width:100%;flex:1 0 auto;overflow-y:auto}#footer{background:#0c200c;width:100%;height:25vh;flex-shrink:0}#sectionWelcome{display:flex;flex-direction:horizontal;align-items:center;justify-content:space-evenly;background-color:#fff;padding:5%}#headerconver{border-radius:15px;object-fit:cover;width:30%;height:30%}#svgMain{width:50%;height:auto;border-radius:15px;stroke:#fff;stroke-width:.5;stroke-linecap:round;fill:none;stroke-dasharray:1000;stroke-dashoffset:1000;animation:slogo 5s ease-in-out infinite}#greenhouseSolutions{font:bolder;font-size:xx-large;color:#033c03}#oneStopShop{font:bold;color:gray;font-size:large}#welcome{position:absolute;flex-direction:column;top:10%;font-family:Brush Script MT,cursive;font-size:x-large;text-shadow:#0c200c 2px 2px 2px;color:#fff;padding:5%}#svgLogo{width:40%;height:auto;stroke:#fff;stroke-width:.5;stroke-linecap:round;fill:none;stroke-dasharray:1000;stroke-dashoffset:1000;animation:slogo 5s ease-in-out infinite}@keyframes slogo{0%{stroke-dashoffset:1000}to{stroke-dashoffset:0}}#sectionServices{display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#f7fbf3;padding:5%}#sectionProducts{display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#f8f9f7;padding:5%}#sectionGallery{display:flex;width:100%;flex-direction:column;align-items:center;justify-content:center;background-color:#e6f1de;padding:5%}#greenButton{background-color:#075407;color:#fff;border-radius:25px;padding:.5rem;margin-right:5%}@media screen and (max-width: 768px){#sectionWelcome{flex-direction:column;padding:0;margin-top:5%}#headerconver{width:100%;border-radius:0}#greenhouseSolutions{font-size:xx-large}#oneStopShop{font-size:large}#welcome{top:10%;font-size:x-small}#greenButton{display:none}#svgMain{width:100%;height:auto;border-radius:0}}#servicesPreview{width:100%;display:flex;flex-direction:row;justify-content:space-evenly;align-items:center;scroll-snap-type:x mandatory;margin-top:50px;scroll-behavior:smooth;scrollbar-width:none;gap:50px;overflow:auto;padding:2% 2% 0% 0%;border-radius:"10px"}.service-preview-card{flex:0 0 auto;scroll-snap-align:start;padding-bottom:1em}#sevices{display:flex;flex-direction:column;justify-content:center;align-items:center;height:max-content}#servicesContainer{display:flex;flex-wrap:wrap;flex-direction:row;justify-content:space-evenly;align-items:center;padding:5%;gap:20px}.service{box-shadow:inset -1px 1px 20px 5px #8989891a;border-radius:20px;padding:2%;background-color:#f8f9f7;display:flex;flex-direction:column;align-items:center;justify-content:center;width:40%;height:200px;overflow:scroll;transition:transform .3s ease-in-out}.service:hover{transform:scale(1.02)}@media (max-width: 768px){.service{width:100%;height:auto}#sevices{padding:5%}}.toolbar{width:100%;display:flex;justify-content:flex-start;padding-left:1em;margin-left:1em;margin-top:1em}.product-details-container{display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;padding:1em;gap:10px}.product-images-container{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;gap:10px}.divider-info{padding:1em}.main-image-container{width:100%;height:250px;border-bottom:1px solid #e9eae8}.main-Video,.main-image{width:100%;height:100%;object-fit:contain}.thumbnail-images-container{display:flex;flex-direction:row;overflow-x:scroll;justify-content:flex-start;align-items:center;width:100%;gap:10px;padding:10px}.thumbnail-image,.thumbnail-video{width:100px;height:100px;border-radius:15px;box-shadow:0 0 5px #eaeaea;object-fit:contain}.product-info-container{display:flex;flex-direction:column;width:100%;height:100%;gap:10px}.product-title{display:flex}.quantity-container{display:flex;flex-direction:column;justify-content:start;align-items:center;border-radius:15px;width:100%}.quantity-divider{height:25px;width:100%}.quantity-controls{display:flex;flex-direction:row;justify-content:center;gap:10px;align-items:center;width:100%;padding:15px;border-radius:5px}.quantity-display{font-size:1rem;font-weight:700;color:#000;padding:5px 50px;border-radius:4px;border:1px solid black}.product-description-container{inline-size:100%;text-wrap:wrap;white-space:pre-wrap}@media (min-width: 600px){.thumbnail-image:hover{cursor:pointer;scale:1.1}.product-details-container{display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;gap:10px}.main-image-container{width:100%;height:400px;display:flex;justify-content:flex-end;align-items:flex-end;border-bottom:1px solid #e9eae8}.toolbar-title{font-size:1rem}.product-images-container{width:50%;padding-inline-end:1em}.product-info-container{width:50%;justify-self:start}.product-title{display:block}.divider-info{display:none}}#about{display:flex;flex-direction:column;justify-content:center;align-items:center}#aboutFirst{display:flex;flex-direction:row;align-items:center;justify-content:space-evenly;padding:5%}#aboutImage{width:50%;max-height:400px;object-fit:cover;border-radius:20px}#aboutText{width:50%;padding:5%}#aboutSecond{display:flex;flex-direction:column;align-items:center;justify-content:space-evenly;background-color:#fff;padding:5%}#title{font-size:3em;font-weight:700;color:#000}#valuesAndMissionContainer{display:flex;flex-direction:row;align-items:center;justify-content:space-evenly;padding:5%}#valuesAndMissionText{width:50%;padding:5%}@media screen and (max-width: 768px){#aboutFirst{flex-direction:column-reverse;padding-top:12%}#aboutImage{width:100%;border-radius:1}#aboutText{width:100%}#valuesAndMissionContainer{flex-direction:column}#valuesAndMissionText{width:100%;font-size:small}#title{font-size:2em}}#product-main{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1em;margin-top:100px}#search-field{display:flex;flex-direction:row;align-items:center;justify-content:center;width:500px}#divider{width:80%;height:1px;background-color:gray}#category{display:flex;flex-direction:row;flex-wrap:wrap;overflow-x:scroll;width:90%;align-items:center;justify-content:space-evenly}#category>*{flex:0 1 5%}#products{width:100%}.product-container{display:grid;grid-template-columns:auto auto auto auto;gap:20px;margin:1em;justify-content:center}.product-card{width:320px;height:400px;border-radius:10px;box-shadow:1px 1px 5px 1px #8585851a;background-color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:space-between;transition:transform .5s ease;gap:15px;cursor:pointer}.product-card:hover{transform:scale(1.03)}.image-container{position:relative;height:350px;width:300px;overflow:hidden}.image-container img{width:100%;height:100%;object-fit:contain;justify-self:center}.card-content{width:250px;height:80px;display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;color:#fff;font-weight:700}.card-actions{display:flex;flex-direction:row;justify-content:space-between;align-items:self-end;background-color:#6a8b5f99;box-shadow:0 -11px 0 1px #0000001a;height:80px;width:320px;border-radius:10px;grid-template-columns:auto auto}.product-label{font-size:15px;text-align:start;margin:5px;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.product-description{color:gray;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:13px}#pagination{padding:1em}@media screen and (max-width: 600px){#product-main{width:100%;height:100%;margin-top:50px}#search-field{width:250px}#category{overflow-x:scroll}#Divider{width:100%}.product-container{grid-template-columns:auto;justify-content:center}.product-card:hover{transform:scale(1)}}.product-skeleton{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;margin:2em;gap:20px}.container{display:flex;width:100%;flex-direction:column;gap:10px;align-items:center;justify-content:center;padding:1em 0 0}.innerContainer{align-self:center;gap:10px;display:flex;flex-direction:column;align-items:center}.emptyCart{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;width:100%;height:100%;padding:10px;border-radius:10px;box-shadow:-7px 3px 8px -4px #b8b8b8a8}.emptyText{font-size:1rem;font-weight:700}.cartItems{display:flex;flex-direction:column;gap:10px;width:100%;height:100%;padding:1em}.cartItem{display:flex;flex-direction:row;align-items:start;gap:10px;border-radius:10px;box-shadow:-7px 3px 8px -4px #b8b8b8a8;cursor:pointer}.imageContainer{background-color:#fff;border-radius:10px;width:150px;height:150px}.itemImage{width:100%;height:100%;object-fit:contain;border-radius:10px}.itemDetails{display:flex;flex-direction:column;align-items:start;justify-content:space-between;width:100%;height:150px}.itemLabel{display:flex;flex-direction:row;flex-wrap:wrap}.quantityControl{display:flex;flex-direction:row;justify-content:start;gap:10px;align-items:center;border:5px solid #f0f0f0;border-radius:10px;background-color:#f0f0f0}.quantity{font-size:1rem;font-weight:700;color:#000;padding:7px 30px;border-right:1px solid #f0f0f0;border-left:1px solid #f0f0f0;background-color:#fff}.proceedButtonDiv{display:flex;flex-direction:column;justify-content:end;align-items:end;padding:1em}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#000000de;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#000;text-decoration:inherit}a:hover{color:#148042}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}
