.phone-container{display:flex;flex-direction:row;justify-content:space-between;align-items:center;background:#232d34;color:#fff;font-size:.75rem;padding:.2rem 2rem}.search-container{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.search-container input{flex:2;font-size:16px;line-height:19px;font-weight:400;padding:12px;color:#63767a;background-color:#f9fbfc;border-radius:8px 0 0 8px/8px 0px 0px 8px;width:32rem;border:1px solid #63767a}.search-container button{background-color:#0a8920;border-radius:0 10px 10px 0/0px 10px 10px 0px;border:none;padding:8px;font-size:16px;width:60px;line-height:19px;font-weight:400;cursor:pointer}.menu-container-desktop{background:#fff;width:100%;margin:0;z-index:5;position:sticky;top:0}.menu-container-desktop .link{text-decoration:none;color:inherit}.menu-container-desktop .label{font-size:16px;font-weight:700}.menu-container-desktop .submenu-container{position:relative}.menu-container-desktop .submenu{display:none;width:140px;border-radius:10px;position:absolute;top:100%;background:#fff;padding:.5rem;box-shadow:0 2px 4px #0000001a}.menu-container-desktop .submenu a{display:block;padding:.5rem 0;color:inherit;text-decoration:none;border-bottom:1px solid #e0e0e0}.menu-container-desktop .submenu a:hover{background-color:#e5f8e3;font-weight:600;color:#0a8920}.menu-container-desktop .submenu-container:hover .submenu{display:block}.menu-container-desktop .sections{display:flex;flex-flow:column;list-style:none;height:78px;margin:0;flex-direction:row;align-items:center;position:relative}@media screen and (max-width: 539px),(min-width: 540px) and (max-width: 1000px){.menu-container-desktop .sections{display:none}}.menu-container-desktop .sections .section{padding:10px}.menu-container-desktop .sections .section ul{list-style:none;padding:0;display:flex;flex-direction:row;gap:11px;margin-bottom:0}.menu-container-desktop .sections .section ul li{position:relative;padding:0 4px 15px}.menu-container-desktop .sections .section ul li:hover:after{transform:scaleX(1)}.menu-container-desktop .sections .section ul li:after{content:"";position:absolute;left:15px;right:15px;bottom:0;height:1px;background-color:#fff;transform:scaleX(0);will-change:transform;transition:transform .25s cubic-bezier(.215,.61,.355,1)}.menu-container-desktop .sections .section ul li a{color:#fff;text-decoration:none;font-size:14px;font-weight:400}.menu-container-desktop .sections .section ul li a:hover{color:#cdcdcd}@media screen and (min-width: 1024px) and (max-width: 1600px){.menu-container-desktop .sections .section{justify-content:var(--justify-content);padding:var(--padding)}}.menu-container-desktop .sections .cart-count{position:absolute;top:-10px;right:-10px;background-color:#d72a22;color:#fff;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:400}@media screen and (max-width: 539px),(min-width: 540px) and (max-width: 1000px){.menu-container-desktop{display:none}}.menu-container-mobile{display:none}.menu-container-mobile .sections{display:flex;flex-flow:column;list-style:none;padding:1rem;margin:0;flex-direction:row;justify-content:space-between;align-items:center;padding-bottom:0;padding-top:0}.menu-container-mobile .sections .section ul{list-style:none;padding:0;display:flex;flex-direction:row;gap:11px;margin-bottom:0}.menu-container-mobile .sections .section ul li{position:relative;padding:0 4px 15px}.menu-container-mobile .sections .section ul li a{color:#fff;text-decoration:none;font-size:14px;font-weight:400}.menu-container-mobile .menu-dropdown{position:static}.menu-container-mobile .menu-dropdown .menu-toggle{display:none}.menu-container-mobile .menu-dropdown .menu-categories{margin-top:3rem}.menu-container-mobile .menu-dropdown .menu-categories .menu-category{background-color:#0a8920;padding:1rem;border-bottom:1px solid #fff}.menu-container-mobile .menu-dropdown .menu-categories .menu-category a{color:#fff;text-decoration:none;font-weight:500;font-size:16px}.menu-container-mobile .menu-dropdown .menu-mobile-items{display:flex;flex-direction:column;gap:10px;background-color:#fff;height:auto;padding:1rem;overflow-y:auto}.menu-container-mobile .menu-dropdown .menu-mobile-items a{color:#232d34!important;text-decoration:none;font-weight:700!important;font-size:20px!important;padding-bottom:1rem;border-bottom:1px solid #ace5aa}.menu-container-mobile .menu-dropdown .menu-content{position:fixed;top:0;left:-150%;width:100vw;height:100vh;background:#e5f8e3;z-index:1000;display:flex;flex-direction:column;overflow-y:auto;transition:left .3s ease-in-out}.menu-container-mobile .menu-dropdown .menu-content .close-menu{top:20px;right:20px;font-size:24px;color:#475f40;cursor:pointer;padding:15px;display:flex;justify-content:flex-end}.menu-container-mobile .menu-dropdown .menu-content .close-menu:hover{opacity:.8}.menu-container-mobile .menu-dropdown .menu-toggle:checked+.menu-content{left:0}@media screen and (max-width: 539px),(min-width: 540px) and (max-width: 1000px){.menu-container-mobile{display:block;background:#fff;margin:0;z-index:5;position:sticky;top:0}}.welcome-principal{display:flex;flex-direction:column;align-items:center;justify-content:center}.welcome-container{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:10px}.welcome-container img{width:80px;height:80px;object-fit:contain}.welcome-container p{font-size:20px;font-weight:700;color:#2d3a41}.login-button{width:20rem;padding:12px;background-color:#0a8920;border:none;border-radius:8px;cursor:pointer;transition:background-color .3s ease;text-decoration:none;text-align:center;color:#fff;font-size:16px!important;font-weight:700!important}.login-button:hover{background-color:#08711a}.register-container{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:5px}.register-container p{font-size:14px;font-weight:700;color:#2d3a41}.register-container a{color:#0a8920!important;text-decoration:underline!important;font-weight:700!important}.footer-container{background-color:#232d34;padding:4rem 0}.footer-container .container{margin:0 17rem 0 15rem}.footer-container .footer-content{display:grid;grid-template-columns:6fr 1fr;gap:5rem;margin-bottom:40px}.footer-container .brand-section{font-size:16px;font-weight:600;color:#fff}.footer-container .brand-section .main-logo{margin-bottom:2rem}.footer-container .brand-section .main-logo img{max-width:200px}.footer-container .brand-section .associated-brands-container p{font-size:16px;font-weight:600;color:#fff}.footer-container .brand-section .associated-brands-container .associated-brands{display:grid;grid-template-columns:1fr 1fr 1fr;gap:.5rem}.footer-container .brand-section .associated-brands-container .associated-brands img{max-height:45px;width:auto}.footer-container .brand-section .social-container{display:flex;flex-direction:column;align-items:left;font-size:1rem;gap:1rem;color:#fff;font-weight:600}.footer-container .brand-section .social-container .social-networks{display:flex;gap:18px;justify-content:left}.footer-container .brand-section .social-container .social-networks img{width:22.5px;height:22.5px}.footer-container .footer-nav{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.footer-container .footer-nav .nav-section h3{font-size:1rem;font-weight:600;margin-bottom:1rem;color:#fff;letter-spacing:.1rem;padding-bottom:.5rem;position:relative}.footer-container .footer-nav .nav-section ul{list-style:none;padding:0;margin:0}.footer-container .footer-nav .nav-section ul li{margin-bottom:.5rem}.footer-container .footer-nav .nav-section ul li a{color:silver;text-decoration:none;font-size:1rem}.footer-container .footer-nav .nav-section ul li a:hover{color:#fff}@media (max-width: 768px){.footer-content{grid-template-columns:1fr!important}.footer-nav{grid-template-columns:repeat(2,1fr)!important}}@media (max-width: 480px){.footer-nav{grid-template-columns:1fr!important}}.pre-footer-container{display:flex;justify-content:center;align-items:center;gap:20px}.pre-footer-hr{width:26%;border:1px solid #becbc9;rotate:90deg}.pre-footer{display:flex;justify-content:center;padding:4rem;margin-bottom:64px}.pre-footer .feature-item{display:grid;gap:1rem;justify-content:center;text-align:center;align-items:center;justify-items:center;width:300px}.pre-footer .feature-item img{width:auto;height:40px}.pre-footer .feature-item .feature-text{font-weight:700}.footer-social-container{display:flex;flex-direction:row;gap:2rem;color:#fff;margin:2rem 30rem 0;justify-content:center}.footer-social-container .social-networks{display:flex;gap:1rem;justify-content:space-between}.footer-social-container .social-networks img{width:32px;height:32px}.footer-social-container .social-container{display:flex;flex-direction:column;align-items:center;font-weight:700;font-size:.8rem;gap:2rem}.footer-social-container .contact-info p{font-size:.75rem;text-decoration:none;color:silver;font-weight:400}.footer-social-container .contact-info p a{text-decoration:none;color:silver}.footer-social-container .contact-info p span{color:#0a8920}.footer-bottom{padding:0}.footer-bottom .contact{border-top:2px solid #6c757d;border-bottom:2px solid #6c757d;padding:1.5rem 0;margin:2rem 0 1rem;gap:2rem;margin:0 17rem 0 15rem;display:flex;justify-content:center;align-items:center}.footer-bottom .contact .contact-title{min-width:120px;font-weight:400;font-size:1rem;color:#fff;margin-right:1.5rem;text-align:right}.footer-bottom .contact .contact-details{display:flex;flex-direction:column;gap:.5rem}.footer-bottom .contact .contact-details .contact-label{font-weight:600;color:#fff;margin-right:.5rem}.footer-bottom .contact .contact-details .contact-info{color:#fff;font-weight:400}.footer-bottom .copyright-text{display:flex;justify-content:center;text-align:center;color:#fff;font-size:.85rem;margin-top:1rem}.footer-bottom .copyright-text a{text-decoration:underline;color:#fff}.desktop-footer{display:block}@media screen and (max-width: 539px){.desktop-footer{display:none}}@media screen and (min-width: 540px) and (max-width: 1000px){.desktop-footer{display:none}}.mobile-footer{display:none;background-color:#232d34}@media screen and (max-width: 539px){.mobile-footer{display:block}}@media screen and (min-width: 540px) and (max-width: 1000px){.mobile-footer{display:block}}.mobile-payment-methods{display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:.8rem;gap:1rem;text-align:center;padding:1rem}.mobile-logos-container{display:flex;gap:1rem;justify-content:center;align-items:center;flex-direction:row}.mobile-social-container{display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;text-transform:uppercase;font-weight:700;font-size:.8rem}.mobile-social-networks{text-align:center;margin-bottom:1rem}.mobile-social-networks span{color:#fff;font-size:.8rem;font-weight:700;text-transform:uppercase}.mobile-social-networks .mobile-social-networks-icons{margin-top:1rem;display:flex;flex-direction:row;gap:1rem}.collapsible-sections{padding:1.5rem;color:#fff}.collapsible-sections .footer-section{border-bottom:1px solid #e5e5e5}.collapsible-sections .footer-section summary{padding:1rem 0;font-weight:700;cursor:pointer;list-style:none;position:relative}.collapsible-sections .footer-section summary:after{content:"+";position:absolute;right:0;top:50%;transform:translateY(-50%);font-size:2rem}.collapsible-sections .footer-section[open] summary:after{content:"-";color:#0a8920;font-size:3rem}.collapsible-sections .footer-section[open] summary{border-bottom:1px solid #fff;margin-bottom:1rem}.collapsible-sections .footer-section ul{list-style:none;padding:0;margin:0 0 1rem}.collapsible-sections .footer-section ul li{padding:.5rem 0}.collapsible-sections .footer-section ul li a{color:#fff;text-decoration:none}.collapsible-sections .footer-section ul li a:hover{text-decoration:underline}.suggestions-container{display:flex;flex-direction:column;text-align:center;padding:0 1rem;margin:4rem auto}@media screen and (max-width: 539px),(min-width: 540px) and (max-width: 1000px){.suggestions-container{padding:0;margin:10px auto}}.container-button-see-more{display:flex;justify-content:center;width:100%}@media screen and (max-width: 539px){.container-button-see-more{margin-top:10px}}@media screen and (min-width: 540px) and (max-width: 1000px){.container-button-see-more{margin-top:100px}}.container-button-see-more .shop-hover{text-decoration:none;color:#0a8920;border-radius:4px;height:40px;width:140px;justify-content:center;align-items:center;display:flex;font-weight:600;font-size:16px}@media screen and (max-width: 539px){.container-button-see-more .shop-hover{width:186px;font-size:14px}}@media screen and (min-width: 540px) and (max-width: 1000px){.container-button-see-more .shop-hover{width:186px}}.long-description-container{text-align:left;padding-inline:15px;margin-top:64px;margin-bottom:64px;height:auto}@media screen and (max-width: 539px){.long-description-container{padding-inline:5px}}@media screen and (min-width: 540px) and (max-width: 1000px){.long-description-container{padding-inline:30px}}.suggestion-title{letter-spacing:0;font-size:24px;font-weight:700;color:#0a8920}@media screen and (max-width: 539px){.suggestion-title{margin:20px 10px}}@media screen and (min-width: 540px) and (max-width: 1000px){.suggestion-title{font-size:var(--font-size-medium)}}.long-description{color:#444;font-size:var(--font-size);font-weight:var(-font-weight);text-align:justify;margin-top:0;text-overflow:ellipsis;height:auto;overflow:hidden;-webkit-font-smoothing:antialiased}@media screen and (max-width: 539px){.long-description{font-size:var(--font-size);margin:0 10px}}@media screen and (min-width: 540px) and (max-width: 1000px){.long-description{font-size:var(--font-size);width:95%}}.product-title{margin:30px 0}@media screen and (max-width: 539px){.product-title{margin:2px 0}}.product-title .title{color:#232d34;font-size:18px;font-weight:600;display:flex;padding-left:50px}.suggestions{margin-top:2rem;display:grid;grid-template-columns:25% 25% 25% 25%;gap:20px;padding:0 50px 0 100px;justify-content:left;text-align:left}@media screen and (max-width: 539px){.suggestions{margin-top:.3rem;grid-template-columns:50% 50%;gap:15px;padding:0 40px;justify-content:center}}@media screen and (min-width: 540px) and (max-width: 1000px){.suggestions{padding:0 60px 0 30px}}.suggestions a{font-size:14px;color:#63767a;margin-top:0;transition:.5s;font-weight:400}.suggestions a:hover{text-decoration:underline}@font-face{font-family:Plus-Jakarta-Sans;src:url(/commons/fonts/Plus-Jakarta-Sans.woff2) format("woff2");font-style:normal}body{margin:0;background-color:#fff;font-family:Plus-Jakarta-Sans,sans-serif;-webkit-font-smoothing:antialiased}.grid{display:grid;grid-template-columns:repeat(5,.2fr);gap:4rem;align-items:center;padding-left:80px;padding-right:80px}@media screen and (max-width: 539px){.grid{grid-template-columns:repeat(2,.5fr);padding:0;gap:0}.grid img{width:90%!important}}@media screen and (min-width: 540px) and (max-width: 1000px){.grid{grid-template-columns:repeat(2,.5fr);gap:0}.grid img{width:100px!important}}.title-description-container{padding:30px;display:flex;flex-flow:column;text-align:left;margin:0 auto;justify-content:center;align-items:left}@media screen and (max-width: 539px){.title-description-container{padding:40px 15px 0}}@media screen and (min-width: 540px) and (max-width: 1000px){.title-description-container{padding:100px 20px 10px 10px}}.main-product-title{margin-bottom:0;line-height:24px;-webkit-font-smoothing:antialiased;color:#0a8920;font-size:24px;font-weight:700}@media screen and (max-width: 539px){.main-product-title{margin:0;font-size:20px;line-height:30px}}@media screen and (min-width: 540px) and (max-width: 1000px){.main-product-title{margin:10px;font-size:20px}}.product-description{-webkit-font-smoothing:antialiased;width:100%;text-align:left;margin-top:20px;margin-bottom:4rem!important;color:#444;font-size:var(--font-size);font-weight:var(--font-weight)}@media screen and (min-width: 540px) and (max-width: 1000px){.product-description{padding:0;margin:10px;width:95%}}.hide{display:none}.card-container{display:flex;flex-flow:row wrap;cursor:pointer;width:100%;margin-bottom:5rem;position:relative;min-height:25rem}@media screen and (min-width: 540px) and (max-width: 1000px){.card-container{width:168px}}@media screen and (max-width: 539px){.card-container{width:100%;height:fit-content}}.card-container .detail{display:flex;flex-direction:column;text-align:left;width:100%;gap:0px;padding:10px}@media screen and (min-width: 540px) and (max-width: 1000px){.card-container .detail{justify-content:center}}@media screen and (max-width: 539px){.card-container .detail{margin:0;height:fit-content}}.description{-webkit-font-smoothing:antialiased;overflow:hidden;margin:0;color:#23351d;font-size:.9rem;display:-webkit-box;-webkit-box-orient:vertical;font-weight:300;text-overflow:ellipsis;width:100%;max-width:230px;letter-spacing:0}@media screen and (max-width: 539px){.description{margin-top:0;max-width:100%}}@media screen and (min-width: 540px) and (max-width: 1000px){.description{max-width:152px}}.card-container .shop-hover{border-radius:.5rem;height:44px;display:flex;align-items:center;justify-content:center;letter-spacing:0;opacity:1;position:absolute;-webkit-font-smoothing:antialiased;width:100%;min-height:auto;color:#fff;font-weight:600;font-size:14px;background-color:#0a8920;bottom:-12%}@media screen and (max-width: 539px){.card-container .shop-hover{width:90%;bottom:-15%}}@media screen and (min-width: 540px) and (max-width: 1000px){.card-container .shop-hover{opacity:1;width:152px;bottom:-18%}}.card-container .container-button{display:flex;justify-content:center;width:100%}@media screen and (max-width: 539px){.card-container .container-button{display:flex}}.card-container:hover .shop-hover{opacity:1}.a-container{display:flex;justify-content:center;text-decoration:none}.price-container{display:flex;align-items:left;justify-content:left;flex-direction:row;width:100%;gap:5px;color:#23351d;margin-top:1rem}@media screen and (min-width: 540px) and (max-width: 1000px){.price-container{display:flow;text-align:left}}@media screen and (max-width: 539px){.price-container{display:flow;text-align:left}}.discount{display:none!important;left:5%;top:3%;padding:2px 5px 1px 7px;background:#777;color:#fff;transition:.2s;width:fit-content;display:flex;align-items:center;justify-content:center;position:absolute;font-weight:600;-webkit-font-smoothing:antialiased;font-size:11px;width:-webkit-fit-content;z-index:1;letter-spacing:.5px}.discount .discount-label{align-items:center;text-align:center;justify-content:center}.other-means{color:#5b6167;font-weight:400;font-size:14px;margin-left:40px;letter-spacing:.5px;display:none}@media screen and (max-width: 539px){.other-means{margin-left:10px}}@media screen and (min-width: 540px) and (max-width: 1000px){.other-means{width:40px;margin-left:20px;line-height:16px}}.price{-webkit-font-smoothing:antialiased;font-size:18px;font-weight:700;display:flex;align-items:center}@media screen and (max-width: 539px){.price{font-size:16px}}@media screen and (min-width: 540px) and (max-width: 1000px){.price{letter-spacing:.5px;font-size:16px}}.default-price{-webkit-font-smoothing:antialiased;font-size:12px;font-weight:400;justify-content:center;align-items:center;display:flex}@media screen and (max-width: 539px),(min-width: 540px) and (max-width: 1000px){.default-price{font-size:12px}}.old-price{-webkit-font-smoothing:antialiased;color:#666;font-size:12.6px;align-items:center;text-decoration:line-through;font-weight:400;display:flex}.image-content{width:100%;text-align:center;display:flex;justify-content:center;align-items:center;position:relative;min-width:200px}@media screen and (max-width: 539px){.image-content{width:100%;min-height:310px}}@media screen and (min-width: 540px) and (max-width: 1000px){.image-content{width:100%;min-height:310px}}.image-content img{display:block;width:100%}.loading-image{width:100%;height:auto;aspect-ratio:.81/1;background-color:#f9f7f7;background-image:linear-gradient(90deg,#f9f7f700,#f9f7f780,#f9f7f700);background-size:40px 100%;background-repeat:no-repeat;background-position:left -40px top 0;animation:shine 1s ease infinite}@keyframes shine{to{background-position:right -40px top 0}}.properties{font-size:.75rem;color:#666;margin:1rem 0;text-transform:uppercase}.sitemap{display:grid;grid-template-columns:25% 25% 25%;gap:25px;padding:0 40px 50px;justify-content:center}@media screen and (max-width: 539px){.sitemap{display:block}}.sitemap a{text-decoration:none;color:#000;font-size:1.2rem;position:relative;display:block;padding:4px 0;transition:.5s}.sitemap a:hover{font-weight:800}.sitemap-container{display:none;min-height:50rem;padding-top:15rem;text-align:center}@media screen and (min-width: 540px) and (max-width: 1000px),screen and (max-width: 539px){.sitemap-container{padding-top:5rem}.sitemap-container h1{margin-top:0}}
