﻿:root{--baseColor1: #EB6E0F;--baseColor2: #2B2B2B;--baseColor3: #404040;--baseColor4: var(--baseColor1);--baseColor5: var(--baseColor1);--baseColor6: var(--baseColor1);--fontColor1: #2B2B2B;--fontColor2: var(--baseColor1);--fontColor3: #4B4B4B;--fontColor4: #4B4B4B;--fontColor5: #7A7A7A;--fontColor6: #707070;--gray-100: #F8F8F8;--gray-200: #F5F5F5;--gray-300: #EFEFEF;--gray-400: #ECECEC;--gray-450: #E1E1E1;--gray-475: #DFDFDF;--gray-500: #CFCFCF;--gray-600: #C8C8C8;--gray-700: #C4C4C4;--gray-800: #B7B7B7;--gray-850: #B2B2B2;--gray-900: #A8A8A8;--gray-950: #A2A2A2;--gray-1000: #9E9E9E;--media-ratio: 1;--font: "Roboto";--font-1: var(--font);--font-2: var(--font);--font-3: var(--font);--font-4: var(--font);--font-5: var(--font);--star-full: #fb0;--star-empty: #d5d5d5;--padding-bottom-product-line: calc(42px + 22px + 23px);--swiper-theme-color: var(--baseColor2);--swiper-pagination-bullet-horizontal-gap: 4px;--swiper-pagination-bullet-inactive-opacity: 1;--swiper-pagination-bullet-size: 5px;--swiper-pagination-bullet-inactive-color: var(--gray-600);--swiper-pagination-bullet-border-radius: 100%}.bg-primary{background-color:var(--baseColor1)}.text-primary{color:var(--baseColor1)}.bg-secondary{background-color:var(--baseColor2)}.text-secondary{color:var(--baseColor2)}.bg-font-color-1{background-color:var(--fontColor1)}.text-font-color-1{color:var(--fontColor1)}.bg-font-color-2{background-color:var(--fontColor2)}.text-font-color-2{color:var(--fontColor2)}.bg-gray-100{background-color:var(--gray-100)}.text-gray-100{color:var(--gray-100)}.bg-gray-200{background-color:var(--gray-200)}.text-gray-200{color:var(--gray-200)}.bg-gray-300{background-color:var(--gray-300)}.text-gray-300{color:var(--gray-300)}.bg-gray-400{background-color:var(--gray-400)}.text-gray-400{color:var(--gray-400)}.bg-gray-500{background-color:var(--gray-500)}.text-gray-500{color:var(--gray-500)}.bg-gray-600{background-color:var(--gray-600)}.text-gray-600{color:var(--gray-600)}.bg-gray-700{background-color:var(--gray-700)}.text-gray-700{color:var(--gray-700)}.bg-gray-800{background-color:var(--gray-800)}.text-gray-800{color:var(--gray-800)}.bg-gray-900{background-color:var(--gray-900)}.text-gray-900{color:var(--gray-900)}.bg-gray-950{background-color:var(--gray-950)}.text-gray-950{color:var(--gray-950)}.bg-gray-1000{background-color:var(--gray-1000)}.text-gray-1000{color:var(--gray-1000)}.items-end{align-items:flex-end}.text-base{font-size:15px}@media screen and (max-width:1023px){.sm-text-base{font-size:15px}}.text-1{font-size:15px}@media screen and (max-width:1023px){.sm-text-1{font-size:15px}}.text-2{font-size:18px}@media screen and (max-width:1023px){.sm-text-2{font-size:18px}}.text-3{font-size:20px}@media screen and (max-width:1023px){.sm-text-3{font-size:20px}}.text-4{font-size:22px}@media screen and (max-width:1023px){.sm-text-4{font-size:22px}}.text-5{font-size:24px}@media screen and (max-width:1023px){.sm-text-5{font-size:24px}}.text-title{font-size:25px}@media screen and (max-width:1023px){.sm-text-title{font-size:25px}}.font-1{font-family:var(--font-1)}.font-2{font-family:var(--font-2)}.font-3{font-family:var(--font-3)}.font-4{font-family:var(--font-4)}.font-light{font-weight:300}.font-regular{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-black{font-weight:900}.whitespace-nowrap{white-space:nowrap}.capitalize{display:inline-block;text-transform:lowercase}.capitalize::first-letter{text-transform:uppercase}.btn-1{display:flex;align-items:center;justify-content:center;gap:4px;height:45px;line-height:45px;font-size:13px;text-align:center;border:0;background-color:var(--baseColor1);color:#fff;width:100%;font-weight:700;transition:none;white-space:nowrap;border-radius:5px;text-transform:uppercase}.btn-1.loading{font-size:0 !important;pointer-events:none;position:relative}.btn-1.loading .bg-sprite,.btn-1.loading svg{display:none}.btn-1.loading::before{--height: 25px;content:"" !important;animation:spinnerload 1s linear infinite;position:absolute;z-index:1;border:2px solid #fff;border-radius:100%;border-top:2px solid transparent;height:var(--height);aspect-ratio:1;left:calc(50% - var(--height) / 2);top:calc(50% - var(--height) / 2);font-size:15px}.btn-1:hover{color:#fff}.btn-2{display:flex;align-items:center;justify-content:center;gap:4px;height:45px;line-height:45px;font-size:13px;text-align:center;border:0;background-color:var(--baseColor2);color:#fff;width:100%;font-weight:700;border:none;border-radius:5px;text-transform:uppercase}.btn-2.loading{font-size:0 !important;pointer-events:none;position:relative}.btn-2.loading .bg-sprite,.btn-2.loading svg{display:none}.btn-2.loading::before{font-size:15px;--height: 25px;content:"" !important;animation:spinnerload 1s linear infinite;position:absolute;z-index:1;border:2px solid #fff;border-radius:100%;border-top:2px solid transparent;height:var(--height);aspect-ratio:1;left:calc(50% - var(--height) / 2);top:calc(50% - var(--height) / 2)}.btn-3{display:flex;align-items:center;justify-content:center;gap:4px;height:45px;line-height:45px;font-size:13px;text-align:center;border:0;background-color:var(--gray-950);width:100%;font-weight:700;color:#fff;border-radius:5px;text-transform:uppercase}.btn-3.loading{font-size:0 !important;pointer-events:none;position:relative}.btn-3.loading .bg-sprite,.btn-3.loading svg{display:none}.btn-3.loading::before{font-size:15px;--height: 25px;content:"" !important;animation:spinnerload 1s linear infinite;position:absolute;z-index:1;border:2px solid transparent;border-radius:100%;border-top:2px solid var(--baseColor2);height:var(--height);aspect-ratio:1;left:calc(50% - var(--height) / 2);top:calc(50% - var(--height) / 2)}.btn-hc-1{display:flex;align-items:center;justify-content:center;gap:4px;height:45px;line-height:45px;font-size:13px;text-align:center;border:0;background-color:var(--baseColor1);color:#fff;width:100%;font-weight:700;transition:none;white-space:nowrap;border-radius:5px;text-transform:uppercase}.btn-hc-1.loading{font-size:0 !important;pointer-events:none;position:relative}.btn-hc-1.loading .bg-sprite,.btn-hc-1.loading svg{display:none}.btn-hc-1.loading::before{--height: 25px;content:"" !important;animation:spinnerload 1s linear infinite;position:absolute;z-index:1;border:2px solid #fff;border-radius:100%;border-top:2px solid transparent;height:var(--height);aspect-ratio:1;left:calc(50% - var(--height) / 2);top:calc(50% - var(--height) / 2);font-size:15px}.btn-hc-1:hover{color:#fff}.btn-hc-2{display:flex;align-items:center;justify-content:center;gap:4px;height:45px;line-height:45px;font-size:13px;text-align:center;border:0;background-color:var(--baseColor2);color:#fff;width:100%;font-weight:700;border:none;border-radius:5px;text-transform:uppercase}.btn-hc-2.loading{font-size:0 !important;pointer-events:none;position:relative}.btn-hc-2.loading .bg-sprite,.btn-hc-2.loading svg{display:none}.btn-hc-2.loading::before{font-size:15px;--height: 25px;content:"" !important;animation:spinnerload 1s linear infinite;position:absolute;z-index:1;border:2px solid #fff;border-radius:100%;border-top:2px solid transparent;height:var(--height);aspect-ratio:1;left:calc(50% - var(--height) / 2);top:calc(50% - var(--height) / 2)}.btn-success,.btn-success+.loading-buy,.btn-success+.load{display:block;height:50px;line-height:50px;font-size:17px;text-align:center;padding:0;border:0;background-color:#059b00;color:#fff;font-weight:400;border-radius:5px}.btn-success.hide,.btn-success+.loading-buy.hide,.btn-success+.load.hide{display:none}.btn-success:hover,.btn-success+.loading-buy:hover,.btn-success+.load:hover{background-color:#059b00;color:#fff}.btn-success:focus,.btn-success:active:focus,.btn-success:active,.btn-success+.loading-buy:focus,.btn-success+.loading-buy:active:focus,.btn-success+.loading-buy:active,.btn-success+.load:focus,.btn-success+.load:active:focus,.btn-success+.load:active{box-shadow:none !important;background-color:#059b00 !important}.btn-success+.loading-buy{display:none;background-position:center center}.left-50{left:50%}.top-50{top:50%}.center-absolute{left:50%;top:50%;transform:translate(-50%, -50%)}.grid-cols-2{grid-template-columns:repeat(2, minmax(0, 1fr))}.col-span-2{grid-column:span 2}@media screen and (min-width:1024px){.lg-grid-cols-2{grid-template-columns:repeat(2, minmax(0, 1fr)) !important}}.grid-cols-3{grid-template-columns:repeat(3, minmax(0, 1fr))}.col-span-3{grid-column:span 3}@media screen and (min-width:1024px){.lg-grid-cols-3{grid-template-columns:repeat(3, minmax(0, 1fr)) !important}}.grid-cols-4{grid-template-columns:repeat(4, minmax(0, 1fr))}.col-span-4{grid-column:span 4}@media screen and (min-width:1024px){.lg-grid-cols-4{grid-template-columns:repeat(4, minmax(0, 1fr)) !important}}.grid-cols-5{grid-template-columns:repeat(5, minmax(0, 1fr))}.col-span-5{grid-column:span 5}@media screen and (min-width:1024px){.lg-grid-cols-5{grid-template-columns:repeat(5, minmax(0, 1fr)) !important}}.grid-cols-6{grid-template-columns:repeat(6, minmax(0, 1fr))}.col-span-6{grid-column:span 6}@media screen and (min-width:1024px){.lg-grid-cols-6{grid-template-columns:repeat(6, minmax(0, 1fr)) !important}}.grid-cols-7{grid-template-columns:repeat(7, minmax(0, 1fr))}.col-span-7{grid-column:span 7}@media screen and (min-width:1024px){.lg-grid-cols-7{grid-template-columns:repeat(7, minmax(0, 1fr)) !important}}.grid-cols-8{grid-template-columns:repeat(8, minmax(0, 1fr))}.col-span-8{grid-column:span 8}@media screen and (min-width:1024px){.lg-grid-cols-8{grid-template-columns:repeat(8, minmax(0, 1fr)) !important}}.grid-cols-9{grid-template-columns:repeat(9, minmax(0, 1fr))}.col-span-9{grid-column:span 9}@media screen and (min-width:1024px){.lg-grid-cols-9{grid-template-columns:repeat(9, minmax(0, 1fr)) !important}}.grid-cols-10{grid-template-columns:repeat(10, minmax(0, 1fr))}.col-span-10{grid-column:span 10}@media screen and (min-width:1024px){.lg-grid-cols-10{grid-template-columns:repeat(10, minmax(0, 1fr)) !important}}.grid-cols-11{grid-template-columns:repeat(11, minmax(0, 1fr))}.col-span-11{grid-column:span 11}@media screen and (min-width:1024px){.lg-grid-cols-11{grid-template-columns:repeat(11, minmax(0, 1fr)) !important}}.grid-cols-12{grid-template-columns:repeat(12, minmax(0, 1fr))}.col-span-12{grid-column:span 12}@media screen and (min-width:1024px){.lg-grid-cols-12{grid-template-columns:repeat(12, minmax(0, 1fr)) !important}}html{overflow-x:hidden}body{font-family:var(--font-1);font-weight:400;overflow:visible;overflow-x:hidden;font-size:15px;color:var(--fontColor1);box-sizing:border-box}#footer,#header,#middle{min-width:unset !important}html::-webkit-scrollbar-track,body::-webkit-scrollbar-track{border-radius:5px;background-color:#f5f5f5}html::-webkit-scrollbar,body::-webkit-scrollbar{width:10px;background-color:#f5f5f5;border-radius:5px}html::-webkit-scrollbar-thumb,body::-webkit-scrollbar-thumb{border-radius:5px;background-color:var(--baseColor1)}b,strong{font-weight:bold}input{height:34px;line-height:34px;padding:0 11px;width:100%;border-radius:5px;border:1px solid var(--gray-450);font-size:13px}input:placeholder{color:var(--gray-600)}input::-webkit-input-placeholder{color:var(--gray-600);opacity:1}input::-moz-placeholder{color:var(--gray-600);opacity:1}input:-ms-input-placeholder{color:var(--gray-600);opacity:1}input:-moz-placeholder{color:var(--gray-600);opacity:1}input:focus-visible{outline:none}input[type=color],input[type=date],input[type=email],input[type=number],input[type=password],input[type=tel],input[type=text],textarea,select{display:block;width:100%;height:34px;line-height:34px;box-sizing:border-box;color:var(--fontColor1);background-color:#fff;background-image:none;border:none;border:1px solid var(--gray-450);outline:0;color:#000;font-size:13px;letter-spacing:0;font-weight:400;border-radius:10px;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0 16px;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}input[type=color]:placeholder,input[type=date]:placeholder,input[type=email]:placeholder,input[type=number]:placeholder,input[type=password]:placeholder,input[type=tel]:placeholder,input[type=text]:placeholder,textarea:placeholder,select:placeholder{color:var(--gray-700);font-family:var(--font-3);font-weight:300}input[type=color]::-webkit-input-placeholder,input[type=date]::-webkit-input-placeholder,input[type=email]::-webkit-input-placeholder,input[type=number]::-webkit-input-placeholder,input[type=password]::-webkit-input-placeholder,input[type=tel]::-webkit-input-placeholder,input[type=text]::-webkit-input-placeholder,textarea::-webkit-input-placeholder,select::-webkit-input-placeholder{color:var(--gray-700);opacity:1;font-family:var(--font-3);font-weight:300}input[type=color]::-moz-placeholder,input[type=date]::-moz-placeholder,input[type=email]::-moz-placeholder,input[type=number]::-moz-placeholder,input[type=password]::-moz-placeholder,input[type=tel]::-moz-placeholder,input[type=text]::-moz-placeholder,textarea::-moz-placeholder,select::-moz-placeholder{color:var(--gray-700);opacity:1;font-family:var(--font-3);font-weight:300}input[type=color]:-ms-input-placeholder,input[type=date]:-ms-input-placeholder,input[type=email]:-ms-input-placeholder,input[type=number]:-ms-input-placeholder,input[type=password]:-ms-input-placeholder,input[type=tel]:-ms-input-placeholder,input[type=text]:-ms-input-placeholder,textarea:-ms-input-placeholder,select:-ms-input-placeholder{color:var(--gray-700);opacity:1;font-family:var(--font-3);font-weight:300}input[type=color]:-moz-placeholder,input[type=date]:-moz-placeholder,input[type=email]:-moz-placeholder,input[type=number]:-moz-placeholder,input[type=password]:-moz-placeholder,input[type=tel]:-moz-placeholder,input[type=text]:-moz-placeholder,textarea:-moz-placeholder,select:-moz-placeholder{color:var(--gray-700);opacity:1;font-family:var(--font-3);font-weight:300}select{background-color:transparent;background-position:right;background-repeat:no-repeat}select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:var(--icone-select);background-position:95% 60%;background-repeat:no-repeat;padding-right:10px;height:40px;line-height:40px;font-size:15px}input[type=checkbox],input[type=radio]{width:15px;height:15px;position:relative;top:3px}@keyframes skeleton-fade{0%{opacity:.4}50%{opacity:1}100%{opacity:.4}}img:not([src]){background-color:var(--gray-400);animation:skeleton-fade 1.8s ease-in-out infinite}.bg-sprite{background-image:url("../img/sprite-packed.svg?v=8");display:inline-block}.title-vitrine{margin-bottom:27px}@media screen and (max-width:1023px){.title-vitrine{margin-bottom:24px}}.title-vitrine strong{line-height:30px;text-align:center;color:var(--baseColor1);text-transform:uppercase}@media screen and (max-width:1023px){.title-vitrine strong{line-height:30px}}.title-vitrine span{line-height:15px;text-align:center;margin-top:18px;font-size:13px}.title-vitrine a{margin-top:30px;text-align:center}.wrapper{display:block;margin:0 auto;width:100%;max-width:1920px}.wrapper:not(.full){padding:0 30px;max-width:1360px}@media screen and (max-width:1023px){.wrapper:not(.full){padding:0 10px}}.wrapper-full{display:block;margin:0 auto;width:100%;max-width:1920px}[class*=swiper-arrow]{position:absolute;top:50%;--pos: -10px;--translate-y: -50%;z-index:1;cursor:pointer;background-size:contain;background-repeat:no-repeat;width:20px;height:20px}@media screen and (max-width:1023px){[class*=swiper-arrow]{--pos: 5px;transform:translateY(-50%) !important}}[class*=swiper-arrow].swiper-button-disabled{opacity:.5}[class*=swiper-arrow][class*=prev]{left:var(--pos);transform:translateY(var(--translate-y)) translateX(-100%);background-image:var(--arrowPrev)}[class*=swiper-arrow][class*=next]{right:var(--pos);transform:translateY(var(--translate-y)) translateX(100%);background-image:var(--arrowNext)}[class*=swiper-arrow].swiper-button-disabled{cursor:unset}[class*=swiper-arrow].swiper-button-lock{display:none}[class*=swiper-arrow]:not([role]){display:none}.swiper-pagination{display:flex;justify-content:center;align-items:center;position:unset;margin-top:6px;gap:2px}.swiper-pagination .swiper-pagination-bullet{width:16px;height:5px;background-color:var(--gray-400);border-radius:1px}.swiper-pagination .swiper-pagination-bullet-active{--swiper-pagination-bullet-size: 11px;background-color:var(--gray-1000)}@keyframes spinnerload{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.hide{display:none}html:has(.custom-modal.opened,#mini-cart.open,.col-left.opened,.hamburguer.active,.product-search-custom.active),body:has(.custom-modal.opened,#mini-cart.open,.col-left.opened,.hamburguer.active,.product-search-custom.active){overflow:hidden}#overlay{position:fixed;top:0;left:0;width:100%;height:10000%;background:rgba(0,0,0,.5);z-index:5}#overlay.hide{display:none}span.error{max-width:100% !important;float:left !important;background-color:#ffe6e6;border:1px solid #9f3a38;color:#9f3a38;font-size:12px;padding:3px 5px;border-radius:2px;position:absolute;letter-spacing:-0.07px;font-weight:400;bottom:inherit !important;top:-30px;overflow:visible !important;right:0 !important;z-index:2}span.error:before{margin-bottom:-5px;border-color:inherit;border-width:0 1px 1px 0;transform:translateX(-50%) translateY(-50%) rotate(45deg);bottom:0;left:50%;background-color:inherit;background-image:inherit;border-width:none;border-style:solid;border-color:inherit;position:absolute;content:"";transform:rotate(45deg);background-image:none;z-index:2;width:.6666em;height:.6666em;transition:background .1s ease}.hidden,.js-login+.wd-profile-login-recover-password{display:none}table{width:100%}table thead th{color:var(--fontColor1);letter-spacing:-0.07px;font-size:15px;font-weight:700;padding:12px 10px;border:0 !important}table tbody{border-spacing:0}table tbody tr:nth-child(odd) td{background:var(--gray-400)}table tbody tr td{color:var(--fontColor1);letter-spacing:-0.07px;font-size:15px;font-weight:400;display:table-cell;height:53px;border-top:0 !important;border:0;padding:11px !important;vertical-align:middle !important}table tbody tr td:last-child{border-right:0}table tbody tr td.action .delete{cursor:pointer;border:0;font-size:0;display:inline-block;vertical-align:middle;text-align:center;line-height:15px;padding:0;box-sizing:border-box;width:15px;height:15px;border-radius:50%;margin-right:10px}table tbody tr td.action .delete:before{content:"X";font-size:18px;color:var(--baseColor2);font-weight:900;display:block}table tbody tr td.action .editar{display:flex;align-items:center;justify-content:center;gap:4px;height:45px;line-height:45px;font-size:13px;text-align:center;border:0;background-color:var(--baseColor2);color:#fff;width:100%;font-weight:700;border:none;border-radius:5px;text-transform:uppercase;width:-moz-fit-content;width:fit-content;line-height:30px;height:30px;display:inline-block;vertical-align:middle;padding:0 15px;margin:0;margin-right:10px;font-size:15px}table tbody tr td.action .editar.loading{font-size:0 !important;pointer-events:none;position:relative}table tbody tr td.action .editar.loading .bg-sprite,table tbody tr td.action .editar.loading svg{display:none}table tbody tr td.action .editar.loading::before{font-size:15px;--height: 25px;content:"" !important;animation:spinnerload 1s linear infinite;position:absolute;z-index:1;border:2px solid #fff;border-radius:100%;border-top:2px solid transparent;height:var(--height);aspect-ratio:1;left:calc(50% - var(--height) / 2);top:calc(50% - var(--height) / 2)}@media screen and (max-width: 991px){.no-medium{display:none !important}}@media screen and (max-width: 767px){.no-small{display:none !important}}@media screen and (min-width: 992px){.no-desktop{display:none !important}}.input-group,.input-wrapper{margin-bottom:15px}.input-group label,.input-wrapper label{display:inline-block;margin-bottom:5px;margin-top:9px;vertical-align:top;font-size:.97em}.custom-product-rating{display:flex;align-items:center;justify-content:center}.custom-product-rating .stars{display:flex;align-items:center;gap:3px}.custom-product-rating .stars .star.empty svg path{fill:var(--star-empty)}.custom-product-rating .stars .star svg{width:11px;height:11px}.custom-product-rating .rating-count{margin-left:5px;color:#b7b7b7;font-size:10px;line-height:13px}.product-notifywhenavailable-custom form{display:none}.custom-data-usage-acceptance{position:fixed;bottom:0;width:100%;background-color:#fff;z-index:999;box-shadow:#00000029 0px -3px 6px;padding:20px 30px}.custom-data-usage-acceptance.hide{display:none !important}.custom-data-usage-acceptance:not(.hide){display:block !important}.custom-data-usage-acceptance .wrapper{display:flex;align-items:center;gap:50px}.custom-data-usage-acceptance .text{font-size:13px}@media screen and (max-width:1023px){.custom-data-usage-acceptance .text{font-size:12px;text-align:center}}.custom-data-usage-acceptance .btn-agree-usage{padding:0 30px}@media screen and (max-width:1023px){.custom-data-usage-acceptance .btn-agree-usage{padding:0 10px}}.custom-data-usage-acceptance a{text-decoration:underline;font-weight:700}.svg-common{background:url("../../img/sprite-packed.svg") no-repeat}.svg-ajuda{background-position:98.5075796767% 27.9732280762%;width:11.211px;height:11.211px}.svg-clear-all-filters{background-position:45.5965594662% 66.1711027629%;width:11.754px;height:14.467px}.svg-fale-conosco{background-position:13.978952683% 94.6154209805%;width:11.619px;height:9.694px}.svg-icone-ofertas-menu{background-position:80.0603288579% 0;width:14.001px;height:14px}.svg-icone-proximo-paginacao{background-position:72.2725389214% 53.7783912662%;width:7.428px;height:12.155px}.svg-lixeira{background-position:24.715821061% 66.9939577039%;width:13.683px;height:14.928px}.svg-menu-hamburguer{background-position:48.6980392157% 0;width:24px;height:17px}.svg-meus-pedidos{background-position:98.1475407276% 55.1422372815%;width:10.977px;height:10.977px}.svg-minha-conta{background-position:0 99.6043496653%;width:8.86px;height:11.813px}.svg-pin{background-position:60.6865207511% 62.1024204841%;width:8.112px;height:12.008px}.svg-sacola{background-position:0 0;width:24.836px;height:24.836px}.svg-sair{background-position:98.5075796767% 0;width:11.211px;height:11.41px}.svg-seta-baixo{background-position:77.7086482616% 31.4098537198%;width:12.155px;height:7.428px}.svg-seta-baixo-super-topo{background-position:91.2519423186% 93.2961713364%;width:6.139px;height:4.281px}.svg-seta-direita{background-position:92.0607712143% 81.7907395686%;width:6.744px;height:10.922px}.svg-whats-sm{background-position:0 67.4744620735%;width:15.155px;height:15.192px}#header{--super-topo-height: 35px;--main-bar-height: 74px;--menu-height: 48px;--header-height: calc(var(--super-topo-height) + var(--main-bar-height) + var(--menu-height));box-shadow:0px 3px 6px #00000029;padding-top:calc(var(--super-topo-height) + var(--main-bar-height))}@media screen and (max-width:1023px){#header{--super-topo-height: 35px;--main-bar-height: 120px;--menu-height: 0px;padding-top:calc(var(--super-topo-height) + var(--main-bar-height))}}#header .super-topo{height:var(--super-topo-height);background-color:var(--baseColor2);transition:ease all .3s;position:fixed;top:0;width:100%;color:#fff;z-index:6}#header .super-topo .wrapper{display:flex}@media screen and (max-width:1023px){#header .super-topo .wrapper{justify-content:center}}@media screen and (max-width:1023px){#header .super-topo .wrapper>.flex{gap:40px}}#header .super-topo .condicoes-topo{margin-left:unset;margin-right:unset;display:flex;position:relative;max-width:-moz-fit-content;max-width:fit-content}@media screen and (max-width:1023px){#header .super-topo .condicoes-topo{position:relative;left:unset;transform:unset;flex-shrink:1;flex-grow:1;width:100%}}#header .super-topo .condicoes-topo .swiper-wrapper{max-width:250px}@media screen and (max-width:1023px){#header .super-topo .condicoes-topo .swiper-wrapper{max-width:170px}}#header .super-topo .condicoes-topo .swiper-slide{display:flex;align-items:center}#header .super-topo .condicoes-topo .arrow-prev,#header .super-topo .condicoes-topo .arrow-next{z-index:2;flex-shrink:0;position:absolute}#header .super-topo .condicoes-topo .arrow-prev.swiper-button-disabled,#header .super-topo .condicoes-topo .arrow-next.swiper-button-disabled{visibility:hidden}#header .super-topo .condicoes-topo .arrow-prev{left:0}#header .super-topo .condicoes-topo .arrow-next{right:0}#header .super-topo .condicoes-topo .swiper-slide{gap:5px}#header .super-topo .condicoes-topo span{letter-spacing:-0.07px;font-size:11px;line-height:11px}#header .super-topo .links-topo{flex-shrink:0}#header .super-topo .links-topo>ul{display:flex;gap:20px}#header .super-topo .links-topo>ul>li{display:flex;align-items:center;gap:5px;position:relative}#header .super-topo .links-topo>ul>li::before{width:100%;height:100%;bottom:-15px;left:0;position:absolute;height:20px;content:"";display:inline-block}#header .super-topo .links-topo>ul>li span{display:flex;align-items:center;justify-content:center;gap:7px;font-size:11px;letter-spacing:-0.07px}#header .super-topo .links-topo>ul>li .links{visibility:hidden;opacity:0;position:absolute;transition:ease all .3s;top:26px;right:0;width:-moz-fit-content;width:fit-content;background-color:#fff;z-index:1;padding:6px}#header .super-topo .links-topo>ul>li .links::before{content:"";display:inline-block;width:10px;height:10px;background:linear-gradient(-45deg, transparent 50%, #fff 50%);transform:rotate(45deg) translateX(-50%);position:absolute;right:5px;top:-1px;z-index:10}#header .super-topo .links-topo>ul>li .links ul{display:flex;flex-direction:column;gap:8px}#header .super-topo .links-topo>ul>li .links ul li{padding-block:8px;padding-inline:8px}#header .super-topo .links-topo>ul>li .links ul li:not(:last-child){border-bottom:1px solid var(--gray-450)}#header .super-topo .links-topo>ul>li .links ul li a{display:flex;align-items:center;gap:5px;color:var(--fontColor1);font-size:12px;line-height:normal}#header .super-topo .links-topo>ul>li .links ul li a svg{flex-shrink:0}#header .super-topo .links-topo>ul>li:hover .links{visibility:visible;opacity:1}#header .super-topo:hover{z-index:7}#header .main-bar{padding:7px 0 15px 0;top:var(--super-topo-height);transition:ease all .3s;z-index:6;background-color:#000}@media screen and (max-width:1023px){#header .main-bar{padding:7px 13px 20px 13px}}#header .main-bar .topo-black-friday p{font-size:35px;color:#fff;text-align:center;align-content:center;margin:0 0 5px 0;font-weight:bold}@media screen and (max-width:1023px){#header .main-bar .topo-black-friday p{font-size:14px}}@media screen and (max-width:1023px){#header .main-bar .wrapper{padding:0}}#header .main-bar .grid-header{grid-template-columns:minmax(0, 197px) minmax(0, 675px) 1fr;gap:105px}@media(max-width: 1023px){#header .main-bar .grid-header{-moz-column-gap:23px;column-gap:23px;row-gap:29px}}@media(max-width: 430px){#header .main-bar .grid-header{grid-template-columns:24px 182px 1fr;-moz-column-gap:23px;column-gap:23px;row-gap:29px}}#header #menu{position:fixed;width:100%}#header.header-float{--header-height: var(--main-bar-height)}#header.header-float .super-topo{top:calc(var(--super-topo-height) * -1)}#header.header-float .main-bar{top:0}#header.header-float #menu{display:none}#header a.stores{gap:6px}#header a.stores span{line-height:12px}@media screen and (min-width:1024px){body:has(.product-search-custom.active),html:has(.product-search-custom.active){overflow-y:hidden}}@media screen and (max-width:1023px){#top-search{order:9;width:100%;grid-column:span 3}}.product-search-custom{--input-height: 52px;--animation-time: 0.3s}@media screen and (max-width:1023px){.product-search-custom{--input-height: 38px}}.product-search-custom form{display:flex;align-items:center;position:relative;z-index:2}@media screen and (max-width:1023px){.product-search-custom form{position:relative}}.product-search-custom form button[type=submit]{border:none;padding:0;filter:var(--filter);right:14px;position:absolute;min-width:48px;height:48px;display:flex;align-items:center;justify-content:flex-end}@media screen and (max-width:1023px){.product-search-custom form button[type=submit]{right:8px}.product-search-custom form button[type=submit] svg{width:19px}}.product-search-custom form input{height:var(--input-height);color:var(--color);background-color:var(--gray-300);padding:0 16px}@media screen and (min-width:1024px){.product-search-custom form input{border:none}}.product-search-custom form input:placeholder{color:var(--gray-700);font-size:13px}.product-search-custom form input::-webkit-input-placeholder{color:var(--gray-700);opacity:1;font-size:13px}.product-search-custom form input::-moz-placeholder{color:var(--gray-700);opacity:1;font-size:13px}.product-search-custom form input:-ms-input-placeholder{color:var(--gray-700);opacity:1;font-size:13px}.product-search-custom form input:-moz-placeholder{color:var(--gray-700);opacity:1;font-size:13px}@media screen and (max-width:1023px){.product-search-custom form input{border:1px solid var(--gray-450);font-size:13px;padding:0 8px}}.product-search-custom #suggestions{background-color:#fff;width:100%;position:absolute;left:0;transform:translateY(var(--input-height));top:-10px;transition:ease all .3s;transform-origin:100% 0%;padding-inline:21px;border:1px solid var(--gray-100);visibility:hidden;overflow:hidden;z-index:1;opacity:0;box-shadow:inset var(--box-shadow);border-radius:0px 0px 10px 10px}@media screen and (max-width:1023px){.product-search-custom #suggestions{max-height:calc(100dvh - var(--header-height));overflow-y:auto}}.product-search-custom #suggestions:has(.result div){padding-block:30px 31px}.product-search-custom #suggestions .title{display:block;font-weight:700;font-size:13px;margin-bottom:26px;text-transform:unset}.product-search-custom #suggestions .title.mais-buscados{margin-bottom:17px}@media screen and (max-width:1023px){.product-search-custom #suggestions .title{color:#3f3f3f;margin-bottom:20px}}.product-search-custom #suggestions .termos{display:flex;flex-direction:column}@media screen and (max-width:1023px){.product-search-custom #suggestions .termos{flex-direction:column;height:auto;gap:0}}.product-search-custom #suggestions .termos ul{display:flex;flex-direction:column;gap:20px 30px;height:-moz-fit-content;height:fit-content}@media screen and (max-width:1023px){.product-search-custom #suggestions .termos ul{flex-direction:column;gap:13px}}.product-search-custom #suggestions .termos ul li{display:flex;margin:0;height:-moz-fit-content;height:fit-content}.product-search-custom #suggestions .termos ul li a{display:block;font-size:18px;font-weight:500;display:inline-block;text-transform:lowercase}.product-search-custom #suggestions .termos ul li a::first-letter{text-transform:uppercase}.product-search-custom #suggestions .result{max-width:1300px;margin:0 auto}.product-search-custom #suggestions .result .termos{display:flex;flex-direction:column;gap:10px}.product-search-custom #suggestions .result .termos a{color:#505050;font-size:13px}.product-search-custom #suggestions .result .termos a span{display:inline-block;text-transform:lowercase}.product-search-custom #suggestions .result .termos a span::first-letter{text-transform:uppercase}.product-search-custom #suggestions .result .termos a strong{color:var(--baseColor1)}.product-search-custom #suggestions .result .sugestao-resultado{display:grid;grid-template-columns:1fr 1fr}@media screen and (max-width:1023px){.product-search-custom #suggestions .result .sugestao-resultado{grid-template-columns:100%;gap:28px}}.product-search-custom #suggestions .result .sugestao-resultado ul.products{display:flex;flex-direction:column;gap:14px;overflow-y:auto;overflow-x:hidden;max-height:250px}.product-search-custom #suggestions .result .sugestao-resultado ul.products::-webkit-scrollbar-track{border-radius:5px;background-color:#e1e1e1}.product-search-custom #suggestions .result .sugestao-resultado ul.products::-webkit-scrollbar{width:6px;background-color:#e1e1e1;border-radius:5px}.product-search-custom #suggestions .result .sugestao-resultado ul.products::-webkit-scrollbar-thumb{border-radius:5px;background-color:var(--gray-900)}@media screen and (max-width:1023px){.product-search-custom #suggestions .result .sugestao-resultado ul.products{grid-template-columns:100%;gap:20px}}.product-search-custom #suggestions .result .sugestao-resultado ul.products li{margin:0}.product-search-custom #suggestions .result .sugestao-resultado ul.products li .product-line{gap:16px}.product-search-custom #suggestions .result .sugestao-resultado ul.products li .product-line .img{max-width:74px;aspect-ratio:var(--media-ratio);position:relative;width:100%;overflow:hidden;border-radius:10px}.product-search-custom #suggestions .result .sugestao-resultado ul.products li .product-line .img img{position:absolute;left:50%;transform:translate(-50%, -50%);top:50%}.product-search-custom #suggestions .result .sugestao-resultado ul.products li .product-line .information{display:grid;grid-template-columns:96px 1fr;align-items:center;flex-grow:1}@media screen and (max-width:1023px){.product-search-custom #suggestions .result .sugestao-resultado ul.products li .product-line .information{gap:16px}}.product-search-custom #suggestions .result .sugestao-resultado ul.products li .product-line .information .product-name{display:inline-block;text-transform:lowercase;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.product-search-custom #suggestions .result .sugestao-resultado ul.products li .product-line .information .product-name::first-letter{text-transform:uppercase}@media screen and (max-width:1023px){.product-search-custom #suggestions .result .sugestao-resultado ul.products li .product-line .price{width:-moz-fit-content;width:fit-content}}.product-search-custom #suggestions .result .sugestao-resultado ul.products li .product-line .price .list-price{display:flex;justify-content:center}@media screen and (max-width:1023px){.product-search-custom #suggestions .result .sugestao-resultado ul.products li .product-line .price .list-price{justify-content:flex-start}}.product-search-custom #suggestions .result .sugestao-resultado ul.products li .product-line .price .list-price span{font-size:11px}.product-search-custom #suggestions .result .sugestao-resultado ul.products li .product-line .price .sale-price{display:flex;justify-content:center}.product-search-custom #suggestions .result .sugestao-resultado ul.products li .product-line .price .sale-price span{line-height:22px;color:var(--baseColor1);font-size:15px}.product-search-custom #suggestions .result .sugestao-resultado ul.products li .product-line .price .condition{display:none}.product-search-custom #suggestions .result .sugestao-resultado .ver-todos{display:flex;align-items:center;justify-content:center;gap:4px;height:45px;line-height:45px;font-size:13px;text-align:center;border:0;background-color:var(--baseColor2);color:#fff;width:100%;font-weight:700;border:none;border-radius:5px;text-transform:uppercase;width:-moz-fit-content;width:fit-content;padding:0 50px;margin:0 auto}.product-search-custom #suggestions .result .sugestao-resultado .ver-todos.loading{font-size:0 !important;pointer-events:none;position:relative}.product-search-custom #suggestions .result .sugestao-resultado .ver-todos.loading .bg-sprite,.product-search-custom #suggestions .result .sugestao-resultado .ver-todos.loading svg{display:none}.product-search-custom #suggestions .result .sugestao-resultado .ver-todos.loading::before{font-size:15px;--height: 25px;content:"" !important;animation:spinnerload 1s linear infinite;position:absolute;z-index:1;border:2px solid #fff;border-radius:100%;border-top:2px solid transparent;height:var(--height);aspect-ratio:1;left:calc(50% - var(--height) / 2);top:calc(50% - var(--height) / 2)}.product-search-custom #suggestions .result .sugestao-resultado .empty-result{grid-column:span 2}.product-search-custom.active .close-search{position:absolute;text-align:right}@media screen and (min-width:1024px){.product-search-custom.active .close-search{left:50%;transform:translateX(-50%)}}@media screen and (max-width:1023px){.product-search-custom.active .close-search{right:20px;top:22px;transform:translateY(-50%)}}.product-search-custom.active .close-search button{line-height:26px;font-size:26px;color:var(--fontColor6);width:30px;height:30px;text-align:right}.product-search-custom.active #suggestions{visibility:visible;opacity:1}#header #logo a{width:207px;aspect-ratio:207/33;background-image:var(--logo);background-size:contain;background-repeat:no-repeat}@media screen and (max-width:1023px){#header #logo a{width:182px}}@media screen and (max-width:1023px){#header #logo a{position:unset;transform:none}}#header #icons-resume{gap:47px}@media screen and (max-width:1023px){#header #icons-resume{gap:28px}#header #icons-resume .visite-tambem{order:-1}}#menu{z-index:5;width:100%;background-color:var(--baseColor1);line-height:48px;height:48px}@media screen and (max-width:1023px){#menu{display:none}}#menu>div{width:100%;height:100%}#menu .lista-categorias{display:flex;align-items:center;flex-grow:2}#menu .lista-categorias .wd-category-menu{display:flex;align-items:center;width:100%}#menu .lista-categorias .wd-category-menu>nav:not(:has(.wd-category-menu)){width:100%}#menu .lista-categorias .wd-category-menu>nav:not(:has(.wd-category-menu))>ul.level-1{display:flex;justify-content:space-between;align-items:center;gap:54px}@media(max-width: 1400px){#menu .lista-categorias .wd-category-menu>nav:not(:has(.wd-category-menu))>ul.level-1{gap:calc((54 * 100%) / 1920)}}#menu .lista-categorias .wd-category-menu>nav:not(:has(.wd-category-menu))>ul.level-1>li{margin:0;padding:0;order:0;position:relative}#menu .lista-categorias .wd-category-menu>nav:not(:has(.wd-category-menu))>ul.level-1>li>.h3{display:flex;align-items:center;margin:0}#menu .lista-categorias .wd-category-menu>nav:not(:has(.wd-category-menu))>ul.level-1>li>.h3 a{display:block;font-size:15px;line-height:15px;white-space:nowrap;transition:none;display:inline-block;text-transform:lowercase;color:#fff}#menu .lista-categorias .wd-category-menu>nav:not(:has(.wd-category-menu))>ul.level-1>li>.h3 a::first-letter{text-transform:uppercase}#menu .lista-categorias .wd-category-menu>nav:not(:has(.wd-category-menu))>ul.level-1>li>.content{width:-moz-fit-content;width:fit-content;height:0;padding:20px;background-color:#fff;position:absolute;left:50%;transform:translateX(-50%);border-radius:10px;transition:ease all .8s;display:flex;gap:62px;z-index:-1;margin:0 auto;opacity:0;visibility:hidden;transition-delay:.3s;transition:opacity .25s ease-in-out;-moz-transition:opacity .25s ease-in-out;-webkit-transition:opacity .25s ease-in-out;box-shadow:0px 0px 6px #00000029;bottom:-17px;left:0;transform:translateY(100%)}#menu .lista-categorias .wd-category-menu>nav:not(:has(.wd-category-menu))>ul.level-1>li>.content::after{content:"";display:inline-block;width:16px;height:16px;background:linear-gradient(-45deg, transparent 50%, #fff 50%);border-left:1.5px solid var(--gray-200);border-top:1.5px solid var(--gray-200);transform:rotate(45deg) translateY(-50%);position:absolute;left:20px;top:-2px;z-index:6;opacity:0;visibility:hidden}#menu .lista-categorias .wd-category-menu>nav:not(:has(.wd-category-menu))>ul.level-1>li>.content>.wrapper{padding:0}#menu .lista-categorias .wd-category-menu>nav:not(:has(.wd-category-menu))>ul.level-1>li>.content .category-list{width:100%;margin:0 auto}@media(max-width: 1300px){#menu .lista-categorias .wd-category-menu>nav:not(:has(.wd-category-menu))>ul.level-1>li>.content .category-list{max-width:100%}}#menu .lista-categorias .wd-category-menu>nav:not(:has(.wd-category-menu))>ul.level-1>li>.content .category-list ul.level-2{display:flex;width:100%;max-width:100%;flex-direction:column;gap:20px}#menu .lista-categorias .wd-category-menu>nav:not(:has(.wd-category-menu))>ul.level-1>li>.content .category-list ul.level-2 li{display:flex !important;display:flex;align-items:center;justify-content:center;flex-direction:column;margin:0}#menu .lista-categorias .wd-category-menu>nav:not(:has(.wd-category-menu))>ul.level-1>li>.content .category-list ul.level-2 li div{width:100%;display:flex}#menu .lista-categorias .wd-category-menu>nav:not(:has(.wd-category-menu))>ul.level-1>li>.content .category-list ul.level-2 li div a{white-space:nowrap;display:inline-block;text-transform:lowercase}#menu .lista-categorias .wd-category-menu>nav:not(:has(.wd-category-menu))>ul.level-1>li>.content .category-list ul.level-2 li div a::first-letter{text-transform:uppercase}#menu .lista-categorias .wd-category-menu>nav:not(:has(.wd-category-menu))>ul.level-1>li>.content .category-list ul.level-2 li span{display:block;text-align:center;margin-top:10px;font-weight:400}#menu .lista-categorias .wd-category-menu>nav:not(:has(.wd-category-menu))>ul.level-1>li>.content .banner:has(img){min-width:274px}#menu .lista-categorias .wd-category-menu>nav:not(:has(.wd-category-menu))>ul.level-1>li.has-children:hover:before{content:"";display:inline-block;height:50px;width:100%;position:absolute;top:15px;left:0}#menu .lista-categorias .wd-category-menu>nav:not(:has(.wd-category-menu))>ul.level-1>li.last .h3{display:flex;align-items:center;padding:0 8px}#menu .lista-categorias .wd-category-menu>nav:not(:has(.wd-category-menu))>ul.level-1>li:hover .content{opacity:1;visibility:visible;height:auto}#menu .lista-categorias .wd-category-menu>nav:not(:has(.wd-category-menu))>ul.level-1>li:hover .content::after{animation:hoverArrow .25s forwards}@keyframes hoverArrow{from{visibility:hidden;opacity:0}to{opacity:1;visibility:visible}}#menu .lista-categorias .wd-category-menu>nav:not(:has(.wd-category-menu))>ul.level-1>li.todas>.h3>a{display:flex;align-items:center;gap:7px;text-transform:unset;font-weight:700}#menu .lista-categorias .wd-category-menu>nav:not(:has(.wd-category-menu))>ul.level-1>li.todas .fixed{position:fixed;left:0;opacity:0;visibility:hidden;width:100%;padding-left:0;--menu-width: 250px;top:var(--header-height);background-color:#fff;box-shadow:inset 0px 3px 6px #00000029}#menu .lista-categorias .wd-category-menu>nav:not(:has(.wd-category-menu))>ul.level-1>li.todas .fixed .wrapper{display:flex;position:relative}#menu .lista-categorias .wd-category-menu>nav:not(:has(.wd-category-menu))>ul.level-1>li.todas .fixed .wrapper .menu-left{padding-block:23px;width:100%;max-width:var(--menu-width)}#menu .lista-categorias .wd-category-menu>nav:not(:has(.wd-category-menu))>ul.level-1>li.todas .fixed .wrapper .menu-left .section.level-1{display:grid;grid-template-columns:100%;gap:23px}#menu .lista-categorias .wd-category-menu>nav:not(:has(.wd-category-menu))>ul.level-1>li.todas .fixed .wrapper .menu-left .section.level-1>li.selected>.h3>a span{font-weight:700}#menu .lista-categorias .wd-category-menu>nav:not(:has(.wd-category-menu))>ul.level-1>li.todas .fixed .wrapper .menu-left .section.level-1>li>.h3>a{display:flex;align-items:center;justify-content:space-between;line-height:normal;padding-left:9px;padding-right:25px}#menu .lista-categorias .wd-category-menu>nav:not(:has(.wd-category-menu))>ul.level-1>li.todas .fixed .wrapper .menu-left .section.level-1>li>.h3>a span{display:inline-block;text-transform:lowercase;font-size:13px}#menu .lista-categorias .wd-category-menu>nav:not(:has(.wd-category-menu))>ul.level-1>li.todas .fixed .wrapper .menu-left .section.level-1>li>.h3>a span::first-letter{text-transform:uppercase}#menu .lista-categorias .wd-category-menu>nav:not(:has(.wd-category-menu))>ul.level-1>li.todas .fixed .wrapper .menu-left .section.level-1>li>.h3>a i{display:block;filter:brightness(0)}#menu .lista-categorias .wd-category-menu>nav:not(:has(.wd-category-menu))>ul.level-1>li.todas .fixed .wrapper .menu-left .section.level-1>li.ofertas a{background-color:var(--baseColor1);color:#fff;-webkit-border-top-right-radius:10px;-webkit-border-bottom-right-radius:10px;-moz-border-radius-topright:10px;-moz-border-radius-bottomright:10px;border-top-right-radius:10px;border-bottom-right-radius:10px;line-height:40px;height:40px;font-weight:700;justify-content:flex-start;gap:7px}#menu .lista-categorias .wd-category-menu>nav:not(:has(.wd-category-menu))>ul.level-1>li.todas .fixed .wrapper .menu-left .section.level-1>li.ofertas a span,#menu .lista-categorias .wd-category-menu>nav:not(:has(.wd-category-menu))>ul.level-1>li.todas .fixed .wrapper .menu-left .section.level-1>li.ofertas a i{filter:brightness(0) invert(1)}#menu .lista-categorias .wd-category-menu>nav:not(:has(.wd-category-menu))>ul.level-1>li.todas .fixed .wrapper .menu-left .section.level-1>li.ofertas a i{margin-left:auto}#menu .lista-categorias .wd-category-menu>nav:not(:has(.wd-category-menu))>ul.level-1>li.todas .fixed .wrapper .content{width:calc(100% - var(--menu-width));position:relative}#menu .lista-categorias .wd-category-menu>nav:not(:has(.wd-category-menu))>ul.level-1>li.todas .fixed .wrapper .content::before{content:"";display:inline-block;z-index:-1;background-color:#f5f5f5;width:200vw;height:100%;position:absolute;left:0;top:0;box-shadow:inset 0px 3px 6px #00000029}#menu .lista-categorias .wd-category-menu>nav:not(:has(.wd-category-menu))>ul.level-1>li.todas .fixed .wrapper .content .level-2{padding-left:40px;padding-top:23px;grid-template-rows:repeat(9, 15px);grid-template-columns:repeat(4, 1fr);grid-auto-flow:column;gap:23px;display:none}#menu .lista-categorias .wd-category-menu>nav:not(:has(.wd-category-menu))>ul.level-1>li.todas .fixed .wrapper .content .level-2>li .h4{line-height:normal}#menu .lista-categorias .wd-category-menu>nav:not(:has(.wd-category-menu))>ul.level-1>li.todas .fixed .wrapper .content .level-2>li .h4>a{display:inline-block;text-transform:lowercase;font-size:13px;line-height:normal}#menu .lista-categorias .wd-category-menu>nav:not(:has(.wd-category-menu))>ul.level-1>li.todas .fixed .wrapper .content .level-2>li .h4>a::first-letter{text-transform:uppercase}#menu .lista-categorias .wd-category-menu>nav:not(:has(.wd-category-menu))>ul.level-1>li.todas .fixed .wrapper .content .level-2.selected{display:grid}#menu .lista-categorias .wd-category-menu>nav:not(:has(.wd-category-menu))>ul.level-1>li.todas:hover .fixed{opacity:1;visibility:visible}#menu .lista-categorias .wd-category-menu>nav:not(:has(.wd-category-menu))>ul.level-1>li.ofertas>.h3>a{text-transform:unset;background-color:#fff;line-height:43px;height:43px;width:91px;display:flex;align-items:center;justify-content:center;gap:3px;border-radius:10px 10px 0 0;font-weight:700;color:var(--baseColor1);transform:translateY(2px)}#menu .lista-categorias .wd-category-menu>nav:not(:has(.wd-category-menu)) .ver-tudo-categoria{background-color:var(--baseColor1);font-size:15px;font-weight:500;display:block;clear:both;width:100%;height:30px;line-height:30px;text-align:center;position:absolute;left:0;bottom:0}@media screen and (min-width: 768px)and (max-width:1100px){#menu .lista-categorias .wd-category-menu>nav:not(:has(.wd-category-menu)) .ver-tudo-categoria{font-size:13px}}#menu .lista-categorias .wd-category-menu>nav:not(:has(.wd-category-menu)) .ver-tudo-categoria:hover{background-color:var(--baseColor2)}@media screen and (min-width:1024px){body:has(.wd-category-menu ul.level-1>li.has-children:hover) #overlay{display:block}}.minha-conta{position:relative;display:flex;align-items:center;justify-content:center}.minha-conta .custom-welcome-shopper>a{display:flex;align-items:center;gap:9px}@media screen and (max-width:1023px){.minha-conta .custom-welcome-shopper>a svg{width:20px;height:27px}}.minha-conta .custom-welcome-shopper .icons-resume-text{color:#fff;line-height:15px}.minha-conta .custom-welcome-shopper .icons-resume-text strong{font-size:15px}.minha-conta .custom-welcome-shopper .icons-resume-text span{display:block;font-size:13px}.minha-conta .custom-welcome-shopper .content{display:grid;grid-template-columns:100%;gap:10px;z-index:12;opacity:0;visibility:hidden;position:absolute;width:160px;top:40px;left:50%;transform:translateX(-50%);background:#fff;padding:15px 20px;border:1px solid var(--gray-200);transition:ease all .3s;border-radius:10px}.minha-conta .custom-welcome-shopper .content [class*=btn]{line-height:30px;height:30px;font-size:12px}.minha-conta .custom-welcome-shopper .content .or{text-align:center;display:block}.minha-conta .custom-welcome-shopper .content .hello{display:block}.minha-conta .custom-welcome-shopper .content:after{content:"";display:inline-block;background-color:transparent;width:100%;height:40px;position:absolute;top:-20px;left:0}.minha-conta .custom-welcome-shopper .content::before{content:"";display:inline-block;width:10px;height:10px;background:linear-gradient(-45deg, transparent 50%, #fff 50%);transform:rotate(45deg) translateX(-50%);position:absolute;left:50%;top:-2px;z-index:10}.minha-conta .custom-welcome-shopper .content.authenticated{padding:6px;gap:0;border-radius:0;width:147px;left:unset;right:-15px;transform:unset}.minha-conta .custom-welcome-shopper .content.authenticated::before{right:5px;left:unset;border:none}.minha-conta .custom-welcome-shopper .content.authenticated a{display:flex;align-items:center;gap:8px;padding:8px 0;font-size:12px}.minha-conta .custom-welcome-shopper .content.authenticated a:not(:last-child){border-bottom:1px solid var(--gray-450)}@media screen and (min-width:1024px){.minha-conta .custom-welcome-shopper:hover .content{visibility:visible;opacity:1}}#mini-cart{--content-width: 458px}@media screen and (max-width:1023px){#mini-cart{--content-width: 391px}}@media screen and (max-width:1023px){#mini-cart.open .close{right:100vw;transform:translateX(100%)}}#mini-cart.open .content{transform:translateX(0)}#mini-cart.open #overlay-cart{display:block}#mini-cart.loading .content::before,#mini-cart.loading .content::after{display:block}#mini-cart .basket-size{position:absolute;background-color:#059b00;color:#fff;width:13px;height:13px;border-radius:100%;line-height:13px;font-size:9px;text-align:center;right:-5px;top:-4px}#mini-cart #overlay-cart{position:fixed;top:0;left:0;width:100%;height:10000%;background:rgba(0,0,0,.5);z-index:5;display:none;z-index:9999}#mini-cart #overlay-cart.hide{display:none}#mini-cart .close{display:block;width:80px;height:80px;background-color:var(--baseColor2);color:#fff;line-height:80px;text-align:center;cursor:pointer;font-size:25px}@media screen and (max-width:1023px){#mini-cart .close{line-height:89px;height:89px;width:39px;position:fixed;top:0;z-index:9999;right:-39px;transition:ease all .3s}}#mini-cart .content{position:fixed;width:100%;height:100%;top:0;right:0;z-index:9999;transition:ease all .3s;overflow-y:auto;max-width:var(--content-width);background-color:#fff;width:100%;margin:0;z-index:9999;transform:translateX(100%)}@media screen and (max-width:1023px){#mini-cart .content{width:calc(100vw - 39px);max-width:100%}}#mini-cart .content.empty{height:auto}#mini-cart .content::before{content:"";display:inline-block;background-color:#fff;width:100%;height:100%;position:absolute;top:0;left:0;z-index:1;opacity:.6}#mini-cart .content::after{--height: 60px;content:"" !important;animation:spinnerload 1s linear infinite;position:absolute;z-index:1;border:2px solid #fff;border-radius:100%;border-top:2px solid var(--baseColor1);height:var(--height);aspect-ratio:1;left:calc(50% - var(--height) / 2);top:calc(50% - var(--height) / 2);z-index:1}#mini-cart .content::before,#mini-cart .content::after{display:none}#mini-cart .content .title{display:flex;align-items:center;gap:30px;text-transform:unset;background-color:var(--baseColor1)}@media screen and (max-width:1023px){#mini-cart .content .title{height:89px;line-height:89px;padding:0 12px}}#mini-cart .content .title>div strong{display:block;color:#fff;text-transform:uppercase}#mini-cart .content .title>div span{font-weight:400;font-size:12px}#mini-cart .content .basket-items-content,#mini-cart .content .basket-information{padding-inline:20px}#mini-cart .content .basket-items-content{padding:19px 20px;width:100%;margin:0 auto;height:calc(100vh - 80px - 226px);overflow:auto}#mini-cart .content .basket-items-content::-webkit-scrollbar-track{border-radius:7px;background-color:#e5e5e5}#mini-cart .content .basket-items-content::-webkit-scrollbar{width:5px;background-color:#e5e5e5;border-radius:7px}#mini-cart .content .basket-items-content::-webkit-scrollbar-thumb{border-radius:7px;background-color:var(--baseColor2)}@media screen and (max-width:1023px){#mini-cart .content .basket-items-content{padding:38px 12px}}#mini-cart .content .basket-items-content .basket-items{display:flex;flex-direction:column;gap:27px}#mini-cart .content .basket-items-content .basket-items li{display:flex;gap:16px}#mini-cart .content .basket-items-content .basket-items li:not(.last){border-bottom:1px solid var(--gray-450);padding-bottom:19px}@media screen and (max-width:1023px){#mini-cart .content .basket-items-content .basket-items li:not(.last){padding-bottom:20px}}#mini-cart .content .basket-items-content .basket-items li .img{display:block;width:84px;min-width:84px;overflow:hidden;aspect-ratio:var(--media-ratio);position:relative;border-radius:10px}@media screen and (max-width:1023px){#mini-cart .content .basket-items-content .basket-items li .img{min-width:76px}}#mini-cart .content .basket-items-content .basket-items li .img img{position:absolute;width:100%;height:auto;left:50%;top:50%;transform:translate(-50%, -50%)}#mini-cart .content .basket-items-content .basket-items li .basket-size{width:20px;height:20px;line-height:20px;right:-10px;top:-5px;font-size:13px;font-weight:700}#mini-cart .content .basket-items-content .basket-items li .information{display:flex;justify-content:space-between;flex-grow:1}#mini-cart .content .basket-items-content .basket-items li .information .flex{align-items:center;justify-content:space-between;gap:30px}#mini-cart .content .basket-items-content .basket-items li .information .flex .name{line-height:17px;max-width:100px;display:block;display:inline-block;text-transform:lowercase;font-weight:400;line-height:17px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;font-size:12px}#mini-cart .content .basket-items-content .basket-items li .information .flex .name::first-letter{text-transform:uppercase}#mini-cart .content .basket-items-content .basket-items li .information .flex .amount{display:flex;align-items:center;width:var(--width);height:var(--height);background-color:transparent;border-radius:25px;border:1px solid #dfdada;display:grid;grid-template-columns:minmax(0, 1fr) minmax(0, 30px) minmax(0, 1fr)}#mini-cart .content .basket-items-content .basket-items li .information .flex .amount input,#mini-cart .content .basket-items-content .basket-items li .information .flex .amount a,#mini-cart .content .basket-items-content .basket-items li .information .flex .amount button{display:block;height:100%;flex-grow:1;flex-shrink:1;text-align:center !important;padding:0 !important;border:none;background-color:transparent;line-height:25px;color:#92c84a;font-size:15px;margin:0;font-weight:600;font-family:var(--font-5)}#mini-cart .content .basket-items-content .basket-items li .information .flex .amount input::-webkit-outer-spin-button,#mini-cart .content .basket-items-content .basket-items li .information .flex .amount input::-webkit-inner-spin-button,#mini-cart .content .basket-items-content .basket-items li .information .flex .amount a::-webkit-outer-spin-button,#mini-cart .content .basket-items-content .basket-items li .information .flex .amount a::-webkit-inner-spin-button,#mini-cart .content .basket-items-content .basket-items li .information .flex .amount button::-webkit-outer-spin-button,#mini-cart .content .basket-items-content .basket-items li .information .flex .amount button::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}#mini-cart .content .basket-items-content .basket-items li .information .flex .amount input[type=number],#mini-cart .content .basket-items-content .basket-items li .information .flex .amount a[type=number],#mini-cart .content .basket-items-content .basket-items li .information .flex .amount button[type=number]{-moz-appearance:textfield}#mini-cart .content .basket-items-content .basket-items li .information .flex .amount input{color:#757575;line-height:23px;font-size:15px;border-inline:1px solid var(--gray-450);border-radius:0}#mini-cart .content .basket-items-content .basket-items li .information .flex .amount a,#mini-cart .content .basket-items-content .basket-items li .information .flex .amount button{cursor:pointer}#mini-cart .content .basket-items-content .basket-items li .information .flex .price strong{font-size:15px;color:var(--baseColor1);font-weight:700}#mini-cart .content .basket-items-content .basket-items li .information .flex .remove .icon{display:block}#mini-cart .content .basket-information{display:flex;flex-direction:column;position:absolute;bottom:0;width:100%;padding-block:33px;box-shadow:0px 1px 8px #00000029}@media screen and (max-width:1023px){#mini-cart .content .basket-information{padding-block:31px 29px}}#mini-cart .content .basket-information .border-top{border-top:1px solid var(--gray-500);padding-top:13px}#mini-cart .content .basket-information span{font-family:var(--font-4)}#mini-cart .content .basket-information .flex{justify-content:space-between;align-items:center}#mini-cart .content .basket-information .flex .text-right{text-align:right}#mini-cart .content .basket-information .flex .bold{font-weight:700;text-align:right}#mini-cart .content .basket-information .flex .parcels{display:block;color:#ababab;font-size:13px}#mini-cart .content .basket-information .flex strong{color:var(--baseColor1);font-size:18px}#mini-cart .content .basket-information .buttons{display:flex;flex-direction:column;gap:10px;margin-top:33px}#mini-cart .content .basket-information .buttons a{width:100%;line-height:45px;height:45px;font-size:13px}#mini-cart .content .basket-information .buttons a:not(.keep-buying){background-color:#059b00}#mini-cart .content .basket-empty{padding-top:39px}#mini-cart .content .basket-empty strong{display:block;text-align:center;font-size:19px;margin-top:12px;line-height:22px}#mini-cart .content .basket-empty .basket-size{position:unset;display:block;margin:0 auto;width:21px;height:21px;font-size:13px;line-height:21px}#mini-cart .content .basket-empty p{text-align:center;font-size:15px;margin-block:20px 39px;margin-inline:auto;max-width:307px}#mini-cart .content .basket-empty .buttons{display:grid;grid-template-columns:1fr 1fr;padding:25px 23px;box-shadow:0px 1px 8px #00000029;gap:11px}#mini-cart .content .basket-empty .buttons a{display:flex;gap:5px;margin:0 auto}#hamburguer{position:initial;display:flex;align-items:center;--header-height: 118px;--padding-x: 20px;--close-height: var(--header-height)}@media screen and (max-width:1023px){#hamburguer{padding:0}}#hamburguer:has(li.open){--close-height: 90px}#hamburguer .overlay-hamburger{position:fixed;top:0;left:0;width:100%;height:10000%;background:rgba(0,0,0,.5);z-index:5;z-index:9999}#hamburguer .overlay-hamburger.hide{display:none}#hamburguer .open-menu{display:block;filter:var(--filter)}#hamburguer .logo{display:flex;align-items:center;justify-content:center;width:100%;margin:0 auto;background-color:#000;height:var(--header-height)}#hamburguer .logo a{display:block;width:207px;aspect-ratio:207/33;background-image:var(--logo);background-size:contain;background-repeat:no-repeat;width:182px}@media screen and (max-width:1023px){#hamburguer .logo a{width:182px}}#hamburguer .close-menu{right:0;transform:translateX(100%);position:absolute;top:0}#hamburguer .close-menu .icon{display:block;width:39px;height:var(--close-height);font-weight:400;font-size:19px;background-color:var(--baseColor2);color:#fff;line-height:118px;text-align:center;font-size:25px;transition:ease all .2s}#hamburguer .close-menu .icon::before{display:block;content:"x"}#hamburguer.active #menu-mobile{opacity:1;left:0;transform:translate(0, 0)}#hamburguer #menu-mobile{opacity:0;position:fixed;top:0;left:-100%;width:calc(100% - 49px);z-index:9999;transition:ease all .3s;transform:translate(-500px, 0);height:100%;display:block;padding:0;background-color:#fff;box-shadow:0 10px 10px 0 rgba(0,0,0,.2)}#hamburguer #menu-mobile .menu-wrapper{display:block;float:left;overflow-y:auto;width:100%;max-height:calc(100dvh - var(--header-height));border-top:1px solid #d8d8d8}#hamburguer #menu-mobile .category-menu-small{clear:both;width:100%;margin:0 auto}#hamburguer #menu-mobile .category-menu-small .wd-category-menu ul.level-1{display:grid}#hamburguer #menu-mobile .category-menu-small .wd-category-menu ul.level-1>li{order:-1;margin:0;border-bottom:1px solid #d8d8d8;width:calc(100% - (var(--padding-x)*2));margin:0 auto}#hamburguer #menu-mobile .category-menu-small .wd-category-menu ul.level-1>li span.title-category{display:flex;align-items:center;justify-content:space-between;position:relative;margin:0;padding:27.5px 0;font-size:15px;color:var(--fontColor1);font-weight:400}#hamburguer #menu-mobile .category-menu-small .wd-category-menu ul.level-1>li span.title-category span:not(.icon){display:flex;align-items:center;gap:4.5px;display:inline-block;text-transform:lowercase;font-size:16px}#hamburguer #menu-mobile .category-menu-small .wd-category-menu ul.level-1>li span.title-category span:not(.icon)::first-letter{text-transform:uppercase}#hamburguer #menu-mobile .category-menu-small .wd-category-menu ul.level-1>li span.title-category>.icon::after{content:"";display:inline-block;transition:ease all .3s;display:block}#hamburguer #menu-mobile .category-menu-small .wd-category-menu ul.level-1>li .h3{display:none;margin:0;padding:0;color:#fff}#hamburguer #menu-mobile .category-menu-small .wd-category-menu ul.level-1>li .h3>a{display:block;color:#fff;padding:10px}#hamburguer #menu-mobile .category-menu-small .wd-category-menu ul.level-1>li.has-children>span.title-category>.icon{display:block;transition:ease all .3s}#hamburguer #menu-mobile .category-menu-small .wd-category-menu ul.level-1>li.has-children.open ul.level-2{transform:translateX(0)}#hamburguer #menu-mobile .category-menu-small .wd-category-menu ul.level-1>li.last{border-bottom:0}#hamburguer #menu-mobile .category-menu-small .wd-category-menu ul.level-1>li.ofertas{padding:0;width:100%;background-color:var(--baseColor1);padding:0 var(--padding-x)}#hamburguer #menu-mobile .category-menu-small .wd-category-menu ul.level-1>li.ofertas .bg-sprite{filter:brightness(0) invert(1)}#hamburguer #menu-mobile .category-menu-small .wd-category-menu ul.level-1>li.ofertas .title-category{align-items:center;height:65px;line-height:65px;gap:5px}#hamburguer #menu-mobile .category-menu-small .wd-category-menu ul.level-1>li.ofertas .title-category span{text-transform:unset !important;font-weight:700;color:#fff}#hamburguer #menu-mobile .category-menu-small .wd-category-menu ul.level-2{transition:ease all .3s;position:absolute;width:100%;height:100%;background-color:#fff;top:0;left:0;padding:0 var(--padding-x);transform:translateX(-100%);z-index:1}#hamburguer #menu-mobile .category-menu-small .wd-category-menu ul.level-2>li{margin:0}#hamburguer #menu-mobile .category-menu-small .wd-category-menu ul.level-2>li.voltar a{font-weight:700;display:flex;align-items:center;justify-content:flex-start;gap:7px;height:90px;text-transform:unset;color:var(--fontColor1);border-bottom:1px solid #e4e4e4;margin-bottom:24px}#hamburguer #menu-mobile .category-menu-small .wd-category-menu ul.level-2>li.voltar a svg *{fill:var(--baseColor1)}#hamburguer #menu-mobile .category-menu-small .wd-category-menu ul.level-2>li.veja-mais{display:none}#hamburguer #menu-mobile .category-menu-small .wd-category-menu ul.level-2>li.veja-mais a{color:#858585;display:flex;justify-content:space-between;align-items:center}#hamburguer #menu-mobile .category-menu-small .wd-category-menu ul.level-2>li.veja-mais a::after{content:"";display:inline-block;transition:ease all .3s;display:block}#hamburguer #menu-mobile .category-menu-small .wd-category-menu ul.level-2>li a{display:block;justify-content:space-between;align-items:center;font-size:15px;padding:12px 0;position:relative;display:inline-block;text-transform:lowercase}#hamburguer #menu-mobile .category-menu-small .wd-category-menu ul.level-2>li a::first-letter{text-transform:uppercase}#hamburguer #menu-mobile .category-menu-small .wd-category-menu ul.level-2>li a::first-letter{text-transform:uppercase}#hamburguer #menu-mobile .category-menu-small .wd-category-menu ul.level-2>li a .icon{order:2}#hamburguer #menu-mobile .category-menu-small .wd-category-menu ul.level-2>li a .icon::after{content:"";display:inline-block;transition:ease all .3s;display:block}#hamburguer #menu-mobile .category-menu-small .wd-category-menu ul.level-2>li>.h4{margin:0;padding:0}#hamburguer #menu-mobile .category-menu-small .wd-category-menu ul.level-2>li>.h4 a{font-weight:500}#hamburguer #menu-mobile .category-menu-small .wd-category-menu ul.level-2>li.first>.h4>a{padding-top:0}#hamburguer #menu-mobile .category-menu-small .wd-category-menu ul.level-2>li.ver-tudo a{padding-bottom:30px;font-weight:700;color:var(--baseColor2);text-decoration:underline}#hamburguer #menu-mobile .category-menu-small .wd-category-menu ul.level-2>li>.level-3>.first>.h4>a{padding-top:0}#hamburguer #menu-mobile .bottom{background-color:#f3f3f3;padding:0 var(--padding-x)}#hamburguer #menu-mobile .bottom ul{display:grid}#hamburguer #menu-mobile .bottom ul li{padding:21px 0}#hamburguer #menu-mobile .bottom ul li:not(:last-child){border-bottom:1px solid #e4e4e4}#hamburguer #menu-mobile .bottom ul li a{display:flex;align-items:center;gap:8px;color:#9a9a9a;font-weight:400;font-size:14px}#hamburguer #menu-mobile .bottom ul li a svg *{fill:var(--baseColor1)}#hamburguer #menu-mobile .bottom ul li .custom-welcome-shopper svg{width:11px;height:auto}.brands-ko{display:grid;grid-template-columns:minmax(0, 228px) 1fr;gap:20px}@media screen and (max-width:1023px){.brands-ko{grid-template-columns:100%}}.brands-ko .left{padding-right:8px;border-right:1px solid #dedede}.brands-ko .left>strong{display:block;margin-bottom:11px}.brands-ko .left ul{display:grid;gap:20px;max-height:304px;overflow:auto}.brands-ko .left ul::-webkit-scrollbar-track{border-radius:5px;background-color:#f5f5f5}.brands-ko .left ul::-webkit-scrollbar{width:5px;background-color:#f5f5f5;border-radius:5px}.brands-ko .left ul::-webkit-scrollbar-thumb{border-radius:5px;background-color:var(--baseColor3)}.brands-ko .left ul>li{display:flex}.brands-ko .left ul>li a{display:inline-block;text-transform:lowercase;font-size:13px}.brands-ko .left ul>li a::first-letter{text-transform:uppercase}.brands-ko .right .search{position:relative;max-width:389px;margin-bottom:20px}@media screen and (max-width:1023px){.brands-ko .right .search{max-width:100%;margin-bottom:23px}}.brands-ko .right .search input{line-height:43px;height:43px}@media screen and (max-width:1023px){.brands-ko .right .search input{background-color:var(--gray-400)}}.brands-ko .right .search button{position:absolute;right:11px;top:50%;transform:translateY(-50%)}.brands-ko .right ul{display:grid;grid-template-columns:repeat(10, 1fr);max-height:15vw;overflow:auto;gap:19px 14px;padding-right:14px}.brands-ko .right ul::-webkit-scrollbar-track{border-radius:5px;background-color:#f5f5f5}.brands-ko .right ul::-webkit-scrollbar{width:12px;background-color:#f5f5f5;border-radius:5px}.brands-ko .right ul::-webkit-scrollbar-thumb{border-radius:5px;background-color:var(--baseColor2)}@media screen and (max-width:1023px){.brands-ko .right ul{grid-template-columns:repeat(3, 1fr);max-height:calc(100vh - 230px);overflow:auto}}.brands-ko .right ul li{display:flex;align-items:center;justify-content:center;aspect-ratio:1;border:1px solid #e2e2e2;display:none}.brands-ko .right ul li.has-image{display:flex}.brands-ko .right ul li a{width:100%;height:100%;display:flex;align-items:center;justify-content:center;position:relative}.brands-ko .right ul li a img{width:100%;height:auto;position:absolute}.brands-ko .right ul li a img:not(.loaded){display:none}#footer{padding:0}@media screen and (max-width:1023px){#footer{margin-top:0}}@media screen and (max-width:1023px){#footer .rodape{box-shadow:none;padding:0}}#footer .rodape__atendimento{display:flex;flex-direction:column;gap:30px;justify-content:center;align-items:center;padding:60px 0 80px}@media screen and (max-width:1023px){#footer .rodape__atendimento{padding:20px 0 40px}}#footer .rodape__atendimento h2{color:#eb6e0f;text-align:center;font-family:Roboto;font-size:32px;font-style:normal;font-weight:700;line-height:normal}@media screen and (max-width:1023px){#footer .rodape__atendimento h2{font-size:22px;max-width:183px}}#footer .rodape__atendimento p{display:flex;align-items:center;gap:10px}@media screen and (max-width:1023px){#footer .rodape__atendimento p{flex-direction:column}}#footer .rodape__atendimento p span{color:#000;text-align:center;font-family:Roboto;font-size:16px;font-style:normal;font-weight:400;line-height:normal}@media screen and (max-width:1023px){#footer .rodape__atendimento p span{font-size:12px;max-width:290px}}#footer .rodape__atendimento__botoes ul{display:flex;align-items:center;gap:100px}@media screen and (max-width:1023px){#footer .rodape__atendimento__botoes ul{gap:20px;flex-direction:column}}#footer .rodape__atendimento__botoes ul li a{display:flex;align-items:center;justify-content:center;padding:7px 14px;border-radius:10px;background:#ff6e01;gap:20px}#footer .rodape__atendimento__botoes ul li a span{color:#fff;font-family:Roboto;font-size:16px;font-style:normal;font-weight:700;line-height:normal}#footer .rodape .title-rodape{color:var(--baseColor1);font-size:18px;display:block;line-height:22px}#footer .rodape .rodape-1{padding-top:52px}@media screen and (max-width:1023px){#footer .rodape .rodape-1{padding-top:36px}}@media screen and (min-width:1024px){#footer .rodape .rodape-1 .wrapper{padding-bottom:40px}}#footer .rodape .rodape-1 .wrapper>.columns{display:grid;justify-content:space-between;grid-template-columns:minmax(0, 296px) repeat(3, fit-content(100%)) minmax(0, 172px);-moz-column-gap:30px;column-gap:30px;row-gap:53px}@media screen and (max-width:1023px){#footer .rodape .rodape-1 .wrapper>.columns{grid-template-columns:100%;gap:unset}}@media screen and (max-width:1023px){#footer .rodape .rodape-1 .wrapper>.columns .column{width:calc(100%);margin:0 auto}}#footer .rodape .rodape-1 .wrapper>.columns .column label{margin:0 0 18px}#footer .rodape .rodape-1 .wrapper>.columns .column>ul{gap:18px;flex-direction:column}@media screen and (max-width:1023px){#footer .rodape .rodape-1 .wrapper>.columns .column>ul{gap:25px}}#footer .rodape .rodape-1 .wrapper>.columns .column>ul li{margin:0;border:none;color:var(--fontColor4)}#footer .rodape .rodape-1 .wrapper>.columns .column>ul li.horario-funcionamento{max-width:228px}#footer .rodape .rodape-1 .wrapper>.columns .column>ul li.horario-funcionamento a{white-space:wrap}#footer .rodape .rodape-1 .wrapper>.columns .column>ul li a{gap:9px;font-size:13px}#footer .rodape .rodape-1 .wrapper>.columns .column>ul.redes-sociais{margin-top:17px}@media screen and (max-width:1023px){#footer .rodape .rodape-1 .wrapper>.columns .column>ul.redes-sociais{justify-content:center;flex-direction:row;margin-top:22px}#footer .rodape .rodape-1 .wrapper>.columns .column>ul.redes-sociais svg{width:30px;height:30px}}@media screen and (max-width:1023px){#footer .rodape .rodape-1 .wrapper>.columns .column:not(.accordion-mobile){margin-bottom:45px}}#footer .rodape .rodape-1 .wrapper>.columns .column.accordion-mobile{border-bottom:1px solid #dedede;margin-bottom:0;padding:30px 5px}#footer .rodape .rodape-1 .wrapper>.columns .column.accordion-mobile:nth-child(2){border-top:1px solid #dedede}#footer .rodape .rodape-1 .wrapper>.columns .column.accordion-mobile ul,#footer .rodape .rodape-1 .wrapper>.columns .column.accordion-mobile img{display:none}#footer .rodape .rodape-1 .wrapper>.columns .column.accordion-mobile ul li ul,#footer .rodape .rodape-1 .wrapper>.columns .column.accordion-mobile img li ul{padding:0}#footer .rodape .rodape-1 .wrapper>.columns .column.accordion-mobile ul li ul li,#footer .rodape .rodape-1 .wrapper>.columns .column.accordion-mobile img li ul li{margin:0}#footer .rodape .rodape-1 .wrapper>.columns .column.accordion-mobile label{display:flex;align-items:center;justify-content:space-between;width:100%;margin:0;padding:0;position:relative;z-index:1}#footer .rodape .rodape-1 .wrapper>.columns .column.accordion-mobile label i{content:"";display:inline-block;transition:ease all .3s}#footer .rodape .rodape-1 .wrapper>.columns .column.accordion-mobile label strong{font-size:14px}#footer .rodape .rodape-1 .wrapper>.columns .column.accordion-mobile input{display:none}#footer .rodape .rodape-1 .wrapper>.columns .column.accordion-mobile input:checked~label{margin-bottom:20px}#footer .rodape .rodape-1 .wrapper>.columns .column.accordion-mobile input:checked~label i{transform:rotate(180deg)}#footer .rodape .rodape-1 .wrapper>.columns .column.accordion-mobile input:checked~.wd-page-menu ul{max-height:100vh;visibility:visible;opacity:1}#footer .rodape .rodape-1 .wrapper>.columns .column.accordion-mobile input:checked~ul,#footer .rodape .rodape-1 .wrapper>.columns .column.accordion-mobile input:checked~img,#footer .rodape .rodape-1 .wrapper>.columns .column.accordion-mobile input:checked~ul img{display:flex}#footer .rodape .rodape-1 .wrapper>.columns .column.accordion-mobile input:checked~ul li,#footer .rodape .rodape-1 .wrapper>.columns .column.accordion-mobile input:checked~img li,#footer .rodape .rodape-1 .wrapper>.columns .column.accordion-mobile input:checked~ul img li{margin:0}@media screen and (max-width:1023px){#footer .rodape .rodape-1 .wrapper>.columns .column.redes-sociais{max-width:100%}}#footer .rodape .rodape-1 .wrapper>.columns .column.redes-sociais svg{width:21px;height:21px}@media screen and (max-width:1023px){#footer .rodape .rodape-1 .wrapper>.columns .column.redes-sociais>p{font-size:16px;text-align:center}}#footer .rodape .rodape-1 .wrapper>.columns .column.redes-sociais strong{font-size:14px;margin-bottom:16px;display:block}@media screen and (max-width:1023px){#footer .rodape .rodape-1 .wrapper>.columns .column.redes-sociais strong{text-align:center}}@media screen and (max-width:1023px){#footer .rodape .rodape-1 .wrapper>.columns .column.meios-de-pagamento{margin-top:30px}}#footer .rodape .rodape-1 .wrapper>.columns .column.meios-de-pagamento ul{flex-direction:row;flex-wrap:wrap;max-width:235px;gap:11px}@media screen and (max-width:1023px){#footer .rodape .rodape-1 .wrapper>.columns .column.meios-de-pagamento ul{justify-content:center;gap:12px;max-width:280px;margin:0 auto}}#footer .rodape .rodape-1 .wrapper>.columns .column.meios-de-pagamento ul li{background-image:var(--meios-de-pagamento);background-repeat:no-repeat;width:30px;height:22px}#footer .rodape .rodape-1 .wrapper>.columns .column.meios-de-pagamento ul li.visa{background-position:1.463% 17.333%}#footer .rodape .rodape-1 .wrapper>.columns .column.meios-de-pagamento ul li.mastercard{background-position:20.976% 17.333%}#footer .rodape .rodape-1 .wrapper>.columns .column.meios-de-pagamento ul li.hiper{background-position:40.777% 17.333%}#footer .rodape .rodape-1 .wrapper>.columns .column.meios-de-pagamento ul li.elo{background-position:59.709% 17.333%}#footer .rodape .rodape-1 .wrapper>.columns .column.meios-de-pagamento ul li.hipercard{background-position:98.049% 17.333%}#footer .rodape .rodape-1 .wrapper>.columns .column.meios-de-pagamento ul li.amex{background-position:1.463% 53.333%}#footer .rodape .rodape-1 .wrapper>.columns .column.meios-de-pagamento ul li.itau{background-position:20.976% 72.727%}#footer .rodape .rodape-1 .wrapper>.columns .column.meios-de-pagamento ul li.diners-club{background-position:79.024% 17.333%}#footer .rodape .rodape-1 .wrapper>.columns .column.meios-de-pagamento ul li.bradesco{background-position:40.777% 72.727%;width:29px}#footer .rodape .rodape-1 .wrapper>.columns .column.meios-de-pagamento ul li.banco-do-brasil{background-position:59.709% 72.727%}#footer .rodape .rodape-1 .wrapper>.columns .column.meios-de-pagamento ul li.banrisul{background-position:79.024% 72.727%}#footer .rodape .rodape-1 .wrapper>.columns .column.meios-de-pagamento ul li.boleto{background-position:98.049% 72.727%}#footer .rodape .rodape-1 .wrapper>.columns .column.meios-de-pagamento ul li.pix{background-position:0 100%}#footer .rodape .rodape-1 .wrapper>.columns .column.sobre-nos .logo-rodape{display:block;width:207px;aspect-ratio:207/33;background-image:var(--logo-footer);background-size:contain;background-repeat:no-repeat;margin-bottom:34px}@media screen and (max-width:1023px){#footer .rodape .rodape-1 .wrapper>.columns .column.sobre-nos .logo-rodape{width:207px}}@media screen and (max-width:1023px){#footer .rodape .rodape-1 .wrapper>.columns .column.sobre-nos .logo-rodape{margin-inline:auto}}#footer .rodape .rodape-1 .wrapper>.columns .column.sobre-nos strong{font-size:13px}@media screen and (max-width:1023px){#footer .rodape .rodape-1 .wrapper>.columns .column.sobre-nos strong{font-size:14px}}#footer .rodape .rodape-1 .wrapper>.columns .column.sobre-nos p{margin-block:21px;line-height:21px;font-size:13px}@media screen and (max-width:1023px){#footer .rodape .rodape-1 .wrapper>.columns .column.sobre-nos p{font-size:14px;margin-bottom:12px}}#footer .rodape .rodape-1 .wrapper>.columns .column.sobre-nos [class*=btn]{max-width:144px;font-size:17px;line-height:43px;height:43px}@media screen and (max-width:1023px){#footer .rodape .rodape-1 .wrapper>.columns .column.sobre-nos [class*=btn]{line-height:26px;height:26px;font-size:11px;max-width:87px;margin:0 auto}}#footer .rodape .rodape-1 .wrapper>.columns .column.conta-e-redes{display:flex;flex-direction:column;gap:19px;flex-grow:1;flex-shrink:0}@media screen and (max-width:1023px){#footer .rodape .rodape-1 .wrapper>.columns .column.conta-e-redes{flex-direction:row;margin-top:45px;margin-bottom:21px}}#footer .rodape .rodape-1 .wrapper>.columns .column.conta-e-redes>div{border-radius:10px;border:1px solid var(--baseColor2);padding:19px 23px}@media screen and (max-width:1023px){#footer .rodape .rodape-1 .wrapper>.columns .column.conta-e-redes>div{flex-grow:1}}#footer .rodape .rodape-1 .wrapper>.columns .column.conta-e-redes>div>span{font-size:15px;line-height:18px}#footer .rodape .rodape-1 .wrapper>.columns .column.conta-e-redes>div .title-rodape{line-height:18px;margin-bottom:13px}#footer .rodape .rodape-1 .wrapper>.columns .column.conta-e-redes>div ul{display:flex;flex-direction:column;gap:10px}#footer .rodape .rodape-1 .wrapper>.columns .column.conta-e-redes>div ul li{display:flex}#footer .rodape .rodape-1 .wrapper>.columns .column.conta-e-redes>div ul li a{display:flex;align-items:center;gap:10px}#footer .rodape .rodape-1 .wrapper>.columns .column.conta-e-redes>div.redes ul{flex-direction:row;gap:14px}#footer .rodape .rodape-1 .wrapper>.columns .column.conta-e-redes>div.redes ul span{display:none}@media screen and (min-width:1024px){#footer .rodape .rodape-1 .wrapper>.columns .column.canais-de-atendimento{grid-column:span 5}}#footer .rodape .rodape-1 .wrapper>.columns .column.canais-de-atendimento>div{border:1px solid var(--baseColor2);border-radius:10px;padding:21px 35px}#footer .rodape .rodape-1 .wrapper>.columns .column.canais-de-atendimento>div ul{display:flex;align-items:center;gap:30px;margin-top:11px}@media screen and (max-width:1023px){#footer .rodape .rodape-1 .wrapper>.columns .column.canais-de-atendimento>div ul{display:grid;grid-template-columns:repeat(2, 1fr);gap:9px 30px}}#footer .rodape .rodape-1 .wrapper>.columns .column.canais-de-atendimento>div ul li a{display:flex;align-items:center;gap:9px}#footer .rodape .rodape-1 .wrapper>.columns .column.canais-de-atendimento>div ul li a[href=""]{pointer-events:none}#footer .rodape .rodape-1 .wrapper>.columns .column.canais-de-atendimento>div ul li.last br{display:none}@media screen and (max-width:1023px){#footer .rodape .rodape-1 .wrapper>.columns .column.canais-de-atendimento>div ul li.last{grid-column:span 2}}#footer .rodape .rodape-1 .wrapper>.columns .column.seguranca label{margin-bottom:40px}@media screen and (max-width:1023px){#footer .rodape .rodape-1 .wrapper>.columns .column.seguranca label{text-align:center;margin-bottom:20px}}@media screen and (max-width:1023px){#footer .rodape .rodape-1 .wrapper>.columns .column.seguranca ul{display:flex;flex-direction:row;justify-content:center;gap:30px;align-items:center}}@media screen and (max-width:1023px){#footer .rodape .rodape-1 .wrapper>.columns .column.seguranca ul li.google-safe img{width:156px;height:20.571px;aspect-ratio:91/12}}@media screen and (max-width:1023px){#footer .rodape .rodape-1 .wrapper>.columns .column.seguranca ul li.site-blindado img{width:86.019px;height:20.635px;aspect-ratio:86.02/20.64}}#footer .copyright{padding:19px 0;background-color:var(--gray-100)}#footer .copyright *{font-family:var(--font-5);font-size:13px}@media screen and (max-width:1023px){#footer .copyright{padding:40px 0 36px 0}}#footer .copyright .wrapper{justify-content:space-between;gap:30px}@media screen and (max-width:1023px){#footer .copyright .wrapper{flex-wrap:wrap;gap:44px}}@media screen and (max-width:1023px){#footer .copyright .wrapper{justify-content:center;flex-wrap:wrap;gap:37px 0;width:100%}}#footer .copyright .wrapper>.text{max-width:408px;flex-shrink:1;flex-grow:1}@media screen and (max-width:1023px){#footer .copyright .wrapper>.text{width:100%}}#footer .copyright .wrapper>.text p{font-size:9px;color:#a8a8a8;font-family:var(--font-3)}@media screen and (max-width:1023px){#footer .copyright .wrapper>.text p{margin:0;text-align:center !important;font-size:10px;margin-bottom:11px}}#footer .copyright .wrapper div{display:flex;gap:15px}#footer .copyright .wrapper .plataforma,#footer .copyright .wrapper .desenvolvimento,#footer .copyright .wrapper .seguranca{gap:10px}@media screen and (max-width:1023px){#footer .copyright .wrapper .plataforma,#footer .copyright .wrapper .desenvolvimento,#footer .copyright .wrapper .seguranca{justify-content:center}}#footer .copyright .wrapper .plataforma .text,#footer .copyright .wrapper .desenvolvimento .text,#footer .copyright .wrapper .seguranca .text{color:#a8a8a8;line-height:15px;font-size:14px;font-family:var(--font-3)}@media screen and (max-width:1023px){#footer .copyright .wrapper .plataforma .text,#footer .copyright .wrapper .desenvolvimento .text,#footer .copyright .wrapper .seguranca .text{font-size:14px}}@media screen and (max-width:1023px){#footer .copyright .wrapper .plataforma .selo,#footer .copyright .wrapper .desenvolvimento .selo,#footer .copyright .wrapper .seguranca .selo{width:100%}}#footer .copyright .wrapper .plataforma .selo.site-blindado,#footer .copyright .wrapper .desenvolvimento .selo.site-blindado,#footer .copyright .wrapper .seguranca .selo.site-blindado{max-width:89px}#footer .copyright .wrapper .plataforma .selo.google-selo,#footer .copyright .wrapper .desenvolvimento .selo.google-selo,#footer .copyright .wrapper .seguranca .selo.google-selo{max-width:40px}#footer .copyright .wrapper .plataforma .selo.linx,#footer .copyright .wrapper .desenvolvimento .selo.linx,#footer .copyright .wrapper .seguranca .selo.linx{max-width:122px}#footer .copyright .wrapper .plataforma .selo.agrada,#footer .copyright .wrapper .desenvolvimento .selo.agrada,#footer .copyright .wrapper .seguranca .selo.agrada{max-width:101px}@media screen and (max-width:1023px){#footer .copyright .wrapper .desenvolvimento,#footer .copyright .wrapper .plataforma,#footer .copyright .wrapper .seguranca{width:-moz-fit-content;width:fit-content;padding:0 15px;align-items:flex-start}}#footer .copyright .wrapper .seguranca div{display:flex;gap:15px}#footer .meios-de-pagamento img{width:100%;height:auto}#btn-wpp{right:30px;bottom:10px;z-index:102 !important;position:fixed}#btn-wpp .wrap{position:relative;display:inline-block;width:auto;height:75px;transition:.3s}#btn-wpp .wrap:hover{transform:scale(1.05)}#btn-wpp .bg{display:block;background-color:#25d366;border-radius:50px;border:2px solid #fff;padding:3px 15px 3px 40px;color:#fff;font-size:14px;line-height:1.2;display:flex;flex-direction:column;align-items:center}#btn-wpp .bg p{margin:0}#btn-wpp .bg span{font-weight:bold}#btn-wpp .logo{position:absolute;top:30%;right:130px;transform:translateY(-50%);width:56px;height:56px}.newsletter{--color: #fff;padding:32px 0;display:flex;padding:45px 0;background-color:var(--baseColor1);box-shadow:0px 1px 8px #00000029}@media screen and (max-width:1023px){.newsletter{padding:12px 0;border-bottom:none}}.newsletter .newsletter-custom{--h: 40px}@media screen and (max-width:1023px){.newsletter .newsletter-custom{--h: 26px}}.newsletter .newsletter-custom form{gap:43px;align-items:center;justify-content:space-between;--font-size: calc(18px - 1px)}@media screen and (min-width:1024px){.newsletter .newsletter-custom form{flex-direction:row !important}}@media screen and (max-width:1023px){.newsletter .newsletter-custom form{flex-direction:column;align-items:flex-start;gap:14px;--font-size: 11px}}.newsletter .newsletter-custom form strong{color:#fff;font-size:22px;white-space:nowrap;line-height:27px}@media screen and (max-width:1023px){.newsletter .newsletter-custom form strong{white-space:wrap;display:block;font-size:18px;line-height:18px}}.newsletter .newsletter-custom form strong span{font-size:18px;font-weight:400;display:block}@media screen and (max-width:1023px){.newsletter .newsletter-custom form strong span{font-size:15px}}.newsletter .newsletter-custom form .input-wrapper{margin:0;position:relative;display:flex}.newsletter .newsletter-custom form .input-wrapper input{--font-family: var(--font-4);line-height:var(--h);height:var(--h);background-color:#fff;border-radius:10px;background-color:transparent;border-color:var(--gray-450);font-family:var(--font-family);font-size:var(--font-size);color:var(--gray-450)}.newsletter .newsletter-custom form .input-wrapper input:placeholder{color:var(--gray-450);font-family:var(--font-family);font-size:var(--font-size)}.newsletter .newsletter-custom form .input-wrapper input::-webkit-input-placeholder{color:var(--gray-450);opacity:1;font-family:var(--font-family);font-size:var(--font-size)}.newsletter .newsletter-custom form .input-wrapper input::-moz-placeholder{color:var(--gray-450);opacity:1;font-family:var(--font-family);font-size:var(--font-size)}.newsletter .newsletter-custom form .input-wrapper input:-ms-input-placeholder{color:var(--gray-450);opacity:1;font-family:var(--font-family);font-size:var(--font-size)}.newsletter .newsletter-custom form .input-wrapper input:-moz-placeholder{color:var(--gray-450);opacity:1;font-family:var(--font-family);font-size:var(--font-size)}@media screen and (max-width:1023px){.newsletter .newsletter-custom form .input-wrapper input{border-radius:5px;padding:0 5px}}.newsletter .newsletter-custom form .form-wrapper{grid-template-columns:repeat(2, minmax(0, 392px)) minmax(0, 144px);gap:22px}@media screen and (max-width:1023px){.newsletter .newsletter-custom form .form-wrapper{width:100%;gap:9px;grid-template-columns:repeat(2, minmax(0, 1fr)) minmax(0, 87px)}}.newsletter .newsletter-custom form .form-wrapper button{height:var(--h);line-height:var(--h);max-width:144px;font-size:var(--font-size)}.newsletter .newsletter-custom form .form-wrapper button.loading{display:flex !important}@media screen and (max-width:1023px){.newsletter .newsletter-custom form .form-wrapper button{max-width:180px;margin:0 auto;line-height:var(--h);height:var(--h)}}.newsletter .newsletter-custom form .form-wrapper .error{top:0 !important;transform:translateY(-100%)}@media screen and (max-width:1023px){.newsletter .newsletter-custom form .form-wrapper .error{left:50%;right:unset !important;transform:translateX(-50%) translateY(-100%)}}.newsletter .newsletter-custom .success-message{color:var(--color);font-size:var(--font-size);flex-grow:1;text-align:center}.wd-product-line{--button-height: 42px;border-radius:15px;background-color:#fff;overflow:hidden;text-align:left;padding:var(--p-y) var(--p-x);border:1px solid #d9d9d9;position:relative;--p-y: 23px;--p-x: 18px}@media screen and (max-width:1023px){.wd-product-line{padding:15px 13px;height:auto !important}}.wd-product-line .foto-produto{position:relative}.wd-product-line .foto-produto .wd-product-line-wishlist{position:absolute;z-index:1;right:13px;top:16px}@media screen and (max-width:1023px){.wd-product-line .foto-produto .wd-product-line-wishlist{right:12px;top:12px}}.wd-product-line .foto-produto .wd-product-line-wishlist button{display:flex;border:none;background-color:transparent;padding:0}@media screen and (max-width:1023px){.wd-product-line .foto-produto .wd-product-line-wishlist button svg{width:18px}}.wd-product-line .foto-produto .product-line-medias .image{display:none;align-items:center;position:relative;overflow:hidden;width:100%;aspect-ratio:var(--media-ratio);border-radius:15px}.wd-product-line .foto-produto .product-line-medias .image.selected{display:flex}@media(max-width: 1300px){.wd-product-line .foto-produto .product-line-medias .image{min-height:unset}}.wd-product-line .foto-produto .product-line-medias .image img{width:100%;height:auto;max-width:100%;position:absolute;top:50%;transform:translateY(-50%) translateX(-50%);left:50%;transition:ease all .5s}.wd-product-line .foto-produto .product-line-medias .image img.main-image{opacity:1}.wd-product-line .foto-produto .product-line-medias .image img.hover-image{opacity:0}.wd-product-line .foto-produto .product-line-medias .image:has(.hover-image):hover .main-image{opacity:0}.wd-product-line .foto-produto .product-line-medias .image:has(.hover-image):hover .hover-image{opacity:1}.wd-product-line .item-description{position:relative;padding:0;margin-top:19px}@media screen and (max-width:1023px){.wd-product-line .item-description{margin-top:13px}}.wd-product-line .item-description .name{margin-bottom:14px;height:47px;overflow:hidden;display:inline-block;text-transform:lowercase}.wd-product-line .item-description .name::first-letter{text-transform:uppercase}@media screen and (max-width:1023px){.wd-product-line .item-description .name{margin-block:0 10px;height:28px}}.wd-product-line .item-description .name a{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;overflow:hidden;font-size:18px;line-height:25px;font-weight:700;color:var(--fontColor1);text-align:center}@media screen and (max-width:1023px){.wd-product-line .item-description .name a{font-size:11px;line-height:15px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}}.wd-product-line .item-description>.custom-product-rating{margin-bottom:19px;justify-content:center}@media screen and (max-width:1023px){.wd-product-line .item-description>.custom-product-rating{margin-bottom:11px}}@media screen and (max-width:1023px){.wd-product-line .item-description>.custom-product-rating .stars{gap:1px}}@media screen and (max-width:1023px){.wd-product-line .item-description>.custom-product-rating svg{width:7px}}@media screen and (max-width:1023px){.wd-product-line .item-description>.custom-product-rating .rating-count{margin-left:3px;font-size:6px}}@media screen and (min-width:1024px){.wd-product-line .bottom{position:absolute;opacity:0;visibility:hidden;bottom:22px;width:100%;left:0}}@media screen and (max-width:1023px){.wd-product-line .bottom{margin-top:16px}}.wd-product-line .bottom .buttons{padding-inline:22px}@media screen and (max-width:1023px){.wd-product-line .bottom .buttons{padding-inline:0}}.wd-product-line .bottom .buttons button{height:42px;line-height:42px;font-size:15px}.wd-product-line .bottom .buttons button.add-to-cart{background-color:#059b00}@media screen and (max-width:1023px){.wd-product-line .bottom .buttons button{height:27px;line-height:27px;font-size:11px}.wd-product-line .bottom .buttons button.loading::before{--height: 10px}}@media screen and (min-width:1024px){.wd-product-line:hover{padding-bottom:var(--padding-bottom-product-line)}.wd-product-line:hover .bottom{opacity:1;visibility:visible}}.wd-product-list-clean.product-list-dynamic:not(.loaded),.wd-product-associations.upsell.product-list-dynamic:not(.loaded){height:729px}@media screen and (max-width:1023px){.wd-product-list-clean .title-vitrine,.wd-product-associations.upsell .title-vitrine{padding:0 15px}}@media screen and (min-width:1024px){.wd-product-list-clean li:not(:has(.wd-product-line:hover)),.wd-product-associations.upsell li:not(:has(.wd-product-line:hover)){padding-bottom:var(--padding-bottom-product-line)}}.wd-product-list-clean [class*=swiper-arrow],.wd-product-associations.upsell [class*=swiper-arrow]{--translate-y: calc(-50% - 44px)}.wd-product-list-clean:has(.wd-marketing-banner),.wd-product-associations.upsell:has(.wd-marketing-banner){display:grid;grid-template-columns:minmax(0, 287px) minmax(0, 1fr);-moz-column-gap:42px;column-gap:42px}@media screen and (max-width:1023px){.wd-product-list-clean:has(.wd-marketing-banner),.wd-product-associations.upsell:has(.wd-marketing-banner){grid-template-columns:minmax(0, 1fr) minmax(0, 1fr);-moz-column-gap:25px;column-gap:25px}}.wd-product-list-clean:has(.wd-marketing-banner) .title-vitrine,.wd-product-associations.upsell:has(.wd-marketing-banner) .title-vitrine{grid-column:span 2;order:-1}.priceContainer .de-por{display:block;text-align:center;font-size:12px;line-height:15px;height:15px}@media screen and (max-width:1023px){.priceContainer .de-por{font-size:8px;letter-spacing:-0.05px}}.priceContainer .sale-price{display:block;text-align:center}@media screen and (max-width:1023px){.priceContainer .sale-price{margin-bottom:2px}}.priceContainer .sale-price span{font-size:38px;font-weight:700;color:var(--baseColor1);letter-spacing:-0.23px;line-height:46px}@media screen and (max-width:1023px){.priceContainer .sale-price span{font-size:24px;letter-spacing:-0.14px;line-height:17px}}.priceContainer .condition{display:block;text-align:center;font-style:normal;line-height:22px}@media screen and (max-width:1023px){.priceContainer .condition,.priceContainer .condition *{font-size:9px;line-height:11px;letter-spacing:-0.06px}}@media screen and (max-width:1023px){.priceContainer .condition{line-height:10px}}.priceContainer .condition strong{font-weight:700}.priceContainer .condition .parcels,.priceContainer .condition .parcel-value{font-weight:700;font-size:17px}@media screen and (max-width:1023px){.priceContainer .condition .parcels,.priceContainer .condition .parcel-value{font-size:10px}}.priceContainer .savings{font-size:15px;text-align:center;display:block;line-height:normal}@media screen and (max-width:1023px){.priceContainer .savings{font-size:9px;line-height:9px}}.priceContainer .savings span{font-weight:700}.wd-flags{display:flex;flex-direction:column;align-items:center}@media screen and (max-width:1023px){.wd-flags{top:11px;left:6px}}.wd-flags img{width:auto;display:block}.wd-flags span.flag{display:block;width:100%;background-color:var(--baseColor1);font-weight:700;text-align:center;font-size:15px;border-radius:16px;color:#fff;text-transform:uppercase;padding:5px;height:auto;margin:0;border-radius:10px;line-height:normal}@media screen and (max-width:1023px){.wd-flags span.flag{height:auto;font-size:15px;padding:5px}}.wd-flags .flag{margin-bottom:5px}@media screen and (max-width:1023px){.wd-browsing-grid-list div.wd-flags{margin-top:33px}}.wd-flag-off{display:flex;position:absolute;top:9px;left:9px;z-index:2}.wd-flag-off[data-off="0"]{display:none}@media screen and (max-width:1023px){.wd-flag-off{top:5px;left:6px}}.wd-flag-off .flag.off{background-color:var(--baseColor1);padding:0 11px;width:-moz-fit-content;width:fit-content;text-align:center;color:#fff;font-size:15px;height:34px;font-family:var(--font-3);font-weight:700;border-radius:15px}@media screen and (max-width:1023px){.wd-flag-off .flag.off{line-height:22px;height:22px;font-size:9px;padding:0 7px}}.facet-search{display:flex;align-items:center;gap:41px;box-shadow:0px 1px 5px #00000029;padding:26px 42px;border-radius:10px}@media screen and (max-width:1023px){.facet-search{flex-direction:column;padding:22px 19px;gap:20px}}.facet-search>div{max-width:201px;flex-shrink:0}@media screen and (max-width:1023px){.facet-search>div{max-width:100%}}.facet-search>div,.facet-search>div span{display:block;line-height:24px;font-size:20px;text-transform:uppercase}@media screen and (max-width:1023px){.facet-search>div,.facet-search>div span{font-size:19px}}@media(max-width: 430px){.facet-search>div,.facet-search>div span{font-size:calc((19 * 100vw) / 430);white-space:nowrap}}.facet-search>div strong{color:var(--baseColor1)}.facet-search form{flex-grow:1;display:grid;align-items:center;justify-content:space-between;grid-template-columns:repeat(3, minmax(0, 196px)) minmax(0, 180px)}@media screen and (max-width:1023px){.facet-search form{grid-template-columns:repeat(3, minmax(0, 1fr));-moz-column-gap:9px;column-gap:9px;row-gap:23px;width:100%}}.facet-search form .input-wrapper{display:flex;margin:0}.facet-search form .input-wrapper select{font-size:18px}.facet-search form button{line-height:40px;height:40px}@media screen and (max-width:1023px){.facet-search form button{grid-column:span 3;font-size:18px}}body .themodal-overlay{background:rgba(0,0,0,.5);z-index:1000000000000000300000000 !important;position:fixed;bottom:0;top:0;left:0;right:0;z-index:101;overflow:auto;-webkit-overflow-scrolling:touch}body .the-modal{width:100%;max-width:420px;overflow:visible}@media screen and (max-width:1023px){body .the-modal{max-width:95%}}body .the-modal .the-modal-container{padding:30px}@media screen and (max-width:1023px){body .the-modal .the-modal-container{padding:15px}}body .the-modal a.close{width:40px;height:40px;background-color:transparent;display:flex;align-items:center;justify-content:center;color:#fff;border-radius:100%;font-size:26px;font-weight:600;line-height:26px;padding-bottom:3px;text-transform:lowercase;background-color:var(--baseColor2);color:#fff;width:39px;height:39px;opacity:1;text-transform:uppercase;top:-17px !important;right:-17px;font-size:32px;font-weight:400;padding-bottom:3px}@media screen and (max-width:1023px){body .the-modal a.close{top:3px !important;right:3px !important}}body .the-modal .alert-success,body .the-modal .alert-warning{background:transparent;border:0;padding:0;margin:0;text-align:center}body .the-modal .alert-success a.btn,body .the-modal .alert-warning a.btn{margin:20px auto 0;width:100%;border:0;display:flex;align-items:center;justify-content:center;gap:4px;height:45px;line-height:45px;font-size:13px;text-align:center;border:0;background-color:var(--baseColor1);color:#fff;width:100%;font-weight:700;transition:none;white-space:nowrap;border-radius:5px;text-transform:uppercase}body .the-modal .alert-success a.btn.loading,body .the-modal .alert-warning a.btn.loading{font-size:0 !important;pointer-events:none;position:relative}body .the-modal .alert-success a.btn.loading .bg-sprite,body .the-modal .alert-success a.btn.loading svg,body .the-modal .alert-warning a.btn.loading .bg-sprite,body .the-modal .alert-warning a.btn.loading svg{display:none}body .the-modal .alert-success a.btn.loading::before,body .the-modal .alert-warning a.btn.loading::before{--height: 25px;content:"" !important;animation:spinnerload 1s linear infinite;position:absolute;z-index:1;border:2px solid #fff;border-radius:100%;border-top:2px solid transparent;height:var(--height);aspect-ratio:1;left:calc(50% - var(--height) / 2);top:calc(50% - var(--height) / 2);font-size:15px}body .the-modal .alert-success a.btn:hover,body .the-modal .alert-warning a.btn:hover{color:#fff}body .the-modal .message{display:block;text-align:center;margin:0;color:var(--fontColor1);font-size:18px;font-weight:500}body .the-modal .message li{margin:0}body .the-modal .message .erros{display:block !important;color:var(--fontColor1);font-size:18px;font-weight:500}body .the-modal .button-wrapper button{margin:5px 0;width:100%;display:flex;align-items:center;justify-content:center;gap:4px;height:45px;line-height:45px;font-size:13px;text-align:center;border:0;background-color:var(--baseColor1);color:#fff;width:100%;font-weight:700;transition:none;white-space:nowrap;border-radius:5px;text-transform:uppercase}body .the-modal .button-wrapper button.loading{font-size:0 !important;pointer-events:none;position:relative}body .the-modal .button-wrapper button.loading .bg-sprite,body .the-modal .button-wrapper button.loading svg{display:none}body .the-modal .button-wrapper button.loading::before{--height: 25px;content:"" !important;animation:spinnerload 1s linear infinite;position:absolute;z-index:1;border:2px solid #fff;border-radius:100%;border-top:2px solid transparent;height:var(--height);aspect-ratio:1;left:calc(50% - var(--height) / 2);top:calc(50% - var(--height) / 2);font-size:15px}body .the-modal .button-wrapper button:hover{color:#fff}body .the-modal .button-wrapper .yes{border:0;display:flex;align-items:center;justify-content:center;gap:4px;height:45px;line-height:45px;font-size:13px;text-align:center;border:0;background-color:var(--baseColor1);color:#fff;width:100%;font-weight:700;transition:none;white-space:nowrap;border-radius:5px;text-transform:uppercase;width:100%;margin-top:20px}body .the-modal .button-wrapper .yes.loading{font-size:0 !important;pointer-events:none;position:relative}body .the-modal .button-wrapper .yes.loading .bg-sprite,body .the-modal .button-wrapper .yes.loading svg{display:none}body .the-modal .button-wrapper .yes.loading::before{--height: 25px;content:"" !important;animation:spinnerload 1s linear infinite;position:absolute;z-index:1;border:2px solid #fff;border-radius:100%;border-top:2px solid transparent;height:var(--height);aspect-ratio:1;left:calc(50% - var(--height) / 2);top:calc(50% - var(--height) / 2);font-size:15px}body .the-modal .button-wrapper .yes:hover{color:#fff}body .the-modal .button-wrapper .no{display:none}.recover-password-error .the-modal{max-width:460px;border:0;overflow:visible}.recover-password-error .the-modal a.close{background:#fff;color:var(--baseColor2)}.recover-password-error .the-modal .the-modal-container{padding:0;border-radius:0;overflow:hidden}.recover-password-error .the-modal .the-modal-container:before{content:"Erro ao recuperar a senha";width:100%;height:40px;background-color:var(--baseColor1);color:#fff;font-weight:900;font-size:17px;display:block;text-align:center;line-height:40px}.recover-password-error .the-modal .the-modal-container .message{padding:50px !important;background:#fff;font-size:15px;color:var(--fontColor2);padding:10px;text-align:center !important;font-weight:400}.recover-password-error .the-modal .the-modal-container .wd-profile-login-recover-password .wd-header{height:45px;display:flex;align-items:center;justify-content:center;width:100%;line-height:45px;background:var(--baseColor1);text-align:center}.recover-password-error .the-modal .the-modal-container .wd-profile-login-recover-password .wd-header .wd-title{text-transform:none;color:#fff;font-weight:900;font-size:17px}.wd-profile-login-recover-password-response-modal .the-modal{max-width:460px;border:0;overflow:visible}.wd-profile-login-recover-password-response-modal .the-modal .the-modal-container{padding:0;border-radius:0;overflow:hidden}.wd-profile-login-recover-password-response-modal .the-modal .the-modal-container:before{content:"Login";width:100%;height:40px;background-color:var(--baseColor1);color:#fff;font-weight:700;font-size:17px;display:block;text-align:center;line-height:40px}.wd-profile-login-recover-password-response-modal .the-modal .the-modal-container .alert{padding:50px !important;background:#fff;font-size:15px;color:var(--fontColor2);padding:10px;text-align:center !important;font-weight:400;margin-bottom:0}.wd-profile-login-recover-password-response-modal .the-modal .the-modal-container .input-wrapper span{padding:30px;height:30px;line-height:30px;font-weight:400;color:var(--fontColor2);width:100%}.wd-profile-login-modal .the-modal{max-width:460px;border:0;overflow:visible}.wd-profile-login-modal .the-modal .the-modal-container{padding:0;border-radius:0;overflow:hidden}.wd-profile-login-modal .the-modal .the-modal-container .message{padding:0 40px 40px;background:rgba(220,53,69,.4);font-size:15px;color:var(--fontColor2);padding:10px;font-weight:400;color:#dc3545}.wd-profile-login-modal .the-modal .the-modal-container .wd-profile-login-recover-password .wd-header .wd-icon{display:none}.wd-profile-login-modal .the-modal .the-modal-container .wd-profile-login-recover-password .wd-header .wd-title{font-size:24px;color:var(--fontColor1);font-weight:500;display:block;text-align:center;margin:20px 0}@media screen and (min-width: 768px)and (max-width:1100px){.wd-profile-login-modal .the-modal .the-modal-container .wd-profile-login-recover-password .wd-header .wd-title{font-size:22px}}@media screen and (max-width:1023px){.wd-profile-login-modal .the-modal .the-modal-container .wd-profile-login-recover-password .wd-header .wd-title{font-size:22px}}.wd-profile-login-modal .the-modal .the-modal-container .wd-profile-login-recover-password .wd-content{padding:0 40px 40px}.wd-profile-login-modal .the-modal .the-modal-container .wd-profile-login-recover-password .wd-content .input-wrapper{margin-bottom:0}.wd-profile-login-modal .the-modal .the-modal-container .wd-profile-login-recover-password .wd-content .input-wrapper label{width:100%;font-weight:500;font-size:15px;color:var(--fontColor1)}.wd-profile-login-modal .the-modal .the-modal-container .wd-profile-login-recover-password .wd-content .input-wrapper input{max-width:100%;border-color:var(--gray-200);height:40px;border-radius:4px;color:var(--fontColor1)}.wd-profile-login-modal .the-modal .the-modal-container .wd-profile-login-recover-password .wd-content .input-wrapper input:placeholder{color:var(--fontColor2)}.wd-profile-login-modal .the-modal .the-modal-container .wd-profile-login-recover-password .wd-content .input-wrapper input::-webkit-input-placeholder{color:var(--fontColor2);opacity:1}.wd-profile-login-modal .the-modal .the-modal-container .wd-profile-login-recover-password .wd-content .input-wrapper input::-moz-placeholder{color:var(--fontColor2);opacity:1}.wd-profile-login-modal .the-modal .the-modal-container .wd-profile-login-recover-password .wd-content .input-wrapper input:-ms-input-placeholder{color:var(--fontColor2);opacity:1}.wd-profile-login-modal .the-modal .the-modal-container .wd-profile-login-recover-password .wd-content .input-wrapper input:-moz-placeholder{color:var(--fontColor2);opacity:1}.wd-profile-login-modal .the-modal .the-modal-container .wd-profile-login-recover-password .wd-content .recover-password-button{width:100%;margin:10px 0;height:40px;line-height:40px;border:0;padding:0;display:flex;align-items:center;justify-content:center;gap:4px;height:45px;line-height:45px;font-size:13px;text-align:center;border:0;background-color:var(--baseColor1);color:#fff;width:100%;font-weight:700;transition:none;white-space:nowrap;border-radius:5px;text-transform:uppercase}.wd-profile-login-modal .the-modal .the-modal-container .wd-profile-login-recover-password .wd-content .recover-password-button.loading{font-size:0 !important;pointer-events:none;position:relative}.wd-profile-login-modal .the-modal .the-modal-container .wd-profile-login-recover-password .wd-content .recover-password-button.loading .bg-sprite,.wd-profile-login-modal .the-modal .the-modal-container .wd-profile-login-recover-password .wd-content .recover-password-button.loading svg{display:none}.wd-profile-login-modal .the-modal .the-modal-container .wd-profile-login-recover-password .wd-content .recover-password-button.loading::before{--height: 25px;content:"" !important;animation:spinnerload 1s linear infinite;position:absolute;z-index:1;border:2px solid #fff;border-radius:100%;border-top:2px solid transparent;height:var(--height);aspect-ratio:1;left:calc(50% - var(--height) / 2);top:calc(50% - var(--height) / 2);font-size:15px}.wd-profile-login-modal .the-modal .the-modal-container .wd-profile-login-recover-password .wd-content .recover-password-button:hover{color:#fff}.wd-profile-login-modal .the-modal .the-modal-container .wd-profile-login-recover-password .wd-content p{display:block;text-align:left;font-weight:400;font-size:12px}.wd-product-deliveryfee-modal .the-modal .the-modal-container{background-color:#fff;padding:25px}.wd-product-deliveryfee-modal .the-modal .the-modal-container .wd-title{color:var(--fontColor1);font-size:22px;font-weight:700;display:block;margin-bottom:20px}.wd-product-deliveryfee-modal .the-modal .the-modal-container .modal{display:block;position:initial}.wd-product-deliveryfee-modal .the-modal .the-modal-container .modal .wd-content .form{position:relative}.wd-product-deliveryfee-modal .the-modal .the-modal-container .modal .wd-content .form .content p{font-size:var(--fontColor2);color:var(--fontColor2);letter-spacing:-0.07px;font-weight:400}.wd-product-deliveryfee-modal .the-modal .the-modal-container .modal .wd-content .form .content p small{display:inline-block;margin:10px 0 0;background:var(--gray-100);color:var(--fontColor1);font-size:11px;clear:both;padding:5px 10px;border-radius:20px}.wd-product-deliveryfee-modal .the-modal .the-modal-container .modal .wd-content .form .content .input-wrapper{margin-top:15px;padding:0;float:none;width:100%}.wd-product-deliveryfee-modal .the-modal .the-modal-container .modal .wd-content .form .content .input-wrapper label{display:none}.wd-product-deliveryfee-modal .the-modal .the-modal-container .modal .wd-content .form .content .input-wrapper input{height:40px;width:100%;float:none}.wd-product-deliveryfee-modal .the-modal .the-modal-container .modal .wd-content .form .button-wrapper{position:absolute;right:0;bottom:0;width:200px}.wd-product-deliveryfee-modal .the-modal .the-modal-container .modal .wd-content .form .button-wrapper button{display:flex;align-items:center;justify-content:center;gap:4px;height:45px;line-height:45px;font-size:13px;text-align:center;border:0;background-color:var(--baseColor1);color:#fff;width:100%;font-weight:700;transition:none;white-space:nowrap;border-radius:5px;text-transform:uppercase;line-height:40px;height:40px;width:100%;margin:0}.wd-product-deliveryfee-modal .the-modal .the-modal-container .modal .wd-content .form .button-wrapper button.loading{font-size:0 !important;pointer-events:none;position:relative}.wd-product-deliveryfee-modal .the-modal .the-modal-container .modal .wd-content .form .button-wrapper button.loading .bg-sprite,.wd-product-deliveryfee-modal .the-modal .the-modal-container .modal .wd-content .form .button-wrapper button.loading svg{display:none}.wd-product-deliveryfee-modal .the-modal .the-modal-container .modal .wd-content .form .button-wrapper button.loading::before{--height: 25px;content:"" !important;animation:spinnerload 1s linear infinite;position:absolute;z-index:1;border:2px solid #fff;border-radius:100%;border-top:2px solid transparent;height:var(--height);aspect-ratio:1;left:calc(50% - var(--height) / 2);top:calc(50% - var(--height) / 2);font-size:15px}.wd-product-deliveryfee-modal .the-modal .the-modal-container .modal .wd-content .form .button-wrapper button:hover{color:#fff}.wd-product-deliveryfee-modal .the-modal .the-modal-container .grid table.result{margin-top:20px;max-width:100%}.wd-product-deliveryfee-modal .the-modal .the-modal-container .grid table.result img{max-width:50px;display:none}.wd-product-deliveryfee-modal .the-modal .the-modal-container .grid table.result th{text-align:left}.wd-product-deliveryfee-modal .the-modal .the-modal-container .grid table.result th,.wd-product-deliveryfee-modal .the-modal .the-modal-container .grid table.result td{font-size:12px;padding:5px;vertical-align:middle}.wd-product-deliveryfee-modal .the-modal .the-modal-container .grid table.result td{text-align:left}.wd-checkout-basket-message-modal .message{font-size:16px;color:#000;text-align:center;display:block;padding:50px 0 30px}.wd-product-reviews-create-response-modal .alert-success{border:0;margin:0;background-color:transparent;padding:40px 0 30px}.wd-product-reviews-create-response-modal .alert-success .message{font-size:16px;color:#000;text-align:center;display:block}.wd-error-summary-modal .alert{margin:0;border:0;padding:0}.wd-error-summary-modal .the-modal{max-width:465px}.wd-error-summary-modal .the-modal .the-modal-container{padding:50px}.show-form-add-wishlist .the-modal,.open-modal-wishlist .the-modal{max-width:420px;border:0;overflow:visible}.show-form-add-wishlist .the-modal .the-modal-container .modal,.open-modal-wishlist .the-modal .the-modal-container .modal{position:initial;display:block}.show-form-add-wishlist .the-modal .the-modal-container .modal .wd-header,.open-modal-wishlist .the-modal .the-modal-container .modal .wd-header{display:none}.show-form-add-wishlist .the-modal .the-modal-container .modal .wd-content .form,.open-modal-wishlist .the-modal .the-modal-container .modal .wd-content .form{max-width:100%;min-width:auto}.show-form-add-wishlist .the-modal .the-modal-container .modal .wd-content .form form,.open-modal-wishlist .the-modal .the-modal-container .modal .wd-content .form form{max-width:100%;min-width:auto}.show-form-add-wishlist .the-modal .the-modal-container .modal .wd-content .form form .content label,.open-modal-wishlist .the-modal .the-modal-container .modal .wd-content .form form .content label{font-weight:500;font-size:18px;color:var(--fontColor1);display:block;width:100%;margin:0 0 10px}.show-form-add-wishlist .the-modal .the-modal-container .modal .wd-content .form form .content select,.show-form-add-wishlist .the-modal .the-modal-container .modal .wd-content .form form .content input,.open-modal-wishlist .the-modal .the-modal-container .modal .wd-content .form form .content select,.open-modal-wishlist .the-modal .the-modal-container .modal .wd-content .form form .content input{width:100%;display:block;margin:0;border-radius:4px;border:1px solid var(--gray-200);height:40px;color:var(--fontColor2);font-weight:500}.show-form-add-wishlist .the-modal .the-modal-container .modal .wd-content .form form .button-wrapper button,.open-modal-wishlist .the-modal .the-modal-container .modal .wd-content .form form .button-wrapper button{width:100%;margin:10px 0 0}.show-form-add-wishlist .the-modal .the-modal-container p,.open-modal-wishlist .the-modal .the-modal-container p{font-weight:500;font-size:20px;text-align:center}.show-form-add-wishlist .the-modal .the-modal-container .button-wrapper .btn,.open-modal-wishlist .the-modal .the-modal-container .button-wrapper .btn{margin-top:20px;padding:0 30px;display:flex;align-items:center;justify-content:center;gap:4px;height:45px;line-height:45px;font-size:13px;text-align:center;border:0;background-color:var(--baseColor1);color:#fff;width:100%;font-weight:700;transition:none;white-space:nowrap;border-radius:5px;text-transform:uppercase}.show-form-add-wishlist .the-modal .the-modal-container .button-wrapper .btn.loading,.open-modal-wishlist .the-modal .the-modal-container .button-wrapper .btn.loading{font-size:0 !important;pointer-events:none;position:relative}.show-form-add-wishlist .the-modal .the-modal-container .button-wrapper .btn.loading .bg-sprite,.show-form-add-wishlist .the-modal .the-modal-container .button-wrapper .btn.loading svg,.open-modal-wishlist .the-modal .the-modal-container .button-wrapper .btn.loading .bg-sprite,.open-modal-wishlist .the-modal .the-modal-container .button-wrapper .btn.loading svg{display:none}.show-form-add-wishlist .the-modal .the-modal-container .button-wrapper .btn.loading::before,.open-modal-wishlist .the-modal .the-modal-container .button-wrapper .btn.loading::before{--height: 25px;content:"" !important;animation:spinnerload 1s linear infinite;position:absolute;z-index:1;border:2px solid #fff;border-radius:100%;border-top:2px solid transparent;height:var(--height);aspect-ratio:1;left:calc(50% - var(--height) / 2);top:calc(50% - var(--height) / 2);font-size:15px}.show-form-add-wishlist .the-modal .the-modal-container .button-wrapper .btn:hover,.open-modal-wishlist .the-modal .the-modal-container .button-wrapper .btn:hover{color:#fff}body.checkout-basket-content-modal .themodal-overlay{display:none}.custom-modal{display:none;position:fixed;width:100%;height:100%;top:0;left:0;z-index:9999}.custom-modal.opened{display:block}.custom-modal .modal-overlay{position:fixed;top:0;left:0;width:100%;height:10000%;background:rgba(0,0,0,.5);z-index:5}.custom-modal .modal-overlay.hide{display:none}.custom-modal .modal-header{line-height:53px;height:53px;display:flex;background-color:var(--baseColor2);padding-left:30px}.custom-modal .modal-title{flex-grow:1;display:block;color:#fff;font-weight:700;font-size:17px}.custom-modal .close-modal{cursor:pointer;z-index:2;background-color:var(--baseColor2);color:#fff;text-align:center;flex-grow:1;font-size:25px;max-width:53px;line-height:53px;height:53px}.custom-modal .modal-container{width:100%;max-width:400px;background-color:#fff;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);z-index:6;--padding: 30px}@media screen and (max-width:1023px){.custom-modal .modal-container{width:calc(100% - 26px)}}.custom-modal .modal-content{padding:var(--padding)}body.modal-newsletter .modal-header{height:0}body.modal-newsletter .modal-header .close-modal{position:absolute;right:20px;background-color:transparent}body.modal-newsletter .modal-content{padding:0}body.medias-zoom .modal-content{padding:0}body.notifywhenavailable-modal .modal-content strong{font-size:18px}body.notifywhenavailable-modal .modal-content span{font-size:13px;margin-bottom:15px}body.notifywhenavailable-modal .modal-content .input-wrapper{position:relative}.testimonials{padding:60px 20px;color:#fff;text-align:center;margin-bottom:40px;background-color:var(--baseColor1)}.testimonials h2{font-size:28px;margin-bottom:40px;font-weight:500}.testimonials .swiper{padding-bottom:20px}.testimonials .swiper-slide{display:flex;justify-content:center}.testimonials .testimonial-card{position:relative;width:260px;padding:0px 20px;border-radius:30px;background:#000;text-align:center;min-height:250px;max-height:250px;display:flex;align-items:center;justify-content:center}.testimonials .testimonial-card::before{content:"";position:absolute;inset:0;border-radius:30px;padding:3px;background:#eb6e0f;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude}.testimonials .testimonial-card .content h3{margin-top:10px;font-size:16px;font-weight:600}.testimonials .testimonial-card .content .stars{color:#f4b400;margin:8px 0;font-size:14px}.testimonials .testimonial-card .content p{font-size:13px;color:#fff;line-height:1.4}