🚛LIVRAISON GRATUITE🚛🎁 ET PAIEMENT À LA LIVRAISON 🎁🎁

T-shirt Homme: Confort et Style pour Cacher le Ventre

Original price was: CFA 35.000,00.Current price is: CFA 25.000,00.

jQuery(document).ready(function($) { console.log('COD Hustle: Form initialized with direct action'); $('#cod-checkout-form-main').on('submit', function(e) { console.log('COD Hustle: Form submitted to admin-post.php'); }); });

Pour profiter de cette offre exclusive, remplissez le formulaire
ci-dessous et cliquez sur COMMANDER MAINTENANT

sweet:
L
XL
2XL
3XL
4XL
Choose an optionLXL2XL3XL4XL
ababaynoba:
ababa
ynoba
Choose an optionababaynoba
.wd-swatches-product { display: flex; flex-wrap: wrap; margin: 8px 0; } /* Base swatch styles */ .wd-swatch { min-width: fit-content; height: auto; border: 1px solid #292929 !important; border-radius: 11px; cursor: pointer; display: flex; align-items: center; justify-content: center; background: #ffffff; transition: all 0.2s ease; padding: 8px 16px; margin: 0 0 8px 4px; /* Left margin only */ box-shadow: 0px 0px 0px rgba(0, 0, 0, 0); } /* Remove left margin from first swatch */ .wd-swatch:first-child { margin-left: 0; } .wd-swatch-text { font-size: 14px; font-weight: 500; color: #333333; line-height: 1.4; text-align: center; white-space: nowrap; } .wd-swatch.wd-enabled:hover { border-color: #3f742a !important; transform: translateY(-1px); box-shadow: 0px 0px 0px rgba(0, 0, 0, 0); } .wd-swatch.wd-enabled.active { background-color: #3f742a; border-color: #3f742a !important; transform: translateY(1px); box-shadow: 0px 0px 0px rgba(0, 0, 0, 0); } .wd-swatch.wd-enabled.active .wd-swatch-text { color: #ffffff; } @media (max-width: 768px) { .wd-swatch { padding: 6px 12px; margin: 0 0 8px 4px; /* Maintain spacing on mobile */ box-shadow: 0px 0px 0px rgba(0, 0, 0, 0); } .wd-swatch:first-child { margin-left: 0; /* Maintain no left margin for first swatch on mobile */ } .wd-swatch-text { font-size: 13px; } .wd-swatch.wd-enabled:hover { box-shadow: 0px 0px 0px rgba(0, 0, 0, 0); } .wd-swatch.wd-enabled.active { box-shadow: 0px 0px 0px rgba(0, 0, 0, 0); } } jQuery(document).ready(function($) { // Handle swatch clicks $('.wd-swatch.wd-enabled').on('click', function() { var $swatch = $(this); var $swatchContainer = $swatch.closest('.wd-swatches-product'); var $select = $swatchContainer.siblings('.wd-swatch-select'); var value = $swatch.data('value'); // Remove active class from other swatches $swatchContainer.find('.wd-swatch').removeClass('active'); // Add active class to clicked swatch $swatch.addClass('active'); // Update hidden select $select.val(value).trigger('change'); }); // Initialize any pre-selected values $('.wd-swatch-select').each(function() { var $select = $(this); var value = $select.val(); if (value) { var $swatchContainer = $select.siblings('.wd-swatches-product'); $swatchContainer.find('.wd-swatch[data-value="' + value + '"]').addClass('active'); } }); // Handle form submission validation $('form').on('submit', function(e) { var $form = $(this); var $selects = $form.find('.wd-swatch-select[required]'); var valid = true; $selects.each(function() { var $select = $(this); if (!$select.val()) { valid = false; var $swatchContainer = $select.siblings('.wd-swatches-product'); // Visual feedback for validation $swatchContainer.find('.wd-swatch').css('border-color', '#ff3b30'); setTimeout(function() { $swatchContainer.find('.wd-swatch').css('border-color', '#e5e5e5'); }, 1000); // Scroll to first invalid selection $('html, body').animate({ scrollTop: $swatchContainer.offset().top - 100 }, 300); } }); if (!valid) { e.preventDefault(); } }); });
@keyframes cod-pulse { 0% { transform: scale(1); } 50% { transform: scale(1.05); } 100% { transform: scale(1); } } @keyframes cod-shake { 10%, 90% { transform: translate3d(-1px, 0, 0); } 20%, 80% { transform: translate3d(2px, 0, 0); } 30%, 50%, 70% { transform: translate3d(-4px, 0, 0); } 40%, 60% { transform: translate3d(4px, 0, 0); } } @keyframes cod-bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-10px); } 60% { transform: translateY(-5px); } } @keyframes cod-flash { 0%, 50%, 100% { opacity: 1; } 25%, 75% { opacity: 0.5; } } @keyframes cod-rubberBand { 0% { transform: scale(1); } 30% { transform: scaleX(1.25) scaleY(0.75); } 40% { transform: scaleX(0.75) scaleY(1.25); } 60% { transform: scaleX(1.15) scaleY(0.85); } 100% { transform: scale(1); } } .cod-animation-pulse { animation: cod-pulse 1s infinite; } .cod-animation-shake { animation: cod-shake 1s infinite; } .cod-animation-bounce { animation: cod-bounce 1s infinite; } .cod-animation-flash { animation: cod-flash 1s infinite; } .cod-animation-rubberBand { animation: cod-rubberBand 1s infinite; } jQuery(document).ready(function($) { var $button = $('#cod-submit-button'); var $form = $('.custom-cod-checkout'); var animationClass = $button.data('animation-class'); var eventType = $button.data('event-type'); var animationTimeout; function startAnimation() { if (animationClass && animationClass !== '') { $button.addClass(animationClass); clearTimeout(animationTimeout); animationTimeout = setTimeout(function() { stopAnimation(); }, 3000); } } function stopAnimation() { $button.removeClass(animationClass); } $form.on('mouseenter', function() { startAnimation(); }); $form.on('submit', function(e) { console.log('COD Hustle: Form submitted'); }); // Apply text alignment to form fields var textDirection = 'ltr'; var textAlignment = 'left'; $('.cod-form-input').css({ 'direction': textDirection, 'text-align': textAlignment }); }); window.addEventListener('scroll', function() { var form = document.getElementById('cod-checkout-form'); var stickyButton = document.getElementById('sticky-acheter-maintenant'); var rect = form.getBoundingClientRect(); if (rect.top window.innerHeight) { stickyButton.style.display = 'block'; } else { stickyButton.style.display = 'none'; } }); // Ensure the button is always on top document.addEventListener('DOMContentLoaded', function() { var stickyButton = document.getElementById('sticky-acheter-maintenant'); document.body.appendChild(stickyButton); });
Pourquoi nous choisir ?
  • Qualité premium
  • Expédition rapide
  • Paiement à la livraison
  • Satisfait ou remboursé
  • Garantie de remboursement

Révélez votre confiance avec style

Obtenez un look affiné en quelques secondes grâce à la coupe intelligente de notre débardeur.

Transformez votre apparence et boostez votre confiance avec notre Débardeur Amincissant exclusif pour homme. Conçu avec une technologie avancée et des matériaux de qualité supérieure, ce débardeur offre une solution instantanée et durable pour une silhouette affinée.

Sculptez votre corps avec une compression ferme mais confortable, réduisant l’apparence des imperfections et des excès de graisse.

✅ Minceur Instantanée

Obtenez un look affiné en quelques secondes grâce à la coupe intelligente de notre débardeur.

Confort Optimal

Fabriqué avec des matériaux de haute qualité, le débardeur offre un ajustement parfait pour un confort exceptionnel toute la journée.

Transformez votre apparence et boostez votre confiance avec notre Débardeur Amincissant exclusif pour homme. Conçu avec une technologie avancée et des matériaux de qualité supérieure, ce débardeur offre une solution instantanée et durable pour une silhouette affinée

Compression Ciblée 

Sculptez votre corps avec une compression ferme mais confortable, réduisant l’apparence des imperfections et des excès de graisse.

 

Obtenez un look affiné en quelques secondes grâce à la coupe intelligente de notre débardeur.

✅Soutien du Dos

Améliorez votre posture pour une présence confiante dans toutes les situations.

Sculptez votre corps avec une compression ferme mais confortable, réduisant l’apparence des imperfections et des excès de graisse.

Polyvalent et Discret

Portez-le sous n’importe quel vêtement sans qu’il ne se remarque, pour un style sans effort.

Transformez votre confiance et redéfinissez votre style

Révélez votre confiance avec style

Commandez le vôtre dès aujourd’hui !

Améliorez votre posture pour une présence confiante dans toutes les situations.

sweet

L, XL, 2XL, 3XL, 4XL

ababaynoba

ababa, ynoba