.header{display:flex;flex-direction:column;width:100%;background-color:#fff;border-bottom:1px solid #e0e0e0;position:sticky;top:0;z-index:1000;box-shadow:0 2px 12px #0000000d}.nav_container{max-width:1400px;height:80px;margin:0 auto;width:100%;padding:0 24px;display:flex;align-items:center;justify-content:space-between;position:relative}.logo{display:flex;justify-content:center;align-items:center;text-decoration:none;z-index:1001}.logo img{width:120px;height:60px;transition:transform .3s ease}.logo:hover img{transform:scale(1.05)}.nav_links{display:flex;align-items:center;gap:36px;list-style:none;margin:0;padding:0}.nav_links>a,.nav_item_contato>a,.nav_item_contato>button{position:relative;text-decoration:none;font-size:15px;font-weight:500;color:#2d2d2d;font-family:Poppins,sans-serif;transition:color .3s ease;display:flex;align-items:center;gap:4px;background:transparent;border:none;cursor:pointer;padding:0}.nav_links>a:after,.nav_item_contato>a:after,.nav_item_contato>button:after{content:"";position:absolute;left:0;bottom:-6px;width:0%;height:2px;background-color:#556b2f;transition:width .3s ease}.nav_links>a:hover,.nav_item_contato>a:hover,.nav_item_contato>button:hover{color:#556b2f}.nav_links>a:hover:after,.nav_item_contato>a:hover:after,.nav_item_contato>button:hover:after{width:100%}.arrow-icon{width:18px;height:18px;transition:transform .3s ease}.arrow-icon.rotated{transform:rotate(180deg)}.carrinho-link{display:flex;align-items:center;gap:8px}.opc-carrinho{width:24px;height:24px;filter:grayscale(1);transition:all .3s ease}.carrinho-link:hover .opc-carrinho{filter:grayscale(0);transform:scale(1.1)}.carrinho-text{display:none}.nav_item_contato{position:relative}.contato_menu{position:absolute;top:calc(100% + 16px);left:50%;transform:translate(-50%);display:none;flex-direction:column;gap:8px;width:200px;padding:12px;background-color:#fff;border-radius:12px;box-shadow:0 8px 24px #0000001f;z-index:1002}.contato_menu:before{content:"";position:absolute;top:-8px;left:50%;transform:translate(-50%);width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid #ffffff}.contato_menu.ativo{display:flex;animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;transform:translate(-50%) translateY(-10px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.contato_item{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:8px;background-color:#fafafa;text-decoration:none;transition:all .3s ease;font-family:Poppins,sans-serif}.contato_item .icon{font-size:20px;width:20px;height:20px;color:#556b2f;transition:transform .3s ease}.contato_item span{font-size:14px;font-weight:500;color:#2d2d2d}.contato_item:hover{background-color:#556b2f;transform:translate(4px)}.contato_item:hover .icon{color:#fff;transform:scale(1.2)}.contato_item:hover span{color:#fff}.menu_icon{display:none;font-size:28px;background:none;border:none;cursor:pointer;color:#2d2d2d;z-index:1001;padding:8px;transition:all .3s ease}.menu_icon:hover{color:#556b2f;transform:scale(1.1)}.menu-overlay{display:none}@media(max-width:900px){.nav_container{padding:0 20px}.nav_links{gap:28px}.nav_links>a,.nav_item_contato>a,.nav_item_contato>button{font-size:14px}}@media(max-width:768px){.nav_container{height:70px;padding:0 16px}.logo img{height:50px}.menu_icon{display:block}.menu-overlay{display:block;position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#00000080;z-index:999;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.nav_links{position:fixed;top:0;right:-100%;height:100vh;width:280px;max-width:85vw;background-color:#fff;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:0;padding:100px 24px 40px;transition:right .4s cubic-bezier(.4,0,.2,1);box-shadow:-8px 0 32px #00000026;overflow-y:auto}.nav_links.ativo{right:0}.nav_links>a,.nav_item_contato>a,.nav_item_contato>button{width:100%;padding:16px 0;font-size:16px;border-bottom:1px solid #f0f0f0}.nav_links>a:after,.nav_item_contato>a:after,.nav_item_contato>button:after{display:none}.nav_item_contato{width:100%}.contato_menu{position:static;transform:none;width:100%;margin-top:12px;box-shadow:none;background-color:#fafafa;border-radius:8px}.contato_menu:before{display:none}.contato_menu.ativo{animation:none}.contato_item{background-color:#fff}.carrinho-link{width:100%;padding:16px 0;border-bottom:1px solid #f0f0f0}.carrinho-text{display:inline;font-size:16px;font-weight:500;color:#2d2d2d;font-family:Poppins,sans-serif}.opc-carrinho{width:20px;height:20px}}@media(max-width:400px){.nav_container{padding:0 12px}.logo img{height:45px}.nav_links{width:260px;padding:80px 20px 40px}.nav_links>a,.nav_item_contato>a,.nav_item_contato>button,.carrinho-text{font-size:15px}}.icon{display:inline-block;vertical-align:middle;flex-shrink:0}.cards_container{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:24px;padding:32px;max-width:1200px;margin:0 auto}.card{background:#fff;border-radius:18px;border:1px solid #d8ddd5;overflow:hidden;box-shadow:0 10px 22px #1018101a;transition:transform .25s ease,box-shadow .25s ease;text-decoration:none;color:#111;display:block}.card:hover{transform:translateY(-4px);box-shadow:0 18px 34px #10181033}.card:focus-visible{outline:3px solid #204f39;outline-offset:3px}.img_class{position:relative;height:240px;background:#fff;display:flex;justify-content:center}.img_class img{object-fit:contain}.card_content{padding:18px;display:flex;flex-direction:column;gap:14px;background:#fff}.card_title{margin:0;font-size:clamp(15px,4vw,18px)}.card .card_price_label{font-size:12px;text-transform:uppercase;letter-spacing:1px;color:#6b7280;font-weight:500;margin:0}.card_price{margin:0;padding:5px 8px;border-radius:10px;background:#183626;color:#f7faf7;font-size:18px;font-weight:700;width:fit-content}@media(max-width:480px){.card{border-radius:15px}.cards_container{gap:12px;grid-template-columns:repeat(2,1fr);padding:0}.img_class{height:192.5px;width:192.5px}.img_class img{margin-left:-6px;width:80%;height:100%}}@media(max-width:400px){.card{border-radius:15px}.cards_container{gap:12px;grid-template-columns:repeat(2,1fr);padding:0}.img_class{height:192.5px;width:192.5px}.img_class img{margin-left:-27px;width:77%;height:100%}}.home-page .section_container{width:100%;background:#fafafa;content-visibility:auto;contain-intrinsic-size:800px}.home-page .intro{height:600px;width:100%;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.home-page .hero_bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:0}.home-page .hero_overlay{position:relative;width:100%;height:100%;background:linear-gradient(180deg,#00000073,#000000a6);display:flex;align-items:center;justify-content:center;padding:0 44px;z-index:1}.home-page .hero_content{max-width:900px;padding:48px 40px;border-radius:20px;background:#221f1f73;box-shadow:0 10px 24px #0003}.home-page .hero_content h1{font-size:clamp(32px,5vw,56px);font-weight:700;color:#fff;margin-bottom:24px;line-height:1.2;letter-spacing:-.5px}.home-page .hero_content p{font-size:clamp(16px,3vw,18px);line-height:1.7;color:#f1f1f1;margin-bottom:40px}.home-page .hero_content p strong{color:#d9e6b3;font-weight:600}.home-page .highlights span{background:#ffffff26;border:1px solid rgba(255,255,255,.3);padding:12px 24px;border-radius:50px;font-size:14px;font-weight:500;color:#fff;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);transition:all .3s ease}.home-page .highlights span:hover{background:#556b2f;border-color:#556b2f;transform:translateY(-3px);box-shadow:0 8px 20px #556b2f66}.home-page .central_container{width:100%;max-width:1400px;margin:0 auto;padding:0}.home-page .container_banner{width:100%;min-height:60px;display:flex;justify-content:center}.home-page .banner_atacado{margin-top:10px;position:relative;background:#ffefd5;color:#333;padding:12px 20px;border:1px solid #e0b97d;width:100%}.home-page .banner_content{display:flex;flex-direction:row;justify-content:center;align-items:center}.home-page .banner_content img{height:20px;width:20px;margin-right:10px}.home-page .banner_text strong{font-size:14px}.home-page .banner_text span{font-size:13px}.home-page .hero_content{max-width:900px;margin:0 auto}.home-page .highlights{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-top:48px}.home-page .highlights span{background:#fff;border:2px solid #e0e0e0;padding:12px 24px;border-radius:50px;font-size:14px;font-weight:500;color:#556b2f;font-family:Poppins,sans-serif;transition:all .3s ease;box-shadow:0 2px 8px #0000000d}.home-page .highlights span:hover{background:#556b2f;color:#fff;border-color:#556b2f;transform:translateY(-3px);box-shadow:0 6px 16px #556b2f40}.home-page .footer{background:linear-gradient(180deg,#2d2d2d,#1a1a1a);color:#e0e0e0;padding:60px 24px 0;margin-top:80px;content-visibility:auto;contain-intrinsic-size:700px}.home-page .footer__container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:40px;padding-bottom:40px}.home-page .footer__col{display:flex;flex-direction:column;gap:24px}.home-page .footer__logo a{text-decoration:none;color:#dfdddd}.home-page .footer__contact{display:flex;flex-direction:column;gap:12px;margin:24px 0}.home-page .footer__contact-item{display:flex;align-items:center;gap:12px;font-size:15px;color:#b0b0b0;text-decoration:none;transition:all .3s ease;font-family:Poppins,sans-serif}.home-page .footer__contact-item .icon{width:20px;height:20px;color:#556b2f}.home-page .footer__contact-item:hover{color:#fff;transform:translate(5px)}.home-page .footer__socials{display:flex;gap:16px;margin-top:8px}.home-page .social_link{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;text-decoration:none;transition:all .3s ease;border:2px solid transparent}.home-page .social_link .icon{width:24px;height:24px}.home-page .social_link.instagram{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);color:#fff}.home-page .social_link.whatsapp{background:#25d366;color:#fff}.home-page .social_link.email{background:#556b2f;color:#fff}.home-page .social_link:hover{transform:translateY(-5px) scale(1.1);box-shadow:0 8px 20px #0000004d}.home-page .footer__bar{border-top:1px solid rgba(255,255,255,.1);padding:24px 0;text-align:center}.home-page .footer__bar p{font-size:14px;color:#888;font-family:Poppins,sans-serif}.home-page .whatsapp_float{position:fixed;bottom:30px;right:30px;width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#25d366,#20ba5a);color:#fff;display:flex;align-items:center;justify-content:center;font-size:32px;text-decoration:none;box-shadow:0 8px 24px #25d36666;z-index:999;transition:all .3s ease}.home-page .whatsapp_float:hover{transform:scale(1.15) rotate(5deg);box-shadow:0 12px 32px #25d36680}.home-page .whatsapp_float .icon{width:32px;height:32px}@media(max-width:900px){.home-page .highlights{margin-top:32px}.home-page .highlights span{padding:10px 18px;font-size:13px}.home-page .footer{padding:50px 20px 0;margin-top:60px}.home-page .footer__container{gap:32px}.home-page .footer__logo h2{font-size:24px}.home-page .footer__description{font-size:14px}}@media(max-width:768px){.home-page .intro{height:85vh;min-height:500px}.home-page .hero_overlay{padding:40px 16px}.home-page .hero_content{padding:28px 20px;border-radius:16px;background:#221f1f8c}.home-page .hero_content h1{font-size:26px;margin-bottom:16px}.home-page .hero_content p{font-size:15px;margin-bottom:24px}.home-page .highlights span{font-size:13px;padding:6px 12px}}@media(max-width:620px){.home-page .highlights{display:none}.home-page .container_banner{position:relative}.home-page .banner_atacado{padding:14px 50px 14px 16px}.home-page .banner_content{gap:12px}.home-page .banner_content img{width:28px;height:28px}.home-page .banner_text strong{font-size:14px}.home-page .banner_text span{font-size:12px}.home-page .highlights{gap:8px;margin-top:28px}.home-page .highlights span{padding:8px 14px;font-size:12px}.home-page .footer{padding:40px 16px 0;margin-top:48px}.home-page .footer__container{gap:24px;padding-bottom:32px}.home-page .footer__logo h2{font-size:22px}.home-page .footer__description{font-size:13px;line-height:1.7;margin-bottom:12px}.home-page .footer__contact{gap:10px;margin:20px 0}.home-page .footer__contact-item{font-size:14px}.home-page .footer__contact-item .icon{width:18px;height:18px}.home-page .footer__socials{gap:12px;margin-top:6px}.home-page .social_link{width:44px;height:44px;font-size:22px}.home-page .footer__bar{padding:20px 0}.home-page .footer__bar p{font-size:12px}.home-page .whatsapp_float{bottom:20px;right:20px;width:56px;height:56px}.home-page .whatsapp_float .icon{width:28px;height:28px}}@media(max-width:400px){.home-page .banner_content{flex-direction:column;text-align:center;gap:8px}.home-page .highlights span{padding:6px 12px;font-size:11px}}@media(max-width:480px){.home-page .section_container{padding:8px 15px 0}}@media(max-width:400px){.home-page .section_container{padding:8px 15px 0}}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{width:100%}body{font-family:Poppins,sans-serif;font-size:16px;line-height:1.5;color:#333;background-color:#fff}
