:root{--background:#fff;--foreground:#171717;--greenColor:#44a992;--blackColor:#161616;--whiteColor:#f2f2f2;--greenDarkColor:#356a40;--greenBackground:#eef1de;--navHeaderHeight:106px;--orangeColor:#ff6b2b;--transition:all .3s linear;--bg:#eef3e6;--ink:#1f2421;--muted:#57645b;--brand:#45a688;--brand-2:#f4c774;--card:#fff;--radius:18px;--shadow:0 10px 30px #00000014}html,body{background-color:#ededed;max-width:100vw;min-height:100%}body{max-width:1920px;color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding-bottom:env(safe-area-inset-bottom);margin:0 auto;font-family:Red Hat Display,sans-serif}.container{flex-direction:column;min-height:100vh;display:flex}.content{flex:1;justify-content:center;align-items:flex-start;display:flex}*{box-sizing:border-box;margin:0;padding:0}.languageSwitcherButtom{cursor:pointer;color:var(--greenColor);background-color:#0000;border:none}a{color:inherit;text-decoration:none}.footer_wrapper{border-top:1px solid var(--greenColor);width:100%;padding-top:20px;padding-bottom:20px}.footer_container{grid-template-columns:1fr 1fr;justify-content:space-between;gap:50px;width:90%;margin:0 auto;display:grid}.footer_content{flex-direction:column;gap:10px;display:flex}.footer_content a:hover{color:var(--greenColor)}.footer_div{background:linear-gradient(#f9faf5,#fff);border:1px solid #eef0ea;border-radius:14px;align-items:flex-start;gap:12px;padding:16px 14px;display:flex;box-shadow:0 6px 18px #0000000d}.faceBookLogcircle{fill:#2d7f67}.footer_logo svg{width:22px;height:22px;fill:var(--greenDarkColor);stroke:var(--greenDarkColor)}.footer_text{color:#2c332e;margin:0;font-weight:700}.footer_email_input{background-color:var(--greenBackground);width:100%;color:var(--greenColor);border:none;border-radius:6px;padding:20px}.footer_email_input:focus{outline:none}.footer_button_email{background-color:var(--greenColor);width:30%;color:var(--blackColor);cursor:pointer;border:none;border-radius:15px;padding:20px;font-size:15px;transition:all .5s linear}.footer_button_email:hover{color:var(--whiteColor)}.h-ico svg{width:50px;height:50px}.popup{transition:all .3s linear;position:relative}.popup-overlay{z-index:1000;background-color:#00000080;justify-content:flex-end;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.close-btn{z-index:2000;cursor:pointer;color:var(--greenColor);background:0 0;border:none;position:absolute;top:15px;right:20px}.cart_container{z-index:100;color:#161616;background-color:#fff;flex-direction:column;gap:20px;width:30%;height:100vh;margin:0 auto;display:flex;position:fixed;top:0;right:0;overflow:scroll}.cart-items{flex-grow:1;padding:8px 12px;overflow:auto;-webkit-mask-image:linear-gradient(#0000 0,#000 36px calc(100% - 36px),#0000 100%);mask-image:linear-gradient(#0000 0,#000 36px calc(100% - 36px),#0000 100%);-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.cart-head{border-bottom:1px solid var(--stroke);background:#f7faf7;justify-content:space-between;align-items:center;padding:16px 18px;display:flex}.cart-head h3{letter-spacing:.2px;margin:0;font-size:18px;font-weight:800}.icon-btn-close{cursor:pointer;background:#f3f6f3;border:0;border-radius:999px;width:32px;height:32px}.cart-row{border:1px solid var(--stroke);background:#fff;border-radius:12px;grid-template-columns:88px 1fr auto;align-items:center;gap:12px;margin:10px 0;padding:10px;display:grid;box-shadow:0 6px 16px #0000000a}.thumb{object-fit:cover;border-radius:12px;width:88px;height:88px}.info-cart{min-width:0}.title-cart{color:var(--ink);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-weight:700;line-height:1.35;text-decoration:none;display:-webkit-box;overflow:hidden}.meta{justify-content:space-between;align-items:center;gap:8px;margin-top:8px;display:flex}.qty{border:1px solid var(--stroke);background:#f2f6f3;border-radius:999px;align-items:center;gap:10px;padding:6px;display:inline-flex}.qty-btn{border:1px solid var(--stroke);cursor:pointer;background:#fff;border-radius:50%;place-items:center;width:28px;height:28px;font-weight:700;display:grid}.qty-val{text-align:center;width:22px;font-weight:700}.link{color:#2c5f4a;cursor:pointer;background:0 0;border:0}.link.danger{color:#b44}.price-cart{color:#2c5f4a;align-self:flex-start;font-weight:800}.cart-foot{border-top:1px solid var(--stroke);background:linear-gradient(#f7faf7 0%,#fff 40%);margin-top:auto;padding:14px 16px}.subtotal{justify-content:space-between;align-items:center;margin-bottom:6px;font-size:16px;display:flex}.note{color:var(--muted);margin:0 0 10px;font-size:12px}.checkout{cursor:pointer;background:var(--brand);color:#fff;letter-spacing:.4px;border:0;border-radius:10px;width:100%;height:46px;font-weight:800;box-shadow:0 10px 18px #2f7d5f40}.qty-btn:hover,.icon-btn:hover{transform:translateY(-1px)}.checkout:hover{filter:brightness(1.06)}@media screen and (max-width:1200px){.cart_container{width:70%}.product_cart{justify-content:space-around}}@media screen and (max-width:780px){.cart_container{width:100%}.product_cart{justify-content:space-around}}@media screen and (max-width:1024px){h1{font-size:25px}h2{font-size:20px}.footer_button_email{width:40%}}@media (max-width:768px){h1{font-size:22px}h2{font-size:17px}.footer_container{grid-template-rows:auto;grid-template-columns:1fr;gap:20px;width:90%;margin:0 auto;display:grid}.footer_container>:first-child{grid-area:1/1}.footer_container>:nth-child(2){grid-area:1/2}.footer_container>:nth-child(3){grid-area:2/1/auto/3}.footer_button_email{width:50%}}@media screen and (max-width:640px){h1{font-size:20px}h2{font-size:15px}.footer_container{flex-direction:column;display:flex}.footer_content{text-align:center}}
.messenger-button{color:#fff;z-index:9999;cursor:pointer;background-color:#0084ff;border-radius:30px;padding:12px 20px;font-family:sans-serif;font-weight:600;text-decoration:none;transition:background-color .3s;display:none;position:fixed;bottom:20px;right:20px;box-shadow:0 4px 12px #00000026}.messenger-button:hover{background-color:#006bbf}.modal{z-index:10000;background-color:#0009;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.modal-content{text-align:center;background-color:#fff;border-radius:10px;padding:20px 30px;font-family:sans-serif}.modal-content h2{margin-bottom:10px}.modal-content p{margin-bottom:20px}.modal-content button{color:#fff;cursor:pointer;background-color:#0084ff;border:none;border-radius:5px;padding:10px 20px;font-weight:700}.modal-content button:hover{background-color:#006bbf}
.whatsapp-button{color:#fff;z-index:9999;cursor:pointer;background-color:#25d366;border-radius:30px;padding:12px 20px;font-family:sans-serif;font-weight:600;text-decoration:none;transition:background-color .3s;display:none;position:fixed;bottom:80px;right:20px;box-shadow:0 4px 12px #00000026}.whatsapp-button:hover{background-color:#1ebd5a}.modal{z-index:10000;background-color:#0009;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.modal-content{text-align:center;background-color:#fff;border-radius:10px;padding:20px 30px;font-family:sans-serif}.modal-content h2{margin-bottom:10px}.modal-content p{margin-bottom:20px}.modal-content button{color:#fff;cursor:pointer;background-color:#25d366;border:none;border-radius:5px;padding:10px 20px;font-weight:700}.modal-content button:hover{background-color:#1ebd5a}
.nav_wrapper{border-bottom:1px solid var(--greenColor);width:100%;height:125px;position:relative}.nav_container{width:90%;margin:0 auto}.nav_desktop{color:var(--blackColor);text-align:center;grid-template-columns:2fr 1fr 2fr;justify-content:space-between;align-items:center;display:grid}.nav_mobile{display:none}.nav_list_mobile_wrapper{z-index:7;width:100%;height:100vh;position:absolute;top:0;left:0}.overlay{z-index:6;background-color:#00000080;width:100%;height:100vh;position:absolute;top:0;left:0}.nav_list_mobile_container{z-index:7;background-color:#fff;flex-direction:column;width:50%;height:100%;display:flex;position:relative}.nav_list_mobile_header{grid-template-columns:1fr 2fr 1fr;justify-content:space-between;align-items:center;width:100%;display:grid}.nav_a_mobile{width:100%;transition:var(--transition);color:var(--greenColor);border-bottom:1px solid var(--greenColor);justify-content:space-between;align-items:center;padding:10px;font-size:20px;display:flex}.nav_list_mobile{flex-direction:column;gap:20px;display:flex}.nav_div_mobile{flex-direction:column;justify-content:space-evenly;align-items:baseline;gap:20px;height:100%;padding-left:20px;display:flex}.nav_social_media_container_mobile{justify-content:center;align-items:flex-end;gap:50px;height:15%;padding-bottom:10px;display:flex}.nav_a{color:var(--greenColor);transition:var(--transition);font-size:18px}.nav_a:hover{color:var(--greenColor);scale:1.1}.nav_div{justify-content:space-between;gap:20px;display:flex}.nav_logo{justify-content:center;align-items:center;display:flex}.nav_logo img{transition:var(--transition)}.nav_div_2{grid-template-columns:1fr;gap:20px;display:grid}.nav_div_2_container_1{grid-template-columns:1fr 1fr 1fr;align-items:center;gap:20px;display:grid}.nav_div_2_container_2{align-items:center;gap:20px;display:grid}.nav_div_2_container_1 button,.nav_div_2_container_2 button{cursor:pointer;transition:var(--transition);background-color:#0000;border:none}.nav_div_2_container_1 button:hover,.nav_div_2_container_2 button:hover{color:var(--greenColor);scale:1.1}.cart_logo{width:100%;color:var(--greenColor);cursor:pointer;justify-content:center;align-items:center;transition:all .3s linear;display:flex}.cart_logo:hover{scale:1.1}.cart_logo svg{width:40px;height:40px;font-size:8px}.close_btn_mobile_nav{cursor:pointer;height:100%;color:var(--greenColor);justify-content:center;align-items:center;display:flex}.close_btn_mobile_nav svg{stroke:var(--greenColor)}@media screen and (max-width:1440px){.nav_a{font-size:15px}}@media screen and (max-width:1024px){.nav_a{font-size:15px}}@media (min-width:320px) and (max-width:991px){.nav_wrapper{height:100%}.nav_desktop{display:none}.nav_mobile{color:var(--blackColor);text-align:center;grid-template-columns:1fr 2fr 1fr;justify-content:space-between;align-items:center;display:grid}.cart_logo_mobile{height:100%;color:var(--greenColor);transition:var(--transition);cursor:pointer;justify-content:center;align-items:center;display:flex}.cart_logo_mobile svg{width:35px;height:35px}}@media (max-width:762px){.nav_container,.nav_list_mobile_container{width:100%}}
