FRETE GRÁTIS a partir de R$ 299!
CUPOM: NEWS10
Até 8x sem juros

BODY OSTRA

R$169,90

R$84,90


2x de R$42,45 sem juros
Opções de frete
Entregas para o CEP: Alterar CEP
Calcule seu frete
FRETE GRATS A PARTIR DE 299,00
Obs.: nossos produtos são exclusivos e esgotam rápido, devido a alta demanda compras através de boletos serão canceladas em 48h caso não seja confirmado o pagamento pela instituição financeira.
Compre e cancele quando quiser.
Sua compra está protegida, cancele gratuitamente se você se arrepender.

Descrição

DESCRIÇÃO:

MAIÔ BODY ESTAMPA ANIMAL PRINT,  com  bojo removível, acessório em v na faixa da cintura, decote profundo, mangas longas com estruturação nos ombros,que traz um ar sofisticado a peça.  Lycra UV 50+

 

REFERENCIA:

m374

COMPOSIÇÃO:

 Tecido: Lycra® 92% POLIÉSTER  , 08% ELASTANO 

 Forro  Lycra® bio degradável UV 50+: 85% POLIAMIDA, 15% ELASTANO

Cores: 

ESTAMPA ANIMAL PRINT 

As fotos no corpo possuem leve filtro/edição, podendo apresentar uma pequena variação de cor, considerando a calibragem de cor de cada monitor/display.

INSTRUÇÕES DE USO:

Lavar à mão com água fria e sabão neutro

Secar à sombra em local ventilado

Lavar as peças logo após o uso

Nunca usar ferro de passar

Não guardar as peças molhadas em sacos plásticos, ou deixar de molho para não manchá-las.

Tente evitar contato da peça com bronzeador, filtro solar e outros agentes quimicos que podem provocar manchas 

Evite contato direto com superfícies ásperas, para não danificar o produto.

Retire os resíduos de areia com a peça ainda seca

Guardar as peças que possuem bojo com cuidado para não amassa-los.

Atenção para as cores: as cítricas tem menos resistência a luz e ao sol.

PARA REFERÊNCIA:

Modelo veste tamanho M

Guia de Medidas:

Tamanho Busto Cintura Quadril
       
P 83-88 67-72 92-97
M 89-94 73-78 98-103
G 95-101 79-85 104-110
GG 102-109 86-94 111-117
       

 

Depoimentos

Veja o que nossos clientes comentam!

Adorei minha compra, super amei. Realmente é o que eu vi no site, o que eu esperava e a qualidade do tecido é impecável. Comprarei novamente assim que tiver necessidade. Muito obrigada.

LICIANE PANSERA ALFENAS - MG

Amo os biquínis da News! O material é excelente, tenho um Biquini com mais de 5 anos, e ainda parece novo! Recomendo para todo mundo a marca.

Natália Souza João pessoa PB

Se eu gostei?eu ameiiiiii, Com certeza voltarei a comprar mais vezes

SIMONE COSTA João Monlevade – MG

Eu adorei a qualidade e modelagem dos biquínis, gostei de como chegaram bem embalados e do atendimento também, não vou perdê-los de vista ☺️obrigada

Christianne Gomes Palmeiras dos indios - AL

Eu simplesmente amei compra pelo site, foi minha primeira compra de muitas que virão 🙌🫶♥️

Maria, João Pessoa - PB

(function() { const styles = ` .floating-video-btn { position: fixed; width: 80px; height: 80px; border-radius: 50%; background: linear-gradient(135deg, #ff6b6b 0%, #ff8787 100%); border: none; cursor: pointer; display: flex; align-items: center; justify-content: center; z-index: 9999; box-shadow: 0 8px 24px rgba(255, 107, 107, 0.4); transition: all 0.3s ease; left: 20px; bottom: 100px; overflow: hidden; } .floating-video-btn:hover { transform: scale(1.1); box-shadow: 0 12px 32px rgba(255, 107, 107, 0.6); } .floating-video-btn video { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; } .floating-video-play-icon { position: absolute; font-size: 32px; color: white; opacity: 0; transition: opacity 0.3s ease; z-index: 100; } .floating-video-btn:hover .floating-video-play-icon { opacity: 1; } .floating-video-close-small { position: absolute; top: -16px; right: -16px; width: 32px; height: 32px; background: #ff4444; border: 3px solid white; border-radius: 50%; cursor: pointer; display: flex; align-items: center; justify-content: center; color: white; z-index: 10001; padding: 0; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3); transition: all 0.2s ease; font-size: 18px; pointer-events: auto; } .floating-video-close-small:hover { background: #cc0000; transform: scale(1.15); box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4); } .floating-video-modal-overlay { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.85); display: none; align-items: center; justify-content: center; z-index: 10000; padding: 20px; } .floating-video-modal-overlay.open { display: flex; } .floating-video-modal-content { position: relative; width: 100%; max-width: 900px; aspect-ratio: 16 / 9; background: black; border-radius: 12px; overflow: hidden; box-shadow: 0 20px 60px rgba(0, 0, 0, 0.8); } .floating-video-modal-content video { width: 100%; height: 100%; object-fit: contain; } .floating-video-modal-close { position: absolute; top: 20px; right: 20px; width: 44px; height: 44px; background: rgba(255, 255, 255, 0.2); border: 2px solid white; border-radius: 50%; cursor: pointer; display: flex; align-items: center; justify-content: center; color: white; font-size: 28px; z-index: 10001; transition: all 0.2s ease; } .floating-video-modal-close:hover { background: rgba(255, 255, 255, 0.3); transform: scale(1.1); } @media (max-width: 768px) { .floating-video-btn { width: 70px; height: 70px; bottom: 80px; } .floating-video-modal-content { max-width: 100%; } } `; const styleSheet = document.createElement('style'); styleSheet.textContent = styles; document.head.appendChild(styleSheet); let position = { x: 20, y: 100 }; let isDragging = false; let dragOffset = { x: 0, y: 0 }; let isHidden = localStorage.getItem('floatingVideoHidden') === 'true'; const VIDEO_URL = 'https://d2xsxph8kpxj0f.cloudfront.net/310519663441930947/8RwhXnZyQdmpTw3CZ2moEG/instagram_video_d7fae3c4.mp4'; function createComponent() { const container = document.getElementById('floating-video-root'); if (!container) return; container.innerHTML = \` \`; const btn = document.getElementById('floating-btn'); if (btn) { btn.style.left = position.x + 'px'; btn.style.bottom = position.y + 'px'; if (isHidden) btn.style.display = 'none'; } setupEventListeners(); } function setupEventListeners() { const btn = document.getElementById('floating-btn'); const closeBtn = document.getElementById('close-btn'); const modal = document.getElementById('modal-overlay'); const modalClose = document.getElementById('modal-close'); if (btn) { btn.addEventListener('mousedown', startDrag); btn.addEventListener('touchstart', startDrag); btn.addEventListener('click', openModal); } if (closeBtn) { closeBtn.addEventListener('click', (e) => { e.stopPropagation(); hideButton(); }); } if (modalClose) { modalClose.addEventListener('click', closeModal); } if (modal) { modal.addEventListener('click', (e) => { if (e.target === modal) closeModal(); }); } document.addEventListener('mousemove', drag); document.addEventListener('touchmove', drag); document.addEventListener('mouseup', stopDrag); document.addEventListener('touchend', stopDrag); } function startDrag(e) { if (e.target.closest('.floating-video-close-small')) return; isDragging = true; const btn = document.getElementById('floating-btn'); const rect = btn.getBoundingClientRect(); dragOffset.x = e.clientX - rect.left; dragOffset.y = e.clientY - rect.top; } function drag(e) { if (!isDragging) return; const btn = document.getElementById('floating-btn'); const x = e.clientX - dragOffset.x; const y = window.innerHeight - e.clientY - dragOffset.y; btn.style.left = Math.max(0, Math.min(x, window.innerWidth - 80)) + 'px'; btn.style.bottom = Math.max(0, Math.min(y, window.innerHeight - 80)) + 'px'; } function stopDrag() { if (!isDragging) return; isDragging = false; const btn = document.getElementById('floating-btn'); position.x = parseInt(btn.style.left); position.y = parseInt(btn.style.bottom); localStorage.setItem('floatingVideoPosition', JSON.stringify(position)); } function openModal(e) { if (isDragging) return; const modal = document.getElementById('modal-overlay'); if (modal) { modal.classList.add('open'); const video = modal.querySelector('video'); if (video) video.play(); } } function closeModal() { const modal = document.getElementById('modal-overlay'); if (modal) { modal.classList.remove('open'); const video = modal.querySelector('video'); if (video) video.pause(); } } function hideButton() { const btn = document.getElementById('floating-btn'); if (btn) btn.style.display = 'none'; localStorage.setItem('floatingVideoHidden', 'true'); } const saved = localStorage.getItem('floatingVideoPosition'); if (saved) { position = JSON.parse(saved); } if (document.readyState === 'loading') { document.addEventListener('DOMContentLoaded', createComponent); } else { createComponent(); } })();