:root{font-size:16px;--black:#0e0e06;--white:#fff;--gray:#e4e5e7;--dark-gray:#898989}@media (max-width:1480px){:root{font-size:93.75%}}@media (max-width:768px){:root{font-size:87.5%}}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box}body{font-weight:400;font-style:normal;font-size:1rem;overflow-x:hidden;-webkit-font-smoothing:antialiased;font-family:Inter,sans-serif}ol,ul{list-style:none}a{text-decoration:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}img{display:block;max-width:100%}strong{font-weight:600}button,input,select,textarea{font-size:1rem;font-family:Inter,sans-serif}.title{color:var(--black);text-align:center;font-size:2rem;font-weight:700;margin-bottom:3.375rem}.container{width:100%;max-width:1684px;padding:0 32px;margin:0 auto}header{padding:.75rem 0;position:sticky;top:0;background:linear-gradient(180deg,#d3d5d8,#fff 100.62%);box-shadow:0 2px 16px 0 rgba(0,0,0,.07);z-index:999}header .container{-ms-flex-pack:justify;justify-content:space-between;column-gap:2rem}header .container,header .container nav>ul{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}header .container nav>ul{column-gap:2.5rem}header .container nav>ul>li a{color:var(--black);text-transform:uppercase;font-size:.875rem;padding:2rem .25rem}header .container nav>ul>li>ul{position:absolute;top:5rem;left:0;right:0;width:100%;background:var(--white);columns:5;padding:1.875rem 1.25rem;padding-left:calc((100% - 1620px) / 2);padding-right:calc((100% - 1620px) / 2);z-index:999;transform:translateY(-1rem);opacity:0;pointer-events:none;transition:all .3s;box-shadow:0 2px 16px 0 rgba(0,0,0,.07)}header .container nav>ul>li>ul>li{padding:.875rem 0}header .container nav>ul>li>ul>li>a{color:var(--dark-gray);font-size:.9375rem;font-weight:400;transition:all .3s;text-transform:none}header .container nav>ul>li>ul>li>a:hover{color:var(--black)}header .container nav>ul>li:hover a{text-shadow:0 0 1px var(--black)}header .container nav>ul>li:hover ul{transform:translateY(0);opacity:1;pointer-events:auto}header .container .icons{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;column-gap:1.5rem}header .container .icons button{background-color:transparent;border:0;cursor:pointer;padding:0}header .container .icons button.close{display:none}header .container .icons .cartIcon{position:relative}header .container .icons .cartIcon img{margin-right:.5rem}header .container .icons .cartIcon span{width:16px;height:16px;background:var(--black);display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;color:var(--white);font-weight:500;border-radius:50%;font-size:10px;top:-4px;right:-2px;position:absolute}header .container .icon-toggle{display:none}header #searchBox{background:var(--black);padding:2rem 0;position:absolute;z-index:0;width:100%;top:0;opacity:0;transform:translateY(-110%);transition:all .5s;box-shadow:0 6px 14.6px 0 rgba(0,0,0,.07)}header #searchBox.active{opacity:1;transform:translateY(0);top:5.0625rem}header #searchBox form{display:-ms-flexbox;display:flex;width:100%}header #searchBox form input{width:100%;border:0;border:1px solid var(--white);padding:.75rem 1.25rem;background-color:var(--black);color:var(--white);font-size:1rem}header #searchBox form input:focus{outline:0;border:2px solid var(--white)}header #searchBox form button{border:0;cursor:pointer;background-color:transparent;margin-left:-3.375rem}header #searchBox form button img{width:1.5rem;height:1.5rem;filter:brightness(0) invert(1)}@media (max-width:1680px){header .container nav>ul>li>ul{padding-left:calc((100% - 1440px) / 2);padding-right:calc((100% - 1440px) / 2)}}@media (max-width:1480px){header .container nav>ul>li>ul{padding-left:calc((100% - 1180px) / 2);padding-right:calc((100% - 1180px) / 2)}}@media (max-width:768px){header .container .logo img{width:3.125rem}header .container .icon-toggle{display:block;z-index:1000;position:relative}header .container .icon-toggle i{display:block;height:2px;background:var(--black);border-radius:.5rem;width:1.5rem;transition:all .3s ease}header .container .icon-toggle i:first-child{margin-top:0}header .container .icon-toggle i:nth-child(2),header .container .icon-toggle i:nth-child(3){margin-top:5px}header .container .icon-toggle.active i{background:var(--white)}header .container .icon-toggle.active i:first-child{margin-top:0;transform:rotate(45deg)}header .container .icon-toggle.active i:nth-child(2){background:transparent}header .container .icon-toggle.active i:nth-child(3){margin-top:-9px;transform:rotate(-45deg)}header .container nav{display:block;position:fixed;top:0;right:0;z-index:-1;min-height:100vh;width:100%;pointer-events:none;background:var(--black);opacity:0;transform:translateX(100%);transition:all .4s ease}header .container nav,header .container nav ul{overflow:auto;-ms-flex-direction:column;flex-direction:column}header .container nav ul{padding:6rem 2rem 2rem}header .container nav ul>li{margin-bottom:1.25rem;position:relative;border-bottom:1px solid rgba(0,0,0,.03);padding-bottom:1.25rem;width:100%}header .container nav ul>li a{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;column-gap:1.25rem;font-size:1.375rem;color:var(--white);padding:.3125rem}header .container nav ul>li:after,header .container nav ul>li>ul{display:none}header .container nav.open{pointer-events:all;transform:translateX(0);z-index:999;opacity:1}}#banner img{width:100%;height:auto}@media (max-width:768px){#banner img{height:35vh;-o-object-fit:cover;object-fit:cover}}#categories{margin:7.25rem 0}#categories ul{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem 1rem}#categories ul li{position:relative}#categories ul li a{display:block}#categories ul li h3{color:var(--black);text-align:center;font-size:1rem;font-weight:600;line-height:125%;transition:all .3s}#categories ul li img{aspect-ratio:2/1.6;-o-object-fit:cover;object-fit:cover}#categories #verMaisBtn{text-align:center;font-size:1rem;font-weight:600;padding:.875rem 1.625rem;border-radius:1.5rem;border:1px solid #d3d6db;background-color:var(--white);margin:2.5rem auto 0;width:-moz-fit-content;width:fit-content;cursor:pointer}@media (max-width:1080px){#categories ul{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){#categories{margin:5rem 0}#categories ul{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){#categories ul{grid-template-columns:1fr}}#filters{margin:7.25rem 0}#filters ul{display:grid;grid-template-columns:repeat(6,1fr);gap:3rem 1.5rem}#filters ul li{position:relative}#filters ul li h3{color:var(--black);text-align:center;font-size:1rem;font-weight:600;line-height:125%;margin-top:1.5rem}#filters ul li figure{aspect-ratio:16/9;border-radius:.75rem;overflow:hidden}#filters ul li img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transition:all .3s}#filters ul li:hover figure img{transform:scale(1.1)}@media (max-width:1480px){#filters ul{grid-template-columns:repeat(5,1fr)}}@media (max-width:1080px){#filters ul{grid-template-columns:repeat(4,1fr)}}@media (max-width:768px){#filters{margin:5rem 0}#filters ul{grid-template-columns:repeat(2,1fr)}}#howToBuy,#instagram{margin:7.25rem 0}#howToBuy ul{-ms-flex-align:stretch;align-items:stretch;-ms-flex-pack:justify;justify-content:space-between;gap:2rem}#howToBuy ul,#howToBuy ul li{display:-ms-flexbox;display:flex}#howToBuy ul li{border-radius:.5rem;background:var(--white);box-shadow:0 9px 30px 0 rgba(0,0,0,.06);padding:2rem;-ms-flex-align:center;align-items:center;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-direction:column;flex-direction:column;-ms-flex:1;flex:1}#howToBuy ul li img{margin-bottom:1.5rem}#howToBuy ul li h3{text-align:center;font-size:1.5rem;font-weight:700;line-height:175%}#howToBuy ul li p{color:var(--dark-gray);text-align:center}@media (max-width:1040px){#howToBuy ul{-ms-flex-wrap:wrap;flex-wrap:wrap}#howToBuy ul li{-ms-flex:1 1 250px;flex:1 1 250px}}@media (max-width:768px){#howToBuy{margin:5rem 0}#howToBuy ul{-ms-flex-direction:column;flex-direction:column;gap:2rem}}#default-page{padding:5rem 0}#default-page .btn{margin-top:2rem;color:var(--black)}#default-page h2{margin:2rem 0;font-size:1.875rem;font-weight:700}#default-page h3{margin:2rem 0;font-size:1.75rem;font-weight:700}#default-page h4{margin:2rem 0;font-size:1.5rem;font-weight:700}#default-page h5{margin:2rem 0;font-size:1.25rem;font-weight:700}#default-page h6{margin:2rem 0;font-size:1.125rem;font-weight:700}#default-page p{line-height:150%;font-size:1rem}#default-page figure{border-radius:2rem;overflow:hidden;margin:2rem 0}#default-page figure img{width:100%}#default-page iframe{width:100%;height:100%;aspect-ratio:16/9}#default-page .wp-block-embed{margin:2rem 0}#default-page em{font-style:italic}#default-page ul{margin:1rem 0 1rem 1rem}#default-page ul li{font-size:1rem;line-height:1.3125rem;position:relative;padding-left:.8rem}#default-page ul li+li{margin-top:1rem}#default-page ul li:after{content:"";width:4px;height:4px;background-color:var(--black);position:absolute;left:0;top:.5rem;border-radius:50%}#default-page ol{margin:1rem 0 1rem 1rem}#default-page ol li{font-size:1rem;line-height:1.3125rem;position:relative;padding-left:.5rem;list-style:decimal}#default-page ol li+li{margin-top:1rem}#default-page .wp-block-image img{width:100%;height:auto}#default-page .wp-block-quote{margin:4rem 0 4rem 2.5rem;position:relative}#default-page .wp-block-quote p{color:var(--black);font-size:1.625rem;font-weight:700;line-height:2.5rem}#default-page .wp-block-quote:before{position:absolute;margin-left:-2.75rem;content:"";background:var(--black);width:.5rem;height:100%;background-size:contain}#default-page .wp-block-quote cite{line-height:160%;font-weight:700}#default-page pre{background:rgba(203,203,217,.2);border-radius:6px;padding:1.25rem;white-space:pre-wrap;font-size:1rem;line-height:150%;margin:1.5rem 0}#default-page a{color:var(--dark-gray);text-decoration:underline}#woocommerceStyles{padding:5rem 0}#woocommerceStyles .page-title{color:var(--black);text-align:center;font-size:2rem;font-weight:700;margin-bottom:3.375rem}#woocommerceStyles .woocommerce-ordering{margin:0}#woocommerceStyles .woocommerce-ordering select{border:1px solid var(--black);padding:.5rem 1rem}#woocommerceStyles .woocommerce-result-count{margin:.5rem 0 0}#woocommerceStyles .woocommerce-loop-product__title{text-align:center;color:var(--black);font-size:1.125rem;font-weight:700;margin-top:1rem}#woocommerceStyles .add_to_cart_button{display:none}#woocommerceStyles ul.products{margin-top:10rem}@media (max-width:520px){#woocommerceStyles .woocommerce-result-count{margin:0 0 1rem;text-align:center;float:none}#woocommerceStyles .woocommerce-ordering{float:none;text-align:center}#woocommerceStyles ul.products{margin-top:4rem}}#woocommerceStyles .woocommerce-product-gallery{width:45%}#woocommerceStyles .woocommerce-product-gallery .flex-control-thumbs{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;column-gap:1rem;margin:1rem 0 0}#woocommerceStyles .woocommerce-product-gallery .flex-control-thumbs li{border:1px solid #ddd;width:calc(25% - 1rem)}#woocommerceStyles .woocommerce-product-gallery .flex-control-thumbs li img{aspect-ratio:16/10;-o-object-fit:cover;object-fit:cover}#woocommerceStyles .product div.summary{margin-bottom:6rem}#woocommerceStyles .product div.summary .product_title{font-size:1.875rem;font-weight:700;line-height:1.25;margin-bottom:1rem}#woocommerceStyles .product div.summary .woocommerce-product-details__short-description{margin-bottom:2rem}#woocommerceStyles .product div.summary .qtd{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;border-top:1px solid var(--black);border-bottom:1px solid var(--black);padding:1.5rem 0}#woocommerceStyles .product div.summary .qtd span{margin-right:4rem;font-weight:700}#woocommerceStyles .product div.summary .qtd .quantity{float:none;margin:0 .5rem;font-size:1.125rem}#woocommerceStyles .product div.summary .qtd .quantity input{border:0}#woocommerceStyles .product div.summary .qtd .quantity input::-webkit-inner-spin-button,#woocommerceStyles .product div.summary .qtd .quantity input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}#woocommerceStyles .product div.summary .qtd button{border-radius:50%;border:0;font-size:24px;width:32px;height:32px;color:var(--black);cursor:pointer;display:block!important}#woocommerceStyles .product div.summary .product_meta,#woocommerceStyles .product div.summary .qtd.esconder{display:none}#woocommerceStyles .product div.summary .add-request-quote-button.button{background:var(--black)!important;border-radius:0;padding:1rem 2rem}#woocommerceStyles .woocommerce-tabs ul.tabs{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;background-color:#f5f5f5}#woocommerceStyles .woocommerce-tabs ul.tabs:before{display:none}#woocommerceStyles .woocommerce-tabs ul.tabs li{margin:0;border:0;border-radius:0;padding:0;margin:0 1px;background-color:#f5f5f5}#woocommerceStyles .woocommerce-tabs ul.tabs li:after,#woocommerceStyles .woocommerce-tabs ul.tabs li:before{display:none}#woocommerceStyles .woocommerce-tabs ul.tabs li a{padding:1rem 2rem}#woocommerceStyles .woocommerce-tabs ul.tabs li.active{background-color:#fff;border-top:2px solid var(--black)}#woocommerceStyles .woocommerce-tabs .entry-content>h2{display:none}#woocommerceStyles .woocommerce-tabs .entry-content ul{margin:1rem 0 1rem 1rem}#woocommerceStyles .woocommerce-tabs .entry-content ul li{font-size:.9375rem;line-height:1.3125rem;position:relative;padding-left:.8rem}#woocommerceStyles .woocommerce-tabs .entry-content ul li+li{margin-top:1rem}#woocommerceStyles .woocommerce-tabs .entry-content ul li:after{content:"";width:4px;height:4px;background-color:var(--black);position:absolute;left:0;top:.5rem;border-radius:50%}@media (max-width:768px){#woocommerceStyles{padding:3rem 0}#woocommerceStyles .woocommerce-product-gallery{width:100%}#woocommerceStyles .woocommerce-product-gallery .flex-control-thumbs{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;column-gap:1rem;margin:1rem 0 0}#woocommerceStyles .woocommerce-product-gallery .flex-control-thumbs li{border:1px solid #ddd;width:calc(25% - 1rem)}#woocommerceStyles .woocommerce-product-gallery .flex-control-thumbs li img{aspect-ratio:16/10;-o-object-fit:cover;object-fit:cover}}.woocommerce table.shop_table{border:0}.woocommerce table.shop_table .product-thumbnail img{width:100px}.woocommerce table.shop_table .product-name{font-size:.875rem}.woocommerce table.shop_table .product-name a{display:block;color:var(--black);font-weight:500;font-size:1rem}.woocommerce table.shop_table .product-quantity .quantity{display:-ms-flexbox;display:flex}.woocommerce table.shop_table .product-quantity .quantity .qty{border:0;margin:0 auto}.woocommerce input.button{background:var(--black);color:var(--white);border-radius:0;padding:1rem 2rem;transition:all .3s}.woocommerce .yith-ywraq-mail-form-wrapper{background-color:#f5f5f5}.woocommerce .yith-ywraq-mail-form-wrapper h3{color:var(--black);font-size:1.25rem;font-weight:700;margin-bottom:2rem}.woocommerce .yith-ywraq-mail-form-wrapper form .form-row input.input-text,.woocommerce .yith-ywraq-mail-form-wrapper form .form-row textarea{border:1px solid var(--gray);padding:.75rem 1rem}.woocommerce .yith-ywraq-mail-form-wrapper form .form-row textarea{height:9.375rem}.woocommerce nav.woocommerce-pagination ul li a{color:var(--black)}.woocommerce-page ul.products li.product,.woocommerce ul.products li.product{margin:0 8px 2.992em 0!important;width:calc(25% - 8px)!important}@media (max-width:1180px){.woocommerce-page ul.products li.product,.woocommerce ul.products li.product{width:calc(33.33% - 8px)!important}}@media (max-width:768px){.woocommerce-page ul.products li.product,.woocommerce ul.products li.product{width:calc(50% - 8px)!important}}@media (max-width:640px){.woocommerce-page ul.products li.product,.woocommerce ul.products li.product{width:calc(100% - 8px)!important}}.woocommerce-page ul.products li.last,.woocommerce ul.products li.last{margin-right:0!important}@media (max-width:1180px){.woocommerce-page ul.products li.first,.woocommerce ul.products li.first{clear:none!important}}@media (max-width:768px){.woocommerce-page ul.products li.first,.woocommerce ul.products li.first{clear:both!important}}.woocommerce ul.products li.product a img{aspect-ratio:2/1.6;-o-object-fit:cover;object-fit:cover}.related{border-top:1px solid #ddd;margin-top:8rem}.related h2{margin:3rem 0 5rem;font-size:1.875rem;font-weight:700;text-align:center}#mosaico{padding:5rem 0}#mosaico .portfolio-masonry{position:relative}#mosaico .portfolio-masonry .portfolio-item{width:20%;padding:10px;box-sizing:border-box}#mosaico .portfolio-masonry .portfolio-item img{width:100%;display:block;height:auto}@media (max-width:1280px){#mosaico .portfolio-masonry .portfolio-item{width:25%}}@media (max-width:980px){#mosaico .portfolio-masonry .portfolio-item{width:33.33%}}@media (max-width:600px){#mosaico .portfolio-masonry .portfolio-item{width:50%}}.searchPage ul.products{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:30px;padding:0;margin:0;margin-top:5rem!important;list-style:none}.searchPage ul.products img{height:320px!important;-o-object-fit:cover;object-fit:cover}.searchPage ul.products li.product{width:calc(25% - 22.5px);box-sizing:border-box}@media (max-width:1024px){.searchPage ul.products li.product{width:calc(33.333% - 20px)}}@media (max-width:768px){.searchPage ul.products li.product{width:calc(50% - 15px)}}@media (max-width:480px){.searchPage ul.products li.product{width:100%}}nav.navigation.pagination{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;margin-top:5rem}nav.navigation.pagination .nav-links{display:-ms-flexbox;display:flex;gap:10px;-ms-flex-wrap:wrap;flex-wrap:wrap}nav.navigation.pagination .page-numbers{display:inline-block;padding:8px 14px;background:#eee;border-radius:4px;color:#333;text-decoration:none;transition:all .2s ease}nav.navigation.pagination .page-numbers.current{background:#000;color:#fff;font-weight:700}nav.navigation.pagination .page-numbers:hover:not(.current){background:#ccc}footer{background:var(--gray);padding:5rem 0 0}footer .top{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;column-gap:8rem;margin-bottom:5.625rem}footer .top .infos{width:100%;max-width:22rem}footer .top .infos .logo{margin-bottom:1.5rem;display:block;width:-moz-fit-content;width:fit-content}footer .top .infos p{font-size:.875rem;margin-bottom:2.5rem}footer .top .infos address a{display:block;width:-moz-fit-content;width:fit-content;color:var(--black)}footer .top .infos address a+a{margin-top:.5rem}footer .top .infos address img{margin-top:1.5rem}footer .top nav{-ms-flex:1;flex:1}footer .top nav>ul{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between;column-gap:1rem}footer .top nav>ul>li span{color:var(--black);font-size:.875rem;font-weight:700;text-transform:uppercase}footer .top nav>ul>li ul{columns:2;column-gap:2rem;margin-top:1rem}footer .top nav>ul>li ul li{margin-bottom:1rem;-webkit-column-break-inside:avoid}footer .top nav>ul>li ul li a{color:var(--black);font-size:.875rem;transition:all .3s}footer .top nav>ul>li ul li a:hover{text-shadow:0 0 1px var(--black)}footer .top nav>ul>li:last-child ul{columns:1}footer .copy{text-align:center;padding:1.25rem 0;font-size:.875rem}@media (max-width:1480px){footer .top{column-gap:6rem}footer .top .infos{width:100%;max-width:18rem}}@media (max-width:1180px){footer{padding:3rem 0 0}footer .top{-ms-flex-direction:column;flex-direction:column;row-gap:2rem;margin-bottom:2rem}footer .top .infos{width:100%;max-width:100%;display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between;column-gap:1rem}footer .top .infos p{max-width:28rem}footer .top nav{-ms-flex:1;flex:1;width:100%}}@media (max-width:890px){footer .top .infos{-ms-flex-direction:column;flex-direction:column}footer .top nav>ul{-ms-flex-wrap:wrap;flex-wrap:wrap;row-gap:3rem}}