@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Red+Hat+Text:ital,wght@0,300..700;1,300..700&display=swap";*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}.gap-16{gap:16px!important}body{font-family:Red Hat Text,sans-serif;background-color:#ededed;overflow-x:hidden}.bfw-1,.bfw-1 img,.w-full{width:100%}.flex{display:flex}.flex-center{display:flex!important;justify-content:center!important;align-items:center!important}.between{display:flex;justify-content:space-between;align-items:center}h1{font-size:28px}h1,h2{font-weight:500}h2{font-size:24px}.-ml-3{margin-left:-3px}.font-18{font-size:18px!important}.icon-and-text{display:flex;align-items:center;gap:8px}span.block{display:block}a{text-decoration:none}@media(min-width:768px){.custom_scrollbar::-webkit-scrollbar{width:8px;height:8px}.custom_scrollbar::-webkit-scrollbar-button{width:0;height:0}.custom_scrollbar::-webkit-scrollbar-thumb{background:#adadad;border:2px red;border-radius:50px}.custom_scrollbar::-webkit-scrollbar-thumb:hover{background:#a1a1a1}.custom_scrollbar::-webkit-scrollbar-thumb:active{background:#8c8c8c}.custom_scrollbar::-webkit-scrollbar-track{background:#fff;border:10px red;border-radius:6px}.custom_scrollbar::-webkit-scrollbar-track:hover{background:#fff}.custom_scrollbar::-webkit-scrollbar-track:active{background:#e6e6e6}.custom_scrollbar::-webkit-scrollbar-corner{background:transparent}}.mobile{display:none}.mobile-important{display:none!important}.hide{display:none}main{padding:34px 0;display:flex;flex-direction:column;gap:34px}section:not(.manual-adjust)>div{max-width:1440px;padding:0 40px;width:100%;margin:0 auto}@media(max-width:768px){section:not(.manual-adjust)>div{padding:0 16px}}section.manual-adjust>div:first-child{max-width:1440px;padding:0 40px;width:100%;margin:0 auto}@media(max-width:768px){section.manual-adjust>div:first-child{padding:0 16px;padding:0}}.adjust-top{top:38%!important}.slick-track{display:flex!important;gap:0}.slick-track>div{width:-moz-fit-content;width:fit-content;display:flex!important;align-items:center;justify-content:center}.banner-container{max-width:1440px;padding:0 40px;width:100%;margin:0 auto;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media(max-width:768px){.banner-container{padding:0 16px}}.banner-container img{width:100%;border-radius:8px}.spin_loading{position:relative;overflow:hidden;pointer-events:none}.spin_loading:before{content:"";width:100%;height:100%;position:absolute;background-color:inherit;z-index:1}.spin_loading:after{animation:rotate .4s linear infinite!important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' fill='rgba(106,168,238,1)'%3E%3Cpath d='M12 3C16.9706 3 21 7.02944 21 12H19C19 8.13401 15.866 5 12 5V3Z'%3E%3C/path%3E%3C/svg%3E")!important;background-size:cover!important;content:"";width:24px;height:24px;display:block;position:absolute;z-index:2}.spin_loading.transparent:before{background-color:hsla(0,0%,100%,.7);-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px)}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(1turn)}}@keyframes spin{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(1turn)}}.gradient_loading{overflow:hidden;position:relative;pointer-events:none}.gradient_loading:before{content:"";display:block;position:absolute;z-index:1;width:100%;height:100%;top:0;left:0;animation-duration:1.7s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-timing-function:linear;animation-name:placeholderAnimate;background:#f6f7f8;background:linear-gradient(90deg,#eee 2%,#ddd 18%,#eee 33%);background-size:1300px}@keyframes placeholderAnimate{0%{background-position:-650px 0}to{background-position:650px 0}}@media(max-width:768px){.desktop{display:none!important}.mobile{display:block}.mobile-important{display:flex!important}.m-pt-0{padding-top:0!important}.header-custom-select>div:first-child{max-width:110px}.header-custom-select>div:first-child>span{max-width:95px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.header-custom-select .inputWrapper{position:static}.header-custom-select .inputWrapper .searchResults{left:0;top:calc(100% + 1px)}.-m-mt-34{margin-top:-34px!important}.slick-dots{bottom:-30px!important}.slick-dots li{margin:0!important}.slick-dots li button:before{opacity:1!important;color:#dedbdb!important;font-size:9px}.slick-dots li.slick-active button:before{color:#ff7600!important;margin-top:1px!important;font-size:12px!important}}.new-whatsapp-button{width:48px;height:48px;background:linear-gradient(to bottom right,#16a34a,#4ade80);border-radius:9999px;display:flex;align-items:center;justify-content:center;position:fixed;bottom:24px;right:24px;cursor:pointer;box-shadow:0 4px 6px rgba(0,128,0,.3);transition:box-shadow .3s ease;border:none;z-index:999}.new-whatsapp-button:hover{box-shadow:0 6px 20px rgba(34,197,94,.4)}.new-whatsapp-pulse{position:absolute;width:24px;height:24px;background-color:#16a34a;border-radius:50%;z-index:-1;animation:pulse 2s infinite}@keyframes pulse{0%{transform:scale(1);opacity:.7}50%{transform:scale(1.2);opacity:.4}to{transform:scale(1);opacity:.7}}.new-whatsapp-icon{width:32px;height:32px;color:#fff}footer{background-color:#0a0a0a;padding:34px 0}footer .wrapper{max-width:1440px;padding:0 40px;width:100%;margin:0 auto;display:flex;flex-direction:column;gap:34px}@media(max-width:768px){footer .wrapper{padding:0 16px}}footer .wrapper>div:first-child{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:40px;gap:40px}footer .wrapper>div:first-child .column{display:flex;flex-direction:column;gap:16px}footer .wrapper>div:first-child .column .title{font-size:20px;font-weight:600;color:#fff}footer .wrapper>div:first-child .column.not-dd{justify-content:center}footer .wrapper>div:first-child .column .social{flex-direction:row}footer .wrapper>div:first-child .column .items{display:flex;flex-direction:column;gap:8px}footer .wrapper>div:first-child .column .items.social{flex-direction:row}footer .wrapper>div:first-child .column .items a{display:flex;align-items:center;justify-content:center;gap:4px;justify-content:flex-start;color:#fff;font-size:15px;font-weight:300}footer .wrapper>div:first-child .column .items a.btn{background-color:#fff;height:44px;padding:0 12px;border-radius:8px;color:#0a0a0a;font-weight:500;font-size:16px;width:250px;display:flex;align-items:center;justify-content:center}footer .wrapper>div:first-child .column .items a.btn.whatsapp{width:250px;background-color:#00ab48;color:#fff}footer .wrapper>div:first-child .column .items a.btn.televendas{width:250px;background-color:#f44;color:#fff}footer .wrapper>div:first-child .column .items p{color:#fff;font-size:14px;font-weight:500}footer .wrapper>div:first-child .column .items span{color:#fff;font-size:14px;font-weight:300}footer .wrapper>div:nth-child(2) p{text-align:center;color:#81818f;padding-top:20px}footer .wrapper>div:nth-child(2) p a{color:#2c71f6}.selos{display:flex;flex-direction:column;align-items:center;margin-right:auto;margin-top:10px;gap:10px}@media(max-width:768px){.selos{margin-left:auto}footer .wrapper>div:first-child{display:flex;flex-direction:column;gap:20px}footer .wrapper>div:first-child .column{gap:20px}footer .wrapper>div:first-child .column .title{display:flex;justify-content:space-between;align-items:center;gap:0;padding:4px 0}footer .wrapper>div:first-child .column .title.active svg{transition:all .25s ease;transform:rotate(180deg)}footer .wrapper>div:first-child .column .title.not-dd{justify-content:center}footer .wrapper>div:first-child .column .social{justify-content:center;align-items:center}footer .wrapper>div:first-child .column .items{display:none}footer .wrapper>div:first-child .column .items.chat,footer .wrapper>div:first-child .column .items.social{justify-content:center;align-items:center}footer .wrapper>div:first-child .column .items.active{display:flex}footer .wrapper>div:nth-child(2){font-size:14px}}.benefits{max-width:1440px;width:100%;margin:0 auto;display:flex;align-items:center;justify-content:center;gap:70px;padding:0 34px}@media(max-width:768px){.benefits{padding:0 16px}}.benefits>div{display:flex;align-items:center;justify-content:center;gap:24px}.benefits>div div p{color:#202020;font-weight:600;font-size:20px}.benefits>div div span{color:#89898a;font-size:14px;line-height:22px}@media(max-width:768px){.benefits{display:none}}.categories{max-width:1440px;width:100%;margin:0 auto;padding:0 40px;overflow:auto}@media(max-width:768px){.categories{padding:0 16px}}.categories.-mb-50{margin-bottom:-50px}.categories .lightSlider-nav{display:flex}.categories .wrapper .catCard{display:flex;flex-direction:column;gap:10px;align-items:center;color:#202020;font-size:14px;font-weight:500;-webkit-user-select:none;-moz-user-select:none;user-select:none}.categories .wrapper .catCard div{display:flex;align-items:center;justify-content:center;gap:0;width:112px;height:112px;background-color:#fff;border-radius:999px}.categories .wrapper .catCard div img{height:100%;width:100%;object-fit:contain;padding:14px}.categories .wrapper .catCard span{text-align:center;height:36px}.categories .wrapper .catCard.mw{max-width:152px;width:100%}@media(max-width:768px){.categories{margin-bottom:0}}.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list,.slick-slider{position:relative;display:block}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{transform:translateZ(0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(/_next/static/media/ajax-loader.0b80f665.gif) 50% no-repeat}@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(/_next/static/media/slick.25572f22.eot);src:url(/_next/static/media/slick.25572f22.eot?#iefix) format("embedded-opentype"),url(/_next/static/media/slick.653a4cbb.woff) format("woff"),url(/_next/static/media/slick.6aa1ee46.ttf) format("truetype"),url(/_next/static/media/slick.f895cfdf.svg#slick) format("svg")}.slick-next,.slick-prev{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;transform:translateY(-50%);cursor:pointer;border:none}.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover{color:transparent;outline:none;background:transparent}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;margin:0 5px;padding:0}.slick-dots li,.slick-dots li button{width:20px;height:20px;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;padding:5px;color:transparent;border:0;outline:none;background:transparent}.slick-dots li button:focus,.slick-dots li button:hover{outline:none}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:"•";text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}.nextBtn,.prevBtn{z-index:10;pointer-events:all;background:hsla(0,0%,100%,.6);box-shadow:0 1px 2px rgba(0,0,0,.1);width:50px;height:50px;top:41%;transform:translateY(-50%);cursor:pointer;display:grid;place-items:center;border-radius:999px;position:absolute}.nextBtn,.nextBtn svg,.prevBtn,.prevBtn svg{transition:all .25s ease}.nextBtn:hover,.prevBtn:hover{background-color:#fff;box-shadow:0 1px 2px rgba(0,0,0,.25)}.nextBtn:hover svg,.prevBtn:hover svg{transform:scale(1.05)}.nextBtn{right:0}.prevBtn{left:0}.card{display:flex;flex-direction:column;gap:10px;width:259px;padding:12px 9px;border:1px solid rgba(0,0,0,.1);border-radius:12px;background-color:#fff}.card .discount{gap:6px;border-radius:4px;font-size:12px;color:#0f741f;padding:4px 8px;background-color:#f1f9f4;font-weight:500}.card .discount svg{min-width:6px}.card .rating{display:flex;gap:4px;font-size:12px;align-items:center;color:#0a0a0a}@media(max-width:768px){.card .rating{gap:1px}.card .rating svg{width:10px;height:8px}.card .rating span{display:none}}.card .imgContainer{position:relative;height:190px}.card .imgContainer img{padding-top:15px;height:100%;max-width:100%;object-fit:contain;margin:auto;display:block}.card .imgContainer .tags{display:flex;justify-content:space-between;gap:0;align-items:center;position:absolute;top:0;left:0;width:100%}.card .imgContainer .tags .stock{padding:4px 8px;border-radius:4px;color:#fff;background-color:#ff7600;text-transform:uppercase;font-size:12px}.card .cardContent{display:flex;flex-direction:column;gap:0;height:100%;position:relative}.card .cardContent .product-state{display:flex;align-items:center;border:1px solid #be9400;border-radius:4px;width:-moz-fit-content;width:fit-content;position:absolute;top:-25px;background:hsla(0,0%,100%,.8)}.card .cardContent .product-state img{width:18px;height:18px}.card .cardContent .product-state span{padding:4px;font-size:10px;font-weight:400;color:#0a0a0a}.card .cardContent h2{font-size:14px;font-weight:400;color:#202020;letter-spacing:-.5px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;margin-bottom:3px;min-height:54px}.card .cardContent .oldPrice{display:flex;align-items:center;gap:12px;font-size:12px;color:#89898a;margin-top:auto}.card .cardContent .oldPrice p{text-decoration:line-through}.card .cardContent .newPrice{color:#202020;font-size:20px;font-weight:600;line-height:130%;margin-top:2px}.card .cardContent .newPrice>div{margin-top:2px;font-size:12px;color:#89898a;line-height:normal;font-weight:400}.card .cardContent .newPrice>div span{color:#0f741f}.card .cardContent .newPrice>span{display:block;font-size:12px;font-weight:400;line-height:12px;color:#89898a}.card .cardContent .line-divider{height:2px;width:30px;background:#202020;margin:8px 0}.card .cardContent .parcel-price{margin-top:-2px;display:flex;flex-direction:column;gap:4px}.card .cardContent .parcel-price p,.card .cardContent .parcel-price span{font-size:14px;color:#202020;font-weight:400}.card .cardContent .parcel-price p b,.card .cardContent .parcel-price span b{font-weight:600;font-size:16px}.card .cardContent .parcel-price span{font-size:12px;margin-top:-4px}.card .cardContent .parcel-price span b{font-size:12px}.card .cardContent .btns{display:flex;align-items:center;gap:10px;margin-top:12px}.card .cardContent .btns div{display:flex;align-items:center;justify-content:center;gap:0;gap:10px;border-radius:6px;height:42px;cursor:pointer}.card .cardContent .btns .red{background-color:#0f1111;font-size:18px;font-weight:700;color:#fff;width:calc(100% - 61px)}.card .cardContent .btns .addProductToCart{background-color:#c1c1c1;width:51px;transition:all .25s ease}.card .cardContent .btns .addProductToCart:hover{background-color:#ff7600}.card .cardContent .btns .addProductToCart svg{pointer-events:none}@media(max-width:768px){.card .cardContent .btns{gap:6px}.card .cardContent .btns div{height:38px}.card .cardContent .btns .red{width:calc(100% - 46px);font-size:14px}.card .cardContent .btns .addProductToCart{width:40px}.card .cardContent .btns .addProductToCart svg{transform:scale(.8)}}.placeholder-card{opacity:0!important;display:none}@media(max-width:768px){.card{width:calc(100vw - 32px)!important}.card .imgContainer{height:auto;aspect-ratio:1}.card .imgContainer .tags .stock{font-size:11px;padding:4px;white-space:nowrap}.card .imgContainer img{padding-left:8px;padding-right:8px;padding-bottom:20px;width:100%;aspect-ratio:1;height:auto;object-fit:contain}.card .discount{font-size:10px}.card .cardContent h2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;min-height:34px}.card .cardContent .btns .red{font-size:18px!important;width:calc(100% - 56px)}.card .cardContent .btns .addProductToCart{width:50px!important}.card .cardContent .btns div{height:50px!important}}.specialCard{width:100%;max-width:270px;background-color:#0f1111!important;display:flex;align-items:center;justify-content:center;gap:0;padding:0 16px;flex-direction:column;max-height:none!important;min-width:270px;border-radius:16px}.specialCard p{font-size:16px;font-weight:700;color:#fff;font-size:28px!important;line-height:36px;width:100%!important;letter-spacing:-.85px!important}.specialCard.v2 p{width:100%;padding:16px 0;font-size:28px;font-weight:600;line-height:36px;letter-spacing:-.85px;position:relative}.specialCard.v2 p:after{top:6px}.specialCard.v2 p:after,.specialCard.v2 p:before{position:absolute;left:0;content:"";width:60%;height:4px;background-color:#ff7600}.specialCard.v2 p:before{bottom:6px}.category-special.specialCard p{font-size:36px!important}.category-special.specialCard p,.products-1.red-gradient .wrapper>div:first-child a{width:calc(100% - 54px)!important}.recomendamos{display:flex;align-items:center;justify-content:center;gap:10px;padding:15px 24px;background-color:#0a0a0a;border-radius:24px}.recomendamos h2{font-size:4.4vw;color:#fff;font-weight:600}.customSelect{position:relative}.customSelect .selectedElement{display:flex;justify-content:space-between;align-items:center;gap:10px;border-radius:4px 0 0 4px;border:none;border-right:1px solid hsla(0,0%,40%,.275);outline:none;font-family:Red Hat Text,sans-serif;font-size:14px;color:#656565;background-color:#dcdcdc;cursor:pointer;padding:0 10px;width:auto;height:38px;white-space:nowrap}.customSelect.right .options{right:0}.customSelect .options{display:none;z-index:10;position:absolute;background-color:#fff;top:calc(100% + 3px);width:-moz-fit-content;width:fit-content;max-height:384px;min-width:240px;box-shadow:0 0 15px hsla(0,0%,45%,.22);border-radius:6px;overflow-y:auto;overflow-x:hidden}.customSelect .options.active{display:flex;flex-direction:column;gap:0}.customSelect .options .option{white-space:nowrap;padding:8px 16px;font-size:14px;width:100%;color:#202020;cursor:pointer}.customSelect .options .option.active,.customSelect .options .option:hover{background-color:#fff0e2;color:#0f1111}.header .customSelect{position:relative}.header .customSelect .selectedElement{display:flex;justify-content:space-between;align-items:center;gap:10px;border-radius:4px 0 0 4px;border:none;border-right:1px solid hsla(0,0%,40%,.275);outline:none;font-family:Red Hat Text,sans-serif;font-size:14px;color:#656565;background-color:#dcdcdc;cursor:pointer;padding:0 10px;width:auto;height:42px;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}.header .customSelect .options{display:none;z-index:10;position:absolute;background-color:#fff;top:calc(100% + 3px);width:-moz-fit-content;width:fit-content;max-height:384px;min-width:240px;box-shadow:0 0 15px hsla(0,0%,45%,.22);border-radius:6px;overflow-y:auto;overflow-x:hidden}.header .customSelect .options.active{display:flex;flex-direction:column;gap:0}.header .customSelect .options .option{white-space:nowrap;padding:8px 16px;font-size:14px;width:100%;color:#202020;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer}.header .customSelect .options .option.active,.header .customSelect .options .option:hover{background-color:#fff0e2;color:#0f1111}.selects-container{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:16px}.selects-container .customSelect .selectedElement{width:100%;padding:4px 16px;border-radius:999px;height:32px}.selects-container .customSelect .options{width:100%}.selects-container .customSelect .options .option{display:flex;align-items:center;justify-content:center;gap:6px;justify-content:space-between}.selects-container .customSelect .options .option span:first-child{width:60px}.selects-container .customSelect .options .option span:last-child{min-width:32px;text-align:right}.selects-container .customSelect .options .option .progress{min-width:155px;height:16px;background-color:#e6e6e6;border-radius:8px;overflow:hidden}.selects-container .customSelect .options .option .progress .progress-bar{height:100%;background-color:#f5bf55;border-radius:999px;width:0}.selects-container{display:flex;align-items:center;justify-content:center;gap:16px;justify-content:flex-start}.selects-container .select-wrapper{display:flex;align-items:center;flex-wrap:nowrap;gap:8px}.selects-container .select-wrapper:last-of-type{margin-right:auto}.selects-container .select-wrapper>p{font-size:14px;font-weight:600;color:#202020}.selects-container .customSelect{position:relative}.selects-container .customSelect .selectedElement{display:flex;justify-content:space-between;align-items:center;gap:10px;border-radius:6px;border:1px solid rgba(0,0,0,.1);outline:none;font-family:Red Hat Text,sans-serif;font-size:14px;color:#202020;background-color:#fff;cursor:pointer;padding:0 10px;width:230px;height:48px;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none}.selects-container .customSelect .selectedElement span{overflow:hidden;text-overflow:ellipsis}.selects-container .customSelect .options{display:none;z-index:10;position:absolute;background-color:#fff;top:calc(100% + 3px);width:-moz-fit-content;width:fit-content;max-height:384px;width:230px;box-shadow:0 0 15px hsla(0,0%,45%,.22);border-radius:6px;overflow-y:auto;overflow-x:hidden}.selects-container .customSelect .options.active{display:flex;flex-direction:column;gap:0}.selects-container .customSelect .options .option{white-space:nowrap;padding:8px 16px;font-size:14px;width:100%;color:#202020;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;overflow:hidden;text-overflow:ellipsis}.selects-container .customSelect .options .option.active,.selects-container .customSelect .options .option:hover{background-color:#fff0e2;color:#0f1111}.selects-container>span{font-size:16px;font-weight:400;color:#0a0a0a;font-size:14px;white-space:nowrap}.selects-container>span b{font-size:14px}@media(max-width:768px){.header .customSelect{max-width:110px}.header .customSelect .selectedElement span{max-width:95px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.customSelect.m-right .options{right:0}}.gap-6{gap:6px}.invert{filter:invert(1)}.header{position:relative;z-index:999}.header .wrapper{display:flex;flex-direction:column;gap:0;background-color:#0f1111}.header .wrapper>div:first-child{display:flex;justify-content:space-between;align-items:center;gap:0;background-color:#ededed;padding:10px 40px;border:4px solid #ff7600;border-top:0;border-bottom:1.2px solid #fff}.header .wrapper>div:first-child b,.header .wrapper>div:first-child p{color:#202020;font-size:12px}.header .wrapper>div:first-child>div:nth-child(2){display:flex;align-items:center;justify-content:center;gap:12px}.header .wrapper>div:first-child>div:nth-child(2) a,.header .wrapper>div:first-child>div:nth-child(2) div{gap:6px}.header .wrapper>div:first-child>div:nth-child(2) .translate{margin-left:12px}.header .wrapper>div:first-child>div:nth-child(2) .translate b{color:#202020;font-weight:600;font-size:12px}.header .wrapper>div:nth-child(2){display:flex;justify-content:space-between;gap:14px;align-items:center;padding:12px 16px}.header .wrapper>div:nth-child(2) a.logo{max-width:79px;width:100%}.header .wrapper>div:nth-child(2) a.logo img{width:100%}.header .wrapper>div:nth-child(2) #showInputCep .insertCep{display:none;padding:4px 12px;border-radius:999px;transition:all .25s ease;cursor:pointer}.header .wrapper>div:nth-child(2) #showInputCep .insertCep.active{display:flex;align-items:center;justify-content:center;gap:8px}.header .wrapper>div:nth-child(2) #showInputCep .insertCep>div{display:flex;flex-direction:column;gap:0}.header .wrapper>div:nth-child(2) #showInputCep .insertCep>div .cepInserted,.header .wrapper>div:nth-child(2) #showInputCep .insertCep>div>div:first-child{display:flex;gap:6px;width:100%}.header .wrapper>div:nth-child(2) #showInputCep .insertCep>div .cepInserted p,.header .wrapper>div:nth-child(2) #showInputCep .insertCep>div .cepInserted span,.header .wrapper>div:nth-child(2) #showInputCep .insertCep>div>div:first-child p,.header .wrapper>div:nth-child(2) #showInputCep .insertCep>div>div:first-child span{white-space:nowrap;color:#fff;font-size:12px}.header .wrapper>div:nth-child(2) #showInputCep .insertCep>div .cepInserted p,.header .wrapper>div:nth-child(2) #showInputCep .insertCep>div>div:first-child p{max-width:144px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:400}.header .wrapper>div:nth-child(2) #showInputCep .insertCep>div #changeLocation{color:#fff;font-size:14px;font-weight:600;white-space:nowrap}.header .wrapper>div:nth-child(2) #showInputCep .cepInserted{display:none;margin-top:-2px;align-items:center;flex-direction:row!important}.header .wrapper>div:nth-child(2) #showInputCep .cepInserted>div{display:flex;align-items:center;justify-content:center;gap:6px;position:relative;padding:4px 12px;border:1px solid #fff;border-radius:999px}.header .wrapper>div:nth-child(2) #showInputCep .cepInserted>div span{display:none;align-items:center;justify-content:center;position:absolute;top:0;left:0;width:100%;height:100%;background-color:#fff;color:#0f1111;font-size:12px;font-weight:700;white-space:nowrap;cursor:pointer;border-radius:999px;border:1px solid #fff}.header .wrapper>div:nth-child(2) #showInputCep .cepInserted>div:hover{background-color:#fff}.header .wrapper>div:nth-child(2) #showInputCep .cepInserted>div:hover span{display:flex}.header .wrapper>div:nth-child(2) #showInputCep .cepInserted.active{display:flex;flex-direction:column;gap:10px}.header .wrapper>div:nth-child(2) #showInputCep .cepInserted p{font-size:14px;color:#fff;font-weight:500;white-space:nowrap;width:82px}.header .wrapper>div:nth-child(2) .endContainer{display:flex;align-items:center;justify-content:center;gap:24px}.header .wrapper>div:nth-child(2) .endContainer #openCartPreview{cursor:pointer}.header .wrapper>div:nth-child(2) .endContainer .cartContainer{position:relative}.header .wrapper>div:nth-child(2) .endContainer .loginBtn{display:none}.header .wrapper>div:nth-child(2) .endContainer .loginBtn.active{display:flex;align-items:center;justify-content:center;gap:6px}.header .wrapper>div:nth-child(2) .endContainer .loggedIn{display:none}.header .wrapper>div:nth-child(2) .endContainer .loggedIn.active{display:flex;align-items:center;justify-content:center;gap:8px}.header .wrapper>div:nth-child(2) .endContainer .loggedIn.active .imgContainer{width:30px;height:30px}.header .wrapper>div:nth-child(2) .endContainer .loggedIn.active .imgContainer img{width:100%;height:100%;object-fit:cover;border-radius:99px;border:2px solid #fff}.header .wrapper>div:nth-child(2) .endContainer .loggedIn.active .content{max-width:calc(100% - 38px)}.header .wrapper>div:nth-child(2) .endContainer .loggedIn.active .content p{max-width:140px;text-overflow:ellipsis;overflow:hidden}.header .wrapper>div:nth-child(2) .endContainer p{font-size:14px;color:#fff;white-space:nowrap}.header .wrapper>div:nth-child(2) .endContainer .cartContainer p,.header .wrapper>div:nth-child(2) .endContainer .text,.header .wrapper>div:nth-child(2) .endContainer a{font-size:14px;white-space:nowrap;color:#fff;font-weight:500}.header .wrapper>div:nth-child(2) .endContainer .text{cursor:pointer}.header .wrapper>div:nth-child(3){width:100%;display:flex;justify-content:space-between;gap:8px;background-color:#232f3e;align-items:center;height:44px;padding:0 16px}.header .wrapper>div:nth-child(3)>a{color:#fff;font-weight:600;font-size:18px}.header .wrapper>div:nth-child(3) .dark{font-size:14px;font-weight:600;text-decoration:none;color:#fff;height:100%;transition:all .25s ease;padding:0 12px;border-top-left-radius:8px;border-top-right-radius:8px;cursor:pointer}.header .wrapper>div:nth-child(3) .categoriesWrapper{display:flex;justify-content:space-between;gap:16px;align-items:center;margin-right:auto}.header .wrapper>div:nth-child(3) .categoriesWrapper a{color:#fff;font-weight:500;font-size:14px}.header .wrapper>div:nth-child(3) .endContent{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-left:auto;margin-right:0;height:100%}.header .wrapper>div:nth-child(3) .endContent>div{color:#fff;font-weight:500;font-size:14px;height:100%;transition:all .25s ease;padding:0 12px;border-top-left-radius:8px;border-top-right-radius:8px;cursor:pointer}.header .wrapper>div:nth-child(3) .endContent>a{color:#fff;font-weight:500;font-size:14px}.header .wrapper .openHeaderDropdown.active{background:#fff;color:#202020!important;margin-top:4px}.header .wrapper .openHeaderDropdown.active svg path{stroke:#202020}.header .wrapper .openHeaderDropdown.v2.active svg{transition:all .25s ease;transform:rotate(180deg)}.search{display:flex}.search,.search .inputWrapper{position:relative;width:100%}.search .inputWrapper input{width:100%;height:42px;background-color:#fff;border:none;outline:none;padding:0 12px;font-family:Red Hat Text,sans-serif}.search .inputWrapper input::placeholder{font-family:Red Hat Text,sans-serif}.search .inputWrapper input:focus{font-family:Red Hat Text,sans-serif}.search .inputWrapper .searchResults{display:none;position:absolute;width:100%;background-color:#fff;max-height:340px;overflow-y:auto;overflow-x:hidden;box-shadow:0 0 3px hsla(0,0%,45%,.22);border-bottom-left-radius:6px;border-bottom-right-radius:6px;z-index:999}.search .inputWrapper .searchResults.active{display:flex;flex-direction:column;gap:0}.search .inputWrapper .searchResults .linkWrapper{padding:0 12px;height:43px;display:flex;align-items:center;width:100%;transition:all .25s ease;border-bottom:1px solid rgba(0,0,0,.05)}.search .inputWrapper .searchResults .linkWrapper:hover{background-color:#ececec}.search .inputWrapper .searchResults a{font-size:14px;font-weight:400;color:#89898a;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;text-transform:capitalize}.search .inputWrapper .searchResults a span{text-transform:capitalize;color:#202020;font-weight:500}.search .inputWrapper .searchResults p{font-size:16px;font-weight:400;color:#0a0a0a;padding:16px 12px;text-align:center}.search .searchBtn{display:flex;align-items:center;justify-content:center;gap:0;background-color:#ff7600;border-radius:0 4px 4px 0;height:42px;min-width:46px;outline:none;border:none;cursor:pointer}.cartIcon{position:relative}.cartIcon:before{content:attr(items-in-cart);position:absolute;color:#fff;font-size:12px;font-weight:500;top:2px;left:59%;transform:translateX(-50%);width:15px;height:15px;display:flex;align-items:center;justify-content:center;gap:0}@media(max-width:768px){.cartIcon.active{filter:invert(100%);margin-left:-4px}.cartIcon.active svg{transform:scale(1)!important;margin-top:0!important}.cartIcon:before{width:18px;height:18px;border-radius:100px;background-color:#fff;color:#0a0a0a;display:flex;align-items:center;justify-content:center;gap:0;top:-13px;left:auto;right:-17px}}.social{display:flex;align-items:center;justify-content:center;gap:5px;justify-content:flex-start}@media(max-width:768px){.header .wrapper{position:relative}.header .wrapper #openAtendimentoDropdown.active svg{transform:rotate(-90deg)!important}.header .wrapper #openAtendimentoDropdown.active svg path{stroke:none}.header .wrapper>div:first-child{display:none}.header .wrapper>div:first-child a,.header .wrapper>div:first-child p{font-size:14px}.header .wrapper>div:first-child>div{display:none}.header .wrapper>div:nth-child(2){flex-wrap:wrap;padding:24px 16px 16px;gap:24px}.header .wrapper>div:nth-child(2) #openMobileMenu{order:1;width:40px;height:30px;display:flex;align-items:center;justify-content:center;gap:0;margin-left:-10px}.header .wrapper>div:nth-child(2) #openMobileMenu svg{margin-top:12px}.header .wrapper>div:nth-child(2) .logo{order:2}.header .wrapper>div:nth-child(2) .endContainer{order:3}.header .wrapper>div:nth-child(2) .endContainer .loggedIn.active,.header .wrapper>div:nth-child(2) .endContainer .loginBtn.active,.header .wrapper>div:nth-child(2) .endContainer>div{display:none}.header .wrapper>div:nth-child(2) .endContainer .cartContainer{display:flex}.header .wrapper>div:nth-child(2) .endContainer .cartContainer #openCartPreview>p,.header .wrapper>div:nth-child(2) .endContainer .cartContainer #openCartPreview>svg{display:none}.header .wrapper>div:nth-child(2) .endContainer .cartContainer .cartPreview{top:0;right:0;border-radius:0;height:100vh;width:100vw;padding:24px;position:fixed;gap:24px!important}.header .wrapper>div:nth-child(2) .endContainer .cartContainer .cartPreview:before{display:none}.header .wrapper>div:nth-child(2) .endContainer .cartContainer .cartPreview .items{max-height:calc(100vh - 100px);margin-top:24px}.header .wrapper>div:nth-child(2) .endContainer .cartContainer .cartPreview #closeCartPreview{width:40px;height:40px;margin-right:-6px;display:flex;align-items:center;justify-content:center;gap:0}.header .wrapper>div:nth-child(2) .endContainer .cartContainer .cartPreview #closeCartPreview svg{transform:scale(1.25)}.header .wrapper>div:nth-child(2) .endContainer .cartContainer .cartPreview .buttonsContainer{bottom:24px;position:fixed;left:24px;width:calc(100% - 48px)}.header .wrapper>div:nth-child(2) .endContainer .cartContainer .cartPreview.active{display:block;padding:24px;height:100vh}.header .wrapper>div:nth-child(2) .search{order:4;flex-basis:auto}.header .wrapper>div:nth-child(3){position:fixed;top:0;left:0;background-color:#fff;height:100vh;width:100vw;flex-direction:column;align-items:flex-start;justify-content:center;gap:0;display:none;box-shadow:2px 0 11px rgba(0,0,0,.3);padding:74px 16px 16px}.header .wrapper>div:nth-child(3) .backdrop{display:none;position:fixed;right:0;width:20vw;height:100vh;background-color:rgba(0,0,0,.35)}.header .wrapper>div:nth-child(3).active{display:block;overflow-y:auto;padding-bottom:165px}.header .wrapper>div:nth-child(3) .loginBtn{display:none}.header .wrapper>div:nth-child(3) .loginBtn.active{display:flex;flex-direction:column;gap:8px;width:100%;margin-top:16px;margin-bottom:16px}.header .wrapper>div:nth-child(3) .loginBtn.active .placeholder{display:flex;align-items:center;justify-content:center;gap:16px;width:100%}.header .wrapper>div:nth-child(3) .loginBtn.active .placeholder .imgContainer{width:42px;height:42px}.header .wrapper>div:nth-child(3) .loginBtn.active .placeholder .imgContainer img{width:100%;height:100%;object-fit:cover;border-radius:99px}.header .wrapper>div:nth-child(3) .loginBtn.active .placeholder .content{max-width:calc(100% - 66px);width:100%}.header .wrapper>div:nth-child(3) .loginBtn.active .placeholder .content p{text-overflow:ellipsis;overflow:hidden;font-size:18px;font-weight:500;color:#202020}.header .wrapper>div:nth-child(3) .loginBtn.active .placeholder .content span{font-size:12px;font-weight:400;color:#89898a;display:block}.header .wrapper>div:nth-child(3) .loginBtn.active .btns{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:8px;gap:8px;width:100%}.header .wrapper>div:nth-child(3) .loginBtn.active .btns a{display:flex;align-items:center;justify-content:center;gap:0;border-radius:6px;height:36px;width:100%;border:1px solid #202020;font-size:14px;font-weight:500;color:#0a0a0a}.header .wrapper>div:nth-child(3) .loginBtn.active .btns a.red{background-color:#0f1111;color:#fff;border:none}.header .wrapper>div:nth-child(3) .loggedIn{display:none}.header .wrapper>div:nth-child(3) .loggedIn.active{display:flex;align-items:center;justify-content:center;gap:16px;margin-bottom:16px;margin-top:16px;padding-bottom:34px;border-bottom:1px solid rgba(0,0,0,.1);width:100%}.header .wrapper>div:nth-child(3) .loggedIn.active .imgContainer{width:50px;height:50px}.header .wrapper>div:nth-child(3) .loggedIn.active .imgContainer img{width:100%;height:100%;object-fit:cover;border-radius:99px}.header .wrapper>div:nth-child(3) .loggedIn.active .content{max-width:calc(100% - 66px);width:100%}.header .wrapper>div:nth-child(3) .loggedIn.active .content p{text-overflow:ellipsis;overflow:hidden;margin-bottom:8px;font-size:14px;font-weight:500;color:#202020}.header .wrapper>div:nth-child(3) .loggedIn.active .content .divided{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:16px;gap:16px;width:100%}.header .wrapper>div:nth-child(3) .loggedIn.active .content .divided a,.header .wrapper>div:nth-child(3) .loggedIn.active .content .divided span{display:flex;align-items:center;justify-content:center;gap:0;border-radius:6px;cursor:pointer;padding:8px;width:100%;border:1px solid #202020;font-size:14px;font-weight:500;color:#0a0a0a}.header .wrapper>div:nth-child(3) .loggedIn.active .content .divided a.red,.header .wrapper>div:nth-child(3) .loggedIn.active .content .divided span.red{background-color:#0f1111;color:#fff;border:none}.header .wrapper>div:nth-child(3) #closeMobileMenu{position:absolute;display:flex;justify-content:space-between;align-items:center;gap:8px;width:calc(100% - 32px);height:40px;top:22px;left:16px}.header .wrapper>div:nth-child(3) #closeMobileMenu .close{display:flex;align-items:center;justify-content:center;gap:8px}.header .wrapper>div:nth-child(3) #closeMobileMenu svg{transform:scale(1.2);margin-top:-2px}.header .wrapper>div:nth-child(3) #openCategoriesDropdown,.header .wrapper>div:nth-child(3) .categoriesWrapper{display:none}.header .wrapper>div:nth-child(3) .endContent{position:static;display:flex;margin:0 0 auto;flex-direction:column;height:auto;padding:24px 8px;justify-content:center;align-items:flex-start;width:100%}.header .wrapper>div:nth-child(3) .endContent>div{height:-moz-fit-content!important;height:fit-content!important;padding:10px 0;color:#667085;font-weight:400;flex-direction:row-reverse;width:100%;justify-content:space-between}.header .wrapper>div:nth-child(3) .endContent>div>svg{transform:rotate(-90deg)!important}.header .wrapper>div:nth-child(3) .endContent>div>svg path{fill:#202020}.header .wrapper>div:nth-child(3) .endContent>a{height:-moz-fit-content!important;height:fit-content!important;padding:10px 0;color:#667085;font-weight:400;flex-direction:row-reverse;width:100%;justify-content:space-between}.header .wrapper>div:nth-child(3) .endContent>a>svg{transform:rotate(-90deg)}.header .wrapper>div:nth-child(3) .endContent>a>svg path{fill:#202020}.header .wrapper>div:nth-child(3) .endContent .list{display:flex;gap:16px;flex-direction:column;width:100%;padding-bottom:16px;border-bottom:1px solid rgba(0,0,0,.05)}.header .wrapper>div:nth-child(3) .endContent .list a{display:flex;align-items:center;justify-content:center;gap:8px;justify-content:flex-start;text-decoration:none;width:100%;padding:10px 0}.header .wrapper>div:nth-child(3) .endContent .list a span{font-size:14px;font-weight:400;color:#667085}.header .wrapper>div:nth-child(3) .col1{display:grid;grid-template-columns:repeat(1,1fr);grid-gap:12px;gap:12px;background-color:#fff;position:fixed;padding:16px;border-top:1px solid rgba(0,0,0,.05);bottom:0;left:0;width:100%}.header .wrapper>div:nth-child(3) .col1.active a{display:none}.header .wrapper>div:nth-child(3) .col1.active .logout{display:flex}.header .wrapper>div:nth-child(3) .col1 a,.header .wrapper>div:nth-child(3) .col1 span{display:flex;align-items:center;justify-content:center;gap:0;border-radius:6px;height:60px;width:100%;border:1px solid #202020;font-size:14px;font-weight:500;color:#0a0a0a}.header .wrapper>div:nth-child(3) .col1 a.red,.header .wrapper>div:nth-child(3) .col1 span.red{background-color:#0f1111;color:#fff;border:none}.header .wrapper>div:nth-child(3) .col1 a.logout,.header .wrapper>div:nth-child(3) .col1 span.logout{display:none}.header .wrapper .blackBar{display:flex;align-items:center;justify-content:center;gap:6px;display:flex!important;width:100%;background-color:#0a0a0a;padding:12px}.header .wrapper .blackBar>div{display:flex;align-items:center;justify-content:center;gap:4px}.header .wrapper .blackBar>div p{max-width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block}.header .wrapper .blackBar b,.header .wrapper .blackBar p,.header .wrapper .blackBar span{display:flex;align-items:center;justify-content:center;gap:4px;color:#fff;font-size:14px;line-height:16px;text-decoration:none}.header .wrapper .blackBar b{font-weight:600}.header .wrapper .order0{order:-1}.header .wrapper .search{width:100%;position:relative}.header .wrapper .search .inputWrapper input{border:1px solid rgba(0,0,0,.05);border-radius:0!important}}.customCheckbox{display:flex;align-items:center;justify-content:center;gap:8px;justify-content:flex-start}.customCheckbox input[type=checkbox]{display:none}.customCheckbox .checkmark{display:flex;align-items:center;justify-content:center;gap:0;border:1px solid #858d9d;width:20px;height:20px;border-radius:6px}.customCheckbox .checkmark svg{width:12px;height:10px}.customCheckbox input[type=checkbox]:checked+.checkmark{background-color:#ff7600!important;border:1px solid transparent}.customCheckbox span{font-size:14px;font-weight:400;color:#89898a}.remove-product-popup{position:fixed;top:0;left:0;display:none;width:100vw;z-index:9999;box-shadow:0 0 15px hsla(0,0%,45%,.22);height:100vh}.remove-product-popup.active{display:flex;align-items:center;justify-content:center;gap:0}.remove-product-popup .backdrop{background-color:rgba(0,0,0,.3);position:absolute;width:100%;height:100%;z-index:0;top:0;left:0}.remove-product-popup .popup-wrapper,.remove-product-popup .wrapper{display:flex;align-items:center;justify-content:center;gap:0;flex-direction:column;background-color:#fff;padding:16px;max-width:480px;border-radius:12px;margin:0 16px;position:relative;z-index:1}.remove-product-popup .popup-wrapper p,.remove-product-popup .wrapper p{font-size:14px;font-weight:500;color:#202020;text-align:center;width:100%;padding:0 16px 16px;border-bottom:1px solid rgba(0,0,0,.1)}.remove-product-popup .popup-wrapper span,.remove-product-popup .wrapper span{font-size:14px;font-weight:400;color:#89898a;padding:16px;text-align:center}.remove-product-popup .popup-wrapper .buttons,.remove-product-popup .wrapper .buttons{display:flex;align-items:center;justify-content:center;gap:0;gap:8px;width:100%;flex-wrap:nowrap;margin-top:8px}.remove-product-popup .popup-wrapper .buttons .btn-2,.remove-product-popup .wrapper .buttons .btn-2{background-color:#0f1111;color:#fff;font-weight:600;height:44px;display:flex;align-items:center;justify-content:center;gap:0;border-radius:6px;font-size:14px;white-space:nowrap;cursor:pointer;width:100%}.remove-product-popup .popup-wrapper .buttons .btn-1,.remove-product-popup .wrapper .buttons .btn-1{display:flex;align-items:center;justify-content:center;gap:0;max-width:50%;width:100%;font-size:14px;white-space:nowrap;font-weight:600;color:#202020;transition:all .25s ease;border:1px solid rgba(0,0,0,.5);border-radius:6px;cursor:pointer;height:44px}.remove-product-popup .popup-wrapper .buttons .btn-1 svg,.remove-product-popup .wrapper .buttons .btn-1 svg{display:none}.categories-description{display:flex;align-items:center;justify-content:center;gap:0;margin-top:30px;margin-bottom:30px}.categories-description.-mb-30{margin-bottom:-30px}.categories-description.hide{display:none}.categories-description .wrapper{display:flex;gap:16px;flex-wrap:wrap;padding-top:32px;padding-bottom:32px;background-color:#fff;border:1px solid rgba(0,0,0,.1);border-radius:12px;max-width:1360px;margin:0 40px;position:relative}.categories-description .wrapper h1{font-size:28px;font-weight:500;color:#202020;border-bottom:1px solid rgba(0,0,0,.1);padding-bottom:16px;width:100%}.categories-description .wrapper p{font-size:16px;font-weight:400;color:rgba(0,0,0,.55)}.categories-description .wrapper>p{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;width:calc(100% - 98px)}.categories-description .wrapper.active{display:flex;flex-direction:column;gap:16px;flex-wrap:nowrap}.categories-description .wrapper.active>p{display:block;width:100%}.categories-description .wrapper.active .content{display:flex;flex-direction:column;gap:8px}.categories-description .wrapper.active .see-more{margin-top:-12px;position:-webkit-sticky;position:sticky;bottom:30px;left:50%;transform:translateX(-50%);z-index:999;border:1px solid rgba(0,0,0,.05)}.categories-description .wrapper.active .see-more svg{transform:rotate(180deg)}.categories-description .wrapper .content{padding-bottom:16px;display:none}.categories-description .wrapper .content h2{margin-bottom:8px;font-size:18px;font-weight:500;color:#202020}.categories-description .wrapper .content p{padding-left:4px}.categories-description .wrapper .content p:last-of-type{padding-bottom:26px}.categories-description .wrapper .content span{color:#89898a}.categories-description .wrapper .content .blog-container{border-top:1px solid rgba(0,0,0,.1);padding-top:34px}.categories-description .wrapper .content .blog-container .blog-card .card-content p:last-of-type{padding-bottom:0}.categories-description .wrapper .see-more{display:flex;align-items:center;justify-content:center;gap:6px;font-size:12px;font-weight:500;color:#fff;width:-moz-fit-content;width:fit-content;padding:4.5px 8px;background-color:#ff7600;border-radius:4px;cursor:pointer}@media(max-width:768px){.categories-description .wrapper>p{-webkit-line-clamp:3;width:100%}.categories-description{margin-top:34px;margin-bottom:16px}.categories-description.-mb-30{margin-bottom:16px}.categories-description .wrapper{margin:0 16px;width:calc(100vw - 32px)}}.reviews-container{display:flex;flex-direction:column;gap:16px}.reviews-container.gradient_loading{min-height:80px}.pc-w-520{width:520px;max-width:520px}.load-more{display:flex;align-items:center;justify-content:center;gap:0;height:36px;width:180px;border-radius:99px;border:1px solid #202020;margin:0 auto;cursor:pointer;opacity:.8;transition:all .25s ease}.load-more span{font-size:14px;font-weight:400;color:#202020}.load-more:hover{opacity:1}.single-product-page .parcel-price{margin-top:-2px;display:flex;flex-direction:column;gap:4px}.single-product-page .parcel-price p,.single-product-page .parcel-price span{font-size:16px;color:#202020;font-weight:400}.single-product-page .parcel-price p b,.single-product-page .parcel-price span b{font-weight:600;font-size:18px}.single-product-page .parcel-price span{font-size:14px;margin-top:-4px}.single-product-page .parcel-price span b{font-size:14px}.single-product-page .line-divider{height:2px;width:30px;background:#202020;margin:8px 0}.single-product-page .flex-center{display:flex;align-items:center}.single-product-page .flex-center.justify-start{justify-content:flex-start!important}.single-product-page .flex-center svg{width:28px;height:28px;fill:#202020}.single-product-page .flex-center .price{display:flex;flex-direction:column;align-items:flex-start!important;gap:4px!important}.single-product-page .pix-discount{margin-top:-8px;font-size:14px;font-weight:500;color:#89898a;text-decoration:none!important;margin-left:1px}.single-product-page .gap-16{gap:16px}.single-product-page .wrapper{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:24px;gap:24px}.single-product-page .wrapper .info{display:flex;flex-direction:column;gap:16px}.single-product-page .wrapper .info .gallery{display:flex;gap:16px}.single-product-page .wrapper .info .gallery .nav-overflow{overflow-y:auto;overflow-x:hidden;height:405px}.single-product-page .wrapper .info .gallery .nav-overflow .nav{display:flex;flex-direction:column;gap:12px}.single-product-page .wrapper .info .gallery .nav-overflow .nav>div{height:70px;width:70px;border-radius:2px;cursor:pointer;background-color:#fff}.single-product-page .wrapper .info .gallery .nav-overflow .nav>div img{padding:5px;width:100%;height:100%;object-fit:contain}.single-product-page .wrapper .info .gallery .nav-overflow .nav>div.active{border:1px solid #0f1111}.single-product-page .wrapper .info .gallery .img-container{height:409px;width:calc(100% - 86px);position:relative;padding-top:38px}.single-product-page .wrapper .info .gallery .img-container img{width:100%;height:100%;object-fit:contain;background-color:#fff;border-radius:12px}.single-product-page .wrapper .info .gallery .img-container>div{display:flex;align-items:center;justify-content:center;gap:16px;position:absolute;top:7px}.single-product-page .wrapper .info .gallery .img-container>div .rating{display:flex;align-items:center;gap:5px}.single-product-page .wrapper .info .gallery .img-container>div .rating span{color:#202223;line-height:16px;font-size:14px}.single-product-page .wrapper .info .gallery .img-container>div>a{color:#2c71f6;padding-right:16px;border-right:1px solid #e4e4ee;font-size:14px}.single-product-page .wrapper .info .gallery .img-container>div>span{color:#89898a;font-size:14px}.single-product-page .wrapper .info .product-features{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:16px;gap:16px;padding:24px 0;border-top:1px solid rgba(0,0,0,.1);min-height:143px}.single-product-page .wrapper .info .product-features.hide{display:none!important}.single-product-page .wrapper .info .product-features.gradient_loading{border-radius:12px}.single-product-page .wrapper .info .product-features>div{gap:16px}.single-product-page .wrapper .info .product-features>div .icon{display:flex;align-items:center;justify-content:center;gap:0;width:32px;height:32px;background-color:#0f1111;border-radius:999px;overflow:hidden}.single-product-page .wrapper .info .product-features>div .content{width:calc(100% - 48px)}.single-product-page .wrapper .info .product-features>div .content span{font-size:14px;color:#89898a}.single-product-page .wrapper .info .product-features>div .content p{font-size:14px;color:#202020;font-weight:500;max-width:134px}.single-product-page .wrapper .info .specs,.single-product-page .wrapper .info .specs-2{display:flex;flex-direction:column;gap:24px;background-color:#fff;padding:16px;border:1px solid rgba(0,0,0,.1);border-radius:12px}.single-product-page .wrapper .info .specs-2.special .reviews-container,.single-product-page .wrapper .info .specs.special .reviews-container{display:none}.single-product-page .wrapper .info .specs-2.special.active .reviews-container,.single-product-page .wrapper .info .specs.special.active .reviews-container{display:flex}.single-product-page .wrapper .info .specs-2.active .drop-title>svg,.single-product-page .wrapper .info .specs.active .drop-title>svg{transform:rotate(0)}.single-product-page .wrapper .info .specs-2.active .content,.single-product-page .wrapper .info .specs.active .content{display:flex;flex-direction:column;gap:24px}.single-product-page .wrapper .info .specs-2.active .content.reviews,.single-product-page .wrapper .info .specs.active .content.reviews{display:flex;flex-direction:column;gap:16px}.single-product-page .wrapper .info .specs-2.active .content.reviews.gradient_loading,.single-product-page .wrapper .info .specs.active .content.reviews.gradient_loading{min-height:80px}.single-product-page .wrapper .info .specs-2.active .verified-purchase,.single-product-page .wrapper .info .specs.active .verified-purchase{display:flex;align-items:center;justify-content:center;gap:6px;justify-content:flex-start}.single-product-page .wrapper .info .specs-2.active #open-relevant-popup,.single-product-page .wrapper .info .specs.active #open-relevant-popup{cursor:pointer}.single-product-page .wrapper .info .specs-2.active #open-reviews-popup,.single-product-page .wrapper .info .specs.active #open-reviews-popup{display:flex;align-items:center;justify-content:center;gap:0}.single-product-page .wrapper .info .specs .no-reviews,.single-product-page .wrapper .info .specs-2 .no-reviews{font-size:14px;font-weight:500;color:#89898a;display:none;padding-bottom:8px}.single-product-page .wrapper .info .specs .no-reviews.active,.single-product-page .wrapper .info .specs-2 .no-reviews.active{display:flex}.single-product-page .wrapper .info .specs .drop-title,.single-product-page .wrapper .info .specs .pop-up-title,.single-product-page .wrapper .info .specs-2 .drop-title,.single-product-page .wrapper .info .specs-2 .pop-up-title{display:flex;justify-content:space-between;align-items:center;gap:0;cursor:pointer}.single-product-page .wrapper .info .specs .drop-title p,.single-product-page .wrapper .info .specs .pop-up-title p,.single-product-page .wrapper .info .specs-2 .drop-title p,.single-product-page .wrapper .info .specs-2 .pop-up-title p{font-size:20px;font-weight:600;color:#0f1111}.single-product-page .wrapper .info .specs .drop-title>svg,.single-product-page .wrapper .info .specs .pop-up-title>svg,.single-product-page .wrapper .info .specs-2 .drop-title>svg,.single-product-page .wrapper .info .specs-2 .pop-up-title>svg{transition:all .25s ease;transform:rotate(180deg)}.single-product-page .wrapper .info .specs .content,.single-product-page .wrapper .info .specs-2 .content{display:none}.single-product-page .wrapper .info .specs .content .title,.single-product-page .wrapper .info .specs-2 .content .title{font-weight:500;font-size:20px;color:#202020}.single-product-page .wrapper .info .specs .content .items,.single-product-page .wrapper .info .specs-2 .content .items{display:flex;flex-direction:column;gap:16px}.single-product-page .wrapper .info .specs .content .items p,.single-product-page .wrapper .info .specs-2 .content .items p{color:#202020;line-height:22px}.single-product-page .wrapper .info .specs .content .items p span.block,.single-product-page .wrapper .info .specs-2 .content .items p span.block{margin-top:24px}.single-product-page .wrapper .info .specs .content .items p span.block:last-of-type,.single-product-page .wrapper .info .specs-2 .content .items p span.block:last-of-type{margin-bottom:24px}.single-product-page .wrapper .info .specs .content .items>div,.single-product-page .wrapper .info .specs-2 .content .items>div{display:flex;gap:24px}.single-product-page .wrapper .info .specs .content .items>div span,.single-product-page .wrapper .info .specs-2 .content .items>div span{color:#89898a;width:calc(50% - 12px);line-height:22px}.single-product-page .wrapper .info .specs .content .items>div p,.single-product-page .wrapper .info .specs-2 .content .items>div p{width:calc(50% - 12px)}.single-product-page .wrapper .info .specs .content.reviews,.single-product-page .wrapper .info .specs-2 .content.reviews{display:none;padding:24px 0;max-height:400px;overflow-y:hidden;scroll-behavior:smooth}.single-product-page .wrapper .info .specs .content.reviews .review,.single-product-page .wrapper .info .specs-2 .content.reviews .review{display:flex;flex-direction:row;gap:16px}.single-product-page .wrapper .info .specs .content.reviews .review .img-container,.single-product-page .wrapper .info .specs-2 .content.reviews .review .img-container{width:32px;height:32px;border-radius:100px;overflow:hidden}.single-product-page .wrapper .info .specs .content.reviews .review .img-container img,.single-product-page .wrapper .info .specs-2 .content.reviews .review .img-container img{width:100%;object-fit:cover}.single-product-page .wrapper .info .specs .content.reviews .review .info,.single-product-page .wrapper .info .specs-2 .content.reviews .review .info{display:flex;flex-direction:column;gap:4px;max-width:calc(100% - 48px);width:100%}.single-product-page .wrapper .info .specs .content.reviews .review .info p.name,.single-product-page .wrapper .info .specs-2 .content.reviews .review .info p.name{font-size:14px;font-weight:500;color:#202020}.single-product-page .wrapper .info .specs .content.reviews .review .info p.comment,.single-product-page .wrapper .info .specs-2 .content.reviews .review .info p.comment{font-size:12px;font-weight:400;color:#202020}.single-product-page .wrapper .info .specs .content.reviews .review .info .rating,.single-product-page .wrapper .info .specs-2 .content.reviews .review .info .rating{display:flex;align-items:center;justify-content:center;gap:2px;justify-content:flex-start}.single-product-page .wrapper .info .specs .content.reviews .review .info .rating svg,.single-product-page .wrapper .info .specs-2 .content.reviews .review .info .rating svg{height:12px;width:12px}.single-product-page .wrapper .info .specs .content.reviews .review .info .rating span,.single-product-page .wrapper .info .specs-2 .content.reviews .review .info .rating span{margin-left:4px;font-size:12px;font-weight:300;color:#89898a}.single-product-page .wrapper .info .specs .verified-purchase,.single-product-page .wrapper .info .specs-2 .verified-purchase{font-size:12px;font-weight:500;color:#0a8800;display:none;margin:-16px 28px -8px;background:#e7f4ee;border-radius:4px;overflow:hidden;text-decoration:underline}.single-product-page .wrapper .info .specs #open-reviews-popup,.single-product-page .wrapper .info .specs-2 #open-reviews-popup{font-size:14px;font-weight:500;color:#0f1111;display:none;padding:12px 34px;border-radius:999px;border:1px solid #0f1111;width:-moz-fit-content;width:fit-content;margin:-24px auto 8px;cursor:pointer}.single-product-page .wrapper .info .specs .content.reviews{max-height:none}.single-product-page .wrapper .info .specs .content.reviews .review{display:none}.single-product-page .wrapper .info .specs .content.reviews .review:first-child,.single-product-page .wrapper .info .specs .content.reviews .review:nth-child(2),.single-product-page .wrapper .info .specs .content.reviews .review:nth-child(3),.single-product-page .wrapper .info .specs .content.reviews .review:nth-child(4){display:flex}.single-product-page .wrapper .item-data{display:flex;flex-direction:column;gap:6px;background-color:#fff;border-radius:12px;padding:12px;height:-moz-fit-content;height:fit-content;position:-webkit-sticky;position:sticky;top:0}.single-product-page .wrapper .item-data h1{font-size:20px;font-weight:500;color:#202020}.single-product-page .wrapper .item-data .out-of-stock{background:rgba(192,58,43,.2);color:#c0392b;width:-moz-fit-content;width:fit-content;border:1px solid #c0392b;padding:3px 10px;font-weight:700;display:inline;border-radius:16px;font-size:14px}.single-product-page .wrapper .item-data .price{display:flex;align-items:center;justify-content:center;gap:8px;justify-content:flex-start}.single-product-page .wrapper .item-data .price h2{font-size:32px;font-weight:600;color:#202020}.single-product-page .wrapper .item-data .price span{font-size:14px;font-weight:500;color:#89898a;text-decoration:line-through}.single-product-page .wrapper .item-data .price .discount{padding:3px 8px;border-radius:2px;background-color:#0f741f;color:#fff;font-size:14px;font-weight:700}.single-product-page .wrapper .item-data .payment{display:flex;align-items:center;justify-content:center;gap:24px;justify-content:flex-start}.single-product-page .wrapper .item-data .payment p{font-size:14px;color:#89898a;gap:6px}.single-product-page .wrapper .item-data .payment p span{color:#202020;font-weight:500}.single-product-page .wrapper .item-data .payment>div{gap:12px;padding:4px 8px;border-radius:4px;border:1px solid rgba(0,0,0,.1);font-size:14px;color:#89898a}.single-product-page .wrapper .item-data .features{display:flex;flex-direction:column;gap:16px}.single-product-page .wrapper .item-data .features .feature{display:flex;flex-direction:column;gap:12px}.single-product-page .wrapper .item-data .features .feature span{font-weight:400;font-size:16px;color:#89898a;margin-top:8px;margin-bottom:4px}.single-product-page .wrapper .item-data .features .feature .options{display:flex;align-items:center;justify-content:center;gap:16px;justify-content:flex-start}.single-product-page .wrapper .item-data .features .feature .options>div{width:-moz-fit-content;width:fit-content}.single-product-page .wrapper .item-data .features .feature .options>div input{width:16px;opacity:0}.single-product-page .wrapper .item-data .features .feature .options>div label{padding:7px 12px;background:#fff;border:1px solid rgba(0,0,0,.05);outline:2px solid rgba(0,0,0,.1);outline-offset:2px;border-radius:6px;cursor:pointer;width:-moz-fit-content;width:fit-content;font-weight:500;color:#202020;font-size:14px;margin:4px 4px 4px -16px}.single-product-page .wrapper .item-data .features .feature .options>div input[type=radio]:checked+label{background-color:#e1eefd;border:1px solid transparent;outline:2px solid #2c71f6;outline-offset:0;padding:9px 12px}.single-product-page .wrapper .item-data .features .feature .options>div input[type=radio]:disabled+label{outline:2px dashed rgba(0,0,0,.1);color:#89898a;position:relative;overflow:hidden;background:linear-gradient(to top left,transparent,transparent calc(50% - 1.2px),#cececf 50%,transparent calc(50% + 1.2px),transparent);cursor:not-allowed}.single-product-page .wrapper .item-data .buttons{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:24px;gap:24px;margin-top:24px}.single-product-page .wrapper .item-data .buttons .buy{background:#ff7600;color:#fff;font-weight:600;height:48px;display:flex;align-items:center;justify-content:center;gap:0;border-radius:6px;border-top-left-radius:0;border-bottom-left-radius:0;cursor:pointer;width:100%}.single-product-page .wrapper .item-data .buttons .buy-btn{display:flex;width:100%}.single-product-page .wrapper .item-data .buttons .buy-btn a{width:100%;border-top-left-radius:0!important;border-bottom-left-radius:0!important}.single-product-page .wrapper .item-data .buttons .buy-btn .quantity{display:flex;align-items:center;justify-content:center;gap:0;border:1px solid #ff7600;border-top-left-radius:6px;border-bottom-left-radius:6px;overflow:hidden;background:#fff}.single-product-page .wrapper .item-data .buttons .buy-btn .quantity>div{display:flex;align-items:center;justify-content:center;gap:0}.single-product-page .wrapper .item-data .buttons .buy-btn .quantity>div.add-quantity,.single-product-page .wrapper .item-data .buttons .buy-btn .quantity>div.reduce-quantity{font-size:18px;font-weight:600;color:#ff7600;height:46px;width:32px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:#fff}.single-product-page .wrapper .item-data .buttons .buy-btn .quantity>div.add-quantity:hover,.single-product-page .wrapper .item-data .buttons .buy-btn .quantity>div.reduce-quantity:hover{background-color:rgba(231,51,48,.227)}.single-product-page .wrapper .item-data .buttons .buy-btn .quantity>div.add-quantity.disabled,.single-product-page .wrapper .item-data .buttons .buy-btn .quantity>div.reduce-quantity.disabled{pointer-events:none;opacity:.6;background-color:#f5f5f5}.single-product-page .wrapper .item-data .buttons .buy-btn .quantity>div.product-quantity{font-size:18px;font-weight:700;color:#ff7600;height:46px;width:40px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.single-product-page .wrapper .item-data .buttons .add-to-cart{background-color:#fff;color:#ff7600;border:1px solid #ff7600;font-weight:600;height:48px;display:flex;align-items:center;justify-content:center;gap:0;border-radius:6px;cursor:pointer}.single-product-page .wrapper .item-data .payment-methods{display:flex;align-items:center;justify-content:center;gap:20px;margin-top:10px;flex-direction:column;padding:4px 4px 20px;border-radius:8px;border:1px solid rgba(0,0,0,.1)}.single-product-page .wrapper .item-data .payment-methods .icon-and-text{color:#89898a;background-color:#f3f3f3;border-radius:4px;width:100%;padding:4px;display:flex;align-items:center;justify-content:center;gap:6px}.single-product-page .wrapper .item-data .payment-methods .imgs{display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:nowrap}.single-product-page .wrapper .item-data .extras{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px;padding-top:10px}.single-product-page .wrapper .item-data .extras>div{gap:16px;padding:8px;border-radius:6px;border:1px solid rgba(0,0,0,.1)}.single-product-page .wrapper .item-data .extras>div>div{display:flex;flex-direction:column;gap:3px;max-width:130px}.single-product-page .wrapper .item-data .extras>div p{color:#89898a;font-size:11px}.single-product-page .wrapper .item-data .extras>div span{font-size:12px;font-weight:500;color:#202020}.product-condition{padding:12px;background:#fff;border:1px solid rgba(0,0,0,.05);outline:2px solid rgba(0,0,0,.1);outline-offset:2px;border-radius:6px;margin:18px 2px 2px;max-width:328px;width:-moz-fit-content;width:fit-content;font-weight:500;color:#908f8f;font-size:14px}@media(max-width:768px){.product-condition{max-width:none;width:calc(100% - 4px);order:3}}.buy-together .wrapper{display:flex;flex-direction:column;gap:34px}.buy-together .wrapper>div:first-child{display:flex;justify-content:space-between;align-items:center;gap:0;padding:15px 24px;background-color:#0f1111;border-radius:24px}.buy-together .wrapper>div:first-child h1{font-size:20px;color:#fff;font-weight:600}.buy-together .wrapper>div:first-child h2{font-size:20px;color:#fff;font-weight:600;text-align:center;width:100%}.buy-together .wrapper>div:first-child>div{display:flex;align-items:center;justify-content:center;gap:6px}.buy-together .wrapper>div:first-child>div span{color:#fff;text-transform:uppercase;font-size:14px}.buy-together .wrapper>div:first-child>div p{font-size:20px;font-weight:700;color:#fff}.buy-together .wrapper>div:nth-child(2){display:flex;flex-wrap:nowrap;align-items:center;gap:0}.buy-together .wrapper>div:nth-child(2) .card{flex-direction:row;width:100%!important;height:100%;gap:16px;max-width:440px}.buy-together .wrapper>div:nth-child(2) .card .imgContainer{width:138px;display:flex;align-items:center;justify-content:center;gap:0}.buy-together .wrapper>div:nth-child(2) .card .imgContainer .tags{display:none}.buy-together .wrapper>div:nth-child(2) .card .imgContainer img{width:100%;object-fit:contain;padding:8px}.buy-together .wrapper>div:nth-child(2) .card .cardContent{width:calc(100% - 154px)}.buy-together .wrapper>div:nth-child(2) .card .cardContent .oldPrice p{font-size:12px;font-weight:400;color:#89898a;text-decoration:line-through}.buy-together .wrapper>div:nth-child(2) .cards-container{display:flex;flex-direction:column;gap:16px}.buy-together .wrapper>div:nth-child(2) .cards-container .card-wrap{display:flex;align-items:center;justify-content:center;gap:10px;padding:12px 9px;border:1px solid rgba(0,0,0,.1);border-radius:12px;background-color:#fff}.buy-together .wrapper>div:nth-child(2) .cards-container .card{border:none;padding:0}.buy-together .wrapper>div:nth-child(2) .cards-container .card .imgContainer{width:84px;height:auto}.buy-together .wrapper>div:nth-child(2) .cards-container .card .imgContainer .tags{display:none}.buy-together .wrapper>div:nth-child(2) .cards-container .card .cardContent{width:calc(100% - 96px);height:-moz-fit-content;height:fit-content}.buy-together .wrapper>div:nth-child(2) .cards-container .card .cardContent h2{font-size:12px;margin-bottom:0}.buy-together .wrapper>div:nth-child(2) .cards-container .card .cardContent .newPrice,.buy-together .wrapper>div:nth-child(2) .cards-container .card .cardContent .oldPrice p{white-space:nowrap}.buy-together .wrapper>div:nth-child(2) .combo{display:flex;align-items:center;justify-content:center;gap:16px;flex-direction:column;width:100%;max-width:350px}.buy-together .wrapper>div:nth-child(2) .combo span{display:flex;align-items:center;justify-content:center;gap:6px;justify-content:flex-start;font-size:22px;font-weight:600;color:#202020}.buy-together .wrapper>div:nth-child(2) .combo .combo-price{font-size:32px;font-weight:600;color:#0f741f;display:flex;align-items:center;justify-content:center;gap:0;background-color:#dfffb7;border-radius:8px;padding:8px;width:100%}.buy-together .wrapper>div:nth-child(2) .combo .add-combo-to-cart{display:flex;align-items:center;justify-content:center;gap:0;font-size:14px;font-weight:600;color:#000;text-transform:uppercase;border-radius:6px;border:1px solid #202020;padding:12px;width:100%;cursor:pointer}@media(max-width:768px){.single-product-page .wrapper{display:flex;flex-direction:column-reverse}.single-product-page .wrapper .item-data{position:static}.single-product-page .wrapper .item-data h1{font-size:14px;font-weight:500;color:#202020}.single-product-page .wrapper .item-data .rating-container{display:flex;align-items:center;justify-content:center;gap:16px;justify-content:space-between;margin-top:10px}.single-product-page .wrapper .item-data .rating-container .rating{display:flex;align-items:center;gap:5px}.single-product-page .wrapper .item-data .rating-container .rating span{color:#202223;line-height:16px;font-size:12px}.single-product-page .wrapper .item-data .rating-container .rating svg{width:12px;height:12px}.single-product-page .wrapper .item-data .rating-container>a{color:#2c71f6;padding-right:16px;border-right:1px solid #e4e4ee;font-size:12px}.single-product-page .wrapper .item-data .rating-container>span{color:#89898a;font-size:12px}.single-product-page .wrapper .item-data .gallery .slick-slide>div{width:100%!important}.single-product-page .wrapper .item-data .gallery .nextBtn,.single-product-page .wrapper .item-data .gallery .prevBtn{top:50%!important;box-shadow:0 1px 2px rgba(0,0,0,.3)}.single-product-page .wrapper .item-data .gallery .img-container{display:flex;align-items:center;justify-content:center;gap:0;width:calc(100vw - 56px);aspect-ratio:1}.single-product-page .wrapper .item-data .gallery .img-container img{width:100%;object-fit:contain}.single-product-page .wrapper .item-data .price{justify-content:space-between}.single-product-page .wrapper .item-data .price h2{font-size:28px}.single-product-page .wrapper .item-data .price span{margin-right:auto}.single-product-page .wrapper .item-data .payment{margin-top:4px;flex-direction:column;gap:4px;align-items:flex-start}.single-product-page .wrapper .item-data .features{margin:8px 0;gap:0}.single-product-page .wrapper .item-data .features .feature .options{flex-wrap:wrap}.single-product-page .wrapper .item-data .features .feature .options>div{height:36px;margin-left:-3px}.single-product-page .wrapper .item-data .features .feature .options>div label{font-size:14px;white-space:nowrap;border:2px solid rgba(0,0,0,.1);outline:none;outline-offset:0;margin:0 0 0 -16px}.single-product-page .wrapper .item-data .features .feature .options>div input[type=radio].disabled+label{outline:none;border:2px dashed rgba(0,0,0,.1)}.single-product-page .wrapper .item-data .buttons{display:flex;flex-direction:column;gap:8px;margin-top:8px}.single-product-page .wrapper .item-data .extras{display:flex;flex-direction:row;flex-wrap:wrap;gap:8px}.single-product-page .wrapper .item-data .extras>div{justify-content:center;align-items:center;width:100%;height:44px}.single-product-page .wrapper .item-data .extras>div:first-child,.single-product-page .wrapper .item-data .extras>div:nth-child(2){max-width:calc(50% - 4px)}.single-product-page .wrapper .item-data .extras>div>div p{display:none}.single-product-page .wrapper .item-data .lightSlider-nav{display:block}.single-product-page .wrapper .item-data .next-btn,.single-product-page .wrapper .item-data .prev-btn{top:50%;box-shadow:0 1px 2px rgba(0,0,0,.33)}.single-product-page .wrapper>.info{padding:0}.single-product-page .wrapper>.info .shipping{padding:0 12px}.single-product-page .wrapper>.info .shipping p{text-align:center}.single-product-page .wrapper>.info .shipping>div{flex-wrap:wrap}.single-product-page .wrapper>.info .shipping>div input{width:calc(100% - 76px)}.single-product-page .wrapper>.info .shipping>div a{width:100%;text-align:center}.single-product-page .wrapper>.info .product-features{padding-bottom:8px}.single-product-page .wrapper>.info .product-features>div{gap:8px}.single-product-page .wrapper>.info .product-features>div svg{width:24px;height:24px}.single-product-page .wrapper>.info .product-features>div>div{width:calc(100% - 32px)}.single-product-page .wrapper>.info .product-features>div>div p,.single-product-page .wrapper>.info .product-features>div>div span{font-size:12px}.pc-w-520{width:auto;max-width:none}.single-product-page .wrapper .info .specs .content.reviews{padding-top:0;padding-right:6px}.single-product-page .wrapper .info .specs .drop-title p{font-size:18px}.single-product-page .wrapper .item-data .payment-methods img{width:100%}.single-product-page .wrapper .info .specs.active .verified-purchase{margin-left:0;margin-right:0;font-size:10px}.single-product-page .wrapper .info .specs #open-reviews-popup{margin:0 auto}.single-product-page .wrapper .info .specs .content.reviews{max-height:480px}.single-product-page .wrapper .info .specs-2.active .content.reviews{padding-right:4px}.buy-together .wrapper>div:first-child{border-radius:8px;align-items:center;justify-content:center}.buy-together .wrapper>div:first-child h2{font-size:16px}.buy-together .wrapper>div:nth-child(2){flex-direction:column}.buy-together .wrapper>div:nth-child(2) .cards-container{width:100%}.buy-together .wrapper>div:nth-child(2) .cards-container .card .card-content .old-price{flex-wrap:wrap;gap:0 12px}.mobile-h-full{height:100%!important;max-height:none!important}.load-more{margin-top:auto;margin-bottom:16px;height:44px}}.shipping{display:flex;flex-direction:column;gap:16px}.shipping>p{font-weight:500;color:#202020}.shipping form{display:flex;align-items:center;justify-content:center;gap:16px;justify-content:flex-start}.shipping form input{padding:13px 13px 13px 30px;width:180px;border:1px solid rgba(0,0,0,.1);border-radius:6px;height:48px;font-family:Red Hat Text,sans-serif}.shipping form input::placeholder{font-family:Red Hat Text,sans-serif;color:#0a0a0a}.shipping form input:focus{font-family:Red Hat Text,sans-serif}.shipping form .btn{display:flex;align-items:center;justify-content:center;gap:0;color:#0f1111;font-weight:600;font-size:14px;border:1px solid #0f1111;border-radius:6px;width:60px;height:48px;cursor:pointer}.shipping form a{color:#0f1111;font-weight:600;text-decoration:underline}.shipping-container{display:none;overflow:hidden;max-width:100%;max-height:100%;z-index:999}.shipping-container,.shipping-container .backdrop{position:fixed;width:100vw;height:100vh;top:0;left:0}.shipping-container .backdrop{background:rgba(48,51,64,.631)}.shipping-container.active{display:flex;align-items:center;justify-content:center;gap:0}.shipping-container .content{position:relative;z-index:1;display:flex;flex-direction:column;gap:24px;padding:40px;background-color:#fff;box-shadow:0 0 15px hsla(0,0%,45%,.22);border-radius:8px;width:940px}.shipping-container .content>div:first-child{display:flex;justify-content:space-between;align-items:center;gap:0;padding-bottom:16px;border-bottom:1px solid rgba(0,0,0,.1)}.shipping-container .content>div:first-child p{font-weight:700;color:#494949;letter-spacing:-.2px}.shipping-container .content>div:first-child #close-shipping-container{width:22px;height:22px;display:flex;align-items:center;justify-content:center;gap:0;justify-content:flex-end;cursor:pointer}.shipping-container .content .change-cep{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:16px;gap:16px}.shipping-container .content .change-cep>input{height:44px;width:100%;border:1px solid rgba(0,0,0,.1);border-radius:6px;font-family:Red Hat Text,sans-serif;padding:0 16px}.shipping-container .content .change-cep>input:focus{font-family:Red Hat Text,sans-serif;border:1px solid rgba(0,0,0,.5);outline:none}.shipping-container .content .change-cep>input::placeholder{font-family:Red Hat Text,sans-serif;color:#89898a}.shipping-container .content .change-cep .btn{background-color:#0f1111;color:#fff;font-weight:600;font-size:14px;height:44px;display:flex;align-items:center;justify-content:center;gap:0;border-radius:6px;cursor:pointer}.shipping-container .content #actual-cep{color:#0a0a0a}.shipping-container .content .option{display:flex;justify-content:space-between;gap:0;align-items:center}.shipping-container .content .option>div:first-child{display:flex;align-items:center;justify-content:center;gap:10px;justify-content:flex-start}.shipping-container .content .option>div:nth-child(2){display:flex;flex-direction:column;gap:2px;align-items:flex-end}.shipping-container .content .option>div:nth-child(2) p{font-size:20px;color:#202020}.shipping-container .content span{font-size:14px;color:#89898a}.shipping-container .content span.mini{font-size:12px;text-align:center}.reviews-wrapper{display:none}.reviews-wrapper.active{position:fixed;top:0;left:0;width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;gap:0;z-index:9999}.reviews-wrapper.active .specs,.reviews-wrapper.active .specs-2{max-width:640px;margin:16px;padding-bottom:24px;position:relative;z-index:1}.reviews-wrapper.active .specs .verified-purchase,.reviews-wrapper.active .specs-2 .verified-purchase{margin-left:0!important;margin-right:0!important;margin-top:-8px!important}.reviews-wrapper.active .specs .selects-container,.reviews-wrapper.active .specs-2 .selects-container{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:16px;gap:16px}.reviews-wrapper.active .specs .selects-container .custom-select .selected-element,.reviews-wrapper.active .specs-2 .selects-container .custom-select .selected-element{width:100%;padding:4px 16px;border-radius:999px;height:32px}.reviews-wrapper.active .specs .selects-container .custom-select .options,.reviews-wrapper.active .specs-2 .selects-container .custom-select .options{width:100%}.reviews-wrapper.active .specs .selects-container .custom-select .options .option,.reviews-wrapper.active .specs-2 .selects-container .custom-select .options .option{display:flex;align-items:center;justify-content:center;gap:6px;justify-content:space-between}.reviews-wrapper.active .specs .selects-container .custom-select .options .option span:first-child,.reviews-wrapper.active .specs-2 .selects-container .custom-select .options .option span:first-child{width:60px}.reviews-wrapper.active .specs .selects-container .custom-select .options .option span:last-child,.reviews-wrapper.active .specs-2 .selects-container .custom-select .options .option span:last-child{min-width:32px;text-align:right}.reviews-wrapper.active .specs .selects-container .custom-select .options .option .progress,.reviews-wrapper.active .specs-2 .selects-container .custom-select .options .option .progress{min-width:155px;height:16px;background-color:#e6e6e6;border-radius:8px;overflow:hidden}.reviews-wrapper.active .specs .selects-container .custom-select .options .option .progress .progress-bar,.reviews-wrapper.active .specs-2 .selects-container .custom-select .options .option .progress .progress-bar{height:100%;background-color:#f5bf55;border-radius:999px;width:0}.reviews-wrapper.active .specs .content,.reviews-wrapper.active .specs-2 .content{overflow-y:auto!important}.reviews-wrapper.active .specs .content .review .info .buttons,.reviews-wrapper.active .specs-2 .content .review .info .buttons{display:flex;align-items:center;justify-content:center;gap:16px;justify-content:flex-end;margin-top:8px}.reviews-wrapper.active .specs .content .review .info .buttons>div:first-child,.reviews-wrapper.active .specs-2 .content .review .info .buttons>div:first-child{padding-right:16px;border-right:1px solid rgba(0,0,0,.1)}.reviews-wrapper.active .specs .content .review .info .buttons .share-btn,.reviews-wrapper.active .specs-2 .content .review .info .buttons .share-btn{position:relative}.reviews-wrapper.active .specs .content .review .info .buttons .share-btn.active .share-container,.reviews-wrapper.active .specs-2 .content .review .info .buttons .share-btn.active .share-container{display:flex;flex-direction:column;gap:8px}.reviews-wrapper.active .specs .content .review .info .buttons .share-btn .share-container,.reviews-wrapper.active .specs-2 .content .review .info .buttons .share-btn .share-container{position:absolute;left:50%;top:-280%;transform:translate(-50%,-50%);background-color:#fff;padding:8px;border-radius:3px;border:1px solid rgba(0,0,0,.05);display:none}.reviews-wrapper.active .specs .content .review .info .buttons .share-btn .share-container span,.reviews-wrapper.active .specs-2 .content .review .info .buttons .share-btn .share-container span{text-align:center;font-size:14px;font-weight:500;color:#202020}.reviews-wrapper.active .specs .content .review .info .buttons .share-btn .share-container>div,.reviews-wrapper.active .specs-2 .content .review .info .buttons .share-btn .share-container>div{display:flex;align-items:center;justify-content:center;gap:6px}.reviews-wrapper.active .specs .content .review .info .buttons .share-btn .share-container>div div,.reviews-wrapper.active .specs-2 .content .review .info .buttons .share-btn .share-container>div div{height:28px;width:28px;cursor:pointer}.reviews-wrapper.active .specs .content .review .info .buttons .share-btn .share-container:after,.reviews-wrapper.active .specs-2 .content .review .info .buttons .share-btn .share-container:after{position:absolute;content:"";background:#fff;width:15px;height:15px;transform:rotate(45deg);right:64px;bottom:-9px;border-bottom:1px solid rgba(0,0,0,.05);border-right:1px solid rgba(0,0,0,.05)}.reviews-wrapper.active .specs .content .review .info .buttons div,.reviews-wrapper.active .specs-2 .content .review .info .buttons div{font-size:12px;font-weight:400;color:#202020;cursor:pointer}.reviews-wrapper.active .backdrop{width:100%;height:100%;background:rgba(0,0,0,.5);position:absolute;top:0;left:0;z-index:0}.navbar{max-width:1440px;width:100%;display:flex;align-items:center;justify-content:center;gap:4px;justify-content:flex-start;padding:12px 40px;margin:-34px auto}@media(max-width:768px){.navbar{padding:0 16px}}.navbar a{font-size:14px;color:#202020}.navbar a.red{color:#0f1111}.navbar span{color:#89898a;font-size:14px}@media(max-width:768px){.navbar{display:none}}.blog-section{display:flex;flex-direction:column;gap:34px;padding-bottom:34px}.blog-section h1{max-width:1440px;padding:0 40px;margin:0 auto;width:100%;text-align:left}.blog-section .wrapper{padding:0 120px}.blog-section .wrapper .col-2{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:32px;gap:32px}.blog-section .wrapper .col-2 .banner{position:relative;overflow:hidden;border-radius:16px;z-index:1}.blog-section .wrapper .col-2 .banner>img{width:100%;object-fit:cover}.blog-section .wrapper .col-2 .banner .backdrop{width:100%;height:100%;z-index:0;position:absolute;top:0;left:0;background:linear-gradient(180deg,transparent 60.06%,#000 97.8%)}.blog-section .wrapper .col-2 .banner .content{position:absolute;z-index:2;bottom:24px;left:24px;width:100%;display:flex;flex-direction:column;gap:8px}.blog-section .wrapper .col-2 .banner .content h2{font-size:22px;font-weight:600;color:#fff}.blog-section .wrapper .col-2 .banner .content .date{display:flex;align-items:center;justify-content:center;gap:16px;justify-content:flex-start}.blog-section .wrapper .col-2 .banner .content .date span{font-size:14px;font-weight:400;color:#fff}.blog-section .wrapper .col-2 .banner .content .date .img-container{width:30px;height:30px;border-radius:99px;overflow:hidden}.blog-section .wrapper .col-2 .banner .content .date .img-container img{width:100%}.blog-section .wrapper .col-2 .banner .tag{display:flex;align-items:center;justify-content:center;gap:0;font-size:12px;font-weight:500;color:#0f1111;position:absolute;top:24px;left:24px;padding:0 8px;background:#fff0e2;border-radius:12px;text-decoration:none}.posts-grid{display:grid;grid-template-columns:240px 1fr;grid-template-rows:repeat(3,1fr) 40px;grid-gap:40px;gap:40px;padding:34px 0}.posts-grid .filters{grid-column:1;grid-row:1/span 2;width:100%;height:100%;min-width:220px}.posts-grid .filters .option{background-color:transparent!important;border:none;border-top:1px solid rgba(0,0,0,.05);border-radius:0}.posts-grid .cards{grid-column:2;grid-row:1/span 3;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.posts-grid .blog-card{max-width:none;border:none;padding:0}.posts-grid .results{grid-column:2;grid-row:4}.posts-grid .results .articles-count{display:flex;gap:6px;align-items:center}.posts-grid .results .articles-count p{font-size:12px;font-weight:700;color:#0f1111}.posts-grid .results .articles-count span{font-size:12px;font-weight:400;color:#89898a}.tags-container{display:flex;flex-direction:column;gap:16px}.tags-container h2{font-size:18px;font-weight:600;color:#202020}.tags-container>div{display:flex;gap:8px;flex-wrap:wrap}.tags-container>div a{font-size:12px;font-weight:600;color:#202020;text-transform:uppercase;background-color:#fff0e2;border-radius:99px;padding:6px}.blog-post-section{display:flex;flex-direction:column;gap:34px;padding-bottom:34px}.blog-post-section .wrapper .banner{position:relative;overflow:hidden;border-radius:16px;z-index:1;height:480px;display:flex}.blog-post-section .wrapper .banner>img{width:100%;object-fit:cover;object-position:center}.blog-post-section .wrapper .banner .backdrop{width:100%;height:100%;z-index:0;position:absolute;top:0;left:0;background:linear-gradient(180deg,transparent 60.06%,#000 97.8%)}.blog-post-section .wrapper .banner .content{position:absolute;z-index:2;bottom:24px;left:24px;width:100%;display:flex;gap:32px;padding:0 220px}.blog-post-section .wrapper .banner .content h1{font-size:32px;font-weight:600;color:#fff}.blog-post-section .wrapper .banner .content .info{display:flex;flex-direction:column;gap:16px}.blog-post-section .wrapper .banner .content .info>div{display:flex;justify-content:space-between;align-items:center;gap:0}.blog-post-section .wrapper .banner .content .info>div span{font-size:12px;font-weight:600;color:#a9a9a9;min-width:80px}.blog-post-section .wrapper .banner .content .info>div a,.blog-post-section .wrapper .banner .content .info>div p{font-size:12px;font-weight:600;color:#fff;white-space:nowrap}.blog-post-section .wrapper .banner .content .info>div a{text-decoration:underline}.blog-post-section .wrapper .banner .content .date{display:flex;align-items:center;justify-content:center;gap:16px;justify-content:flex-start}.blog-post-section .wrapper .banner .content .date span{font-size:14px;font-weight:400;color:#fff}.blog-post-section .wrapper .banner .content .date .img-container{width:30px;height:30px;border-radius:99px;overflow:hidden}.blog-post-section .wrapper .banner .content .date .img-container img{width:100%}.blog-post-section .wrapper .post-content-wrapper{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:32px;gap:32px;padding:34px 0}.blog-post-section .wrapper .post-content-wrapper .tags{display:flex;align-content:flex-start;flex-wrap:wrap;gap:16px;grid-column:1}.blog-post-section .wrapper .post-content-wrapper .tags>span{width:100%;font-size:18px;font-weight:600;color:#202020;height:-moz-fit-content;height:fit-content}.blog-post-section .wrapper .post-content-wrapper .tags .tag{font-size:12px;font-weight:600;color:#202020;background-color:#fff0e2;border-radius:99px;padding:6px;width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content}.blog-post-section .wrapper .post-content-wrapper .tags .back{width:100%;margin-top:16px}.blog-post-section .wrapper .post-content-wrapper .tags .back span{font-size:14px;font-weight:600;color:#202020}.blog-post-section .wrapper .post-content-wrapper .post-content{grid-column:2/span 4;display:flex;flex-direction:column;gap:32px}.blog-post-section .wrapper .post-content-wrapper .post-content p{font-size:18px;font-weight:400;color:#202020}.blog-post-section .wrapper .post-content-wrapper .post-content h2,.blog-post-section .wrapper .post-content-wrapper .post-content h3,.blog-post-section .wrapper .post-content-wrapper .post-content h4{font-size:18px;font-weight:700;color:#202020;margin-bottom:-16px}.blog-post-section .wrapper .post-content-wrapper .post-content .share{display:flex;align-items:center;justify-content:center;gap:6px;justify-content:flex-start}.blog-post-section .wrapper .post-content-wrapper .post-content .share p{font-weight:600}.smtt{display:flex;justify-content:space-between;gap:0;align-items:center}.smtt p{font-size:18px}.smtt a,.smtt p{font-weight:700;color:#202020}.smtt a{font-size:14px}.related-topics-cards{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px;padding:34px 0}.related-topics-cards .blog-card{max-width:none;border:none}@media(max-width:768px){.blog-section{gap:16px}.blog-section h1{padding:0 16px;font-size:18px}.blog-section .wrapper{padding:0 16px}.blog-section .wrapper .col-2{display:flex;flex-direction:row;scroll-snap-type:x mandatory;flex-wrap:nowrap;overflow:auto;padding-bottom:10px}.blog-section .wrapper .col-2 .banner{scroll-snap-align:start;min-width:75vw;aspect-ratio:3/3.5}.blog-section .wrapper .col-2 .banner img{height:100%}.blog-section .wrapper .col-2 .banner .content{left:16px;bottom:16px;width:calc(100% - 32px)}.blog-section .wrapper .col-2 .banner .content h2{font-size:14px;line-height:18px}.blog-section .wrapper .posts-grid{grid-template-columns:1fr;grid-template-rows:auto;gap:16px;padding:16px 0}.blog-section .wrapper .posts-grid .selects-container{display:flex;width:100%;padding:6px;border-radius:6px;border:1px solid rgba(0,0,0,.05)}.blog-section .wrapper .posts-grid .selects-container .select-wrapper{display:flex;width:100%;justify-content:space-between}.blog-section .wrapper .posts-grid .selects-container .select-wrapper .customSelect .selectedElement{height:40px;width:-moz-fit-content;width:fit-content}.blog-section .wrapper .posts-grid .selects-container .select-wrapper .customSelect .options{right:0}.blog-section .wrapper .posts-grid .filters{grid-column:1;grid-row:1}.blog-section .wrapper .posts-grid .cards{grid-template-columns:1fr 1fr;grid-column:1;grid-row:2;gap:16px}.blog-section .wrapper .posts-grid .cards .blog-card:last-child{display:none}.blog-section .wrapper .posts-grid .results{grid-column:1;grid-row:3}.blog-post-section .wrapper .banner{aspect-ratio:12/9;height:auto}.blog-post-section .wrapper .banner .content{padding:0;bottom:16px;left:16px;width:calc(100% - 32px);flex-direction:column-reverse;gap:12px}.blog-post-section .wrapper .banner .content h1{font-size:14px;line-height:18px}.blog-post-section .wrapper .banner .content .info{gap:8px;flex-direction:row;justify-content:space-between}.blog-post-section .wrapper .banner .content .info>div{justify-content:flex-start;gap:8px}.blog-post-section .wrapper .banner .content .info>div span{min-width:auto}.blog-post-section .wrapper .banner .content .info>div:nth-child(3){display:none}.blog-post-section .wrapper .banner .backdrop{background:linear-gradient(180deg,transparent 28.06%,#000 87.8%)}.blog-post-section .wrapper .post-content-wrapper{gap:16px;display:flex;flex-direction:column}.blog-post-section .wrapper .post-content-wrapper .post-content p{font-size:16px}.blog-post-section .wrapper .back,.blog-post-section .wrapper .related-topics-cards,.blog-post-section .wrapper .smtt{display:none!important}}.blog-card{display:flex;flex-direction:column;gap:16px;padding:12px;border-radius:8px;border:1px solid rgba(0,0,0,.1);max-width:305.5px;width:100%;height:100%}.blog-card .img-container{width:100%;height:180px;border-radius:16px;overflow:hidden;position:relative}.blog-card .img-container img{width:100%;height:100%;object-fit:cover}.blog-card .img-container .gradient{position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,transparent 60.06%,#000 97.8%)}.blog-card .card-content{display:flex;flex-direction:column;gap:8px;padding-bottom:8px}.blog-card .card-content .tags{display:flex;align-items:center;justify-content:center;gap:6px;justify-content:flex-start;flex-wrap:nowrap;overflow:hidden}.blog-card .card-content .tags span{font-size:8px;font-weight:600;color:#0f1111;text-transform:uppercase;background-color:#fff0e2;border-radius:99px;padding:6px}.blog-card .card-content h3{font-size:14px;font-weight:500;color:#333}.blog-card .card-content p{font-size:12px;font-weight:400;color:#333;padding:0;margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}