.newest-products .nw-search{display:flex;width:100%;background-color:#fff;border-radius:7px;margin-bottom:20px;position:relative}.newest-products .nw-search input{width:100%;border:none;border-radius:7px;box-shadow:none;margin:0;height:45px;padding:0 15px}.newest-products .nw-search button.botao-busca{position:absolute;right:0;height:100%;background-color:#fdd760;border:none;box-shadow:none;padding:0;width:45px;background-image:none;border-left:1px solid #e3e3e3;border-top-right-radius:7px;border-bottom-right-radius:6px;color:#fff}.newest-products .nw-search button.botao-reset{position:absolute;right:0;height:100%;background-color:#25262c;border:none;box-shadow:none;padding:0;width:45px;background-image:none;border-top-right-radius:3px;border-bottom-right-radius:3px;color:#fff}.newest-products .nw-products{display:grid}@media (min-width:1400px){.newest-products .nw-products{grid-template-columns:repeat(5,1fr);gap:20px 10px}}@media (min-width:992px) and (max-width:1399px){.newest-products .nw-products{grid-template-columns:repeat(4,1fr);gap:10px}}@media (max-width:992px){.newest-products .nw-products{grid-template-columns:1fr;gap:10px}}.newest-products .nw-products .nw-product{display:block;background-color:#fff;border-radius:5px;padding:20px 0;font-weight:400;text-decoration:none}@media (max-width:992px){.newest-products .nw-products .nw-product{display:grid;grid-template-columns:41% 1fr}}.newest-products .nw-products .nw-product .nw-ctn{padding:0 10px;display:flex;flex-direction:column;gap:10px}@media (max-width:992px){.newest-products .nw-products .nw-product .nw-ctn{padding:0}}.newest-products .nw-products .nw-product .nw-ctn .nome-produto{font-size:15px;line-height:1.2;font-weight:600;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@media (min-width:992px){.newest-products .nw-products .nw-product .nw-ctn .nome-produto{min-height:35px}}.newest-products .nw-products .nw-product .nw-ctn .nw-data{color:#5e6a82;font-weight:500}.newest-products .nw-products .nw-product .nw-ctn .nw-price .nw-p-pix{text-decoration:line-through;font-size:14px}.newest-products .nw-products .nw-product .nw-ctn .nw-price .nw-d-discount .p__pix{display:flex!important;gap:6px;font-size:1.3rem!important;font-weight:800!important;color:#32bcad!important;line-height:1;margin-top:5px!important}.newest-products .nw-products .nw-product .nw-ctn .nw-price .nw-d-discount .p__pix span{line-height:1!important;font-weight:400;font-size:12px!important;display:flex;align-items:center;gap:3px;margin-top:6px;color:#565c69!important;position:relative;top:5px;margin:0;top:0}.newest-products .nw-products .nw-product .nw-ctn .nw-price .nw-parcel{margin:0}.newest-products .nw-products .nw-product .nw-ctn .nw-price .nw-parcel>b{color:#4dc85e!important}.newest-products .nw-products .nw-product .nw-ctn .nw-price .nw-parcel strong{background-color:#000!important;color:#fff!important;line-height:16px!important;border:2px solid #fff;border-radius:3px!important;padding:3px 7px;display:inline-block!important;margin:0;margin-top:0!important;margin:0;border-radius:7px!important;font-weight:400;font-size:12px!important;position:relative;top:2px;border-left:0}.newest-products .nw-products .nw-product .nw-ctn .nw-price .nw-parcel strong b{color:var(--store-b-color-tips,#fdd760)!important}.newest-products .nw-products .nw-product .nw-ctn .add-to-cart{display:block;max-width:90%;background-color:#fdd760;color:#25262c;text-align:center;padding:10px;box-sizing:border-box;border-radius:5px;font-weight:600;font-size:14px;cursor:pointer}@media (min-width:992px){.newest-products .nw-products .nw-product .nw-ctn .add-to-cart{width:100%;max-width:100%}}.newest-products .nw-products .nw-product .nw-ctn .add-to-cart{transition:all .2s ease-out}.newest-products .nw-products .nw-product .nw-ctn .add-to-cart:hover{opacity:.93}.newest-products .nw-loading{max-width:200px;margin:0 auto}.newest-products .nw-loading .loader{width:100%;height:4.8px;display:inline-block;position:relative;background:rgba(255,255,255,.15);overflow:hidden;border-radius:10px}.newest-products .nw-loading .loader::after{content:"";box-sizing:border-box;width:0;height:4.8px;background:#fff;position:absolute;top:0;left:0;animation:animFw 10s linear infinite}@keyframes animFw{0%{width:0}100%{width:100%}}