productPrice = 16.79 productPriceWithoutReduction = 18.79 priceDisplay = 0
Ce tapis auto adhésif antidérapant va permettre de fixer votre téléphone, votre appareil photo ou bien vos lunettes sur le tableau de bord lors de vos déplacements en voiture. Fixation forte sans bandes collantes. Réutilisable à volonté, lavable et résistant à la chaleur. Matière : silicone. Couleur : Marron café.
02
Point Fort #2 Auto adhésif
03
Point Fort #3 s'adapte à tous les tableaux de bord
DescriptionFini les objets qui ne cessent de glisser, ce tapis auto antidérapant va permettre de fixer votre téléphone, votre appareil photo ou bien vos lunettes sur le tableau de bord lors de vos déplacements en voiture. Il fonctionne sans adhésif et pourtant l’adhérence est forte ! Il résiste aux fortes températures et vous pouvez le laver et le réutiliser.Caractéristiques techniques : - Fixation forte sans bande collante pour ne laisser aucune trace - Réutilisable à volonté, lavable et résistant à la chaleur - Taille : 14,4 cm x 8,6 cm x 3mm d’épaisseur - Poids : 36g - Matière : silicone - Couleur : Café.
Appareils compatibles Téléphones - Smartphones, Clés...Etc. Contenu de la boîte 1 Tapis adhésif antidérapant marron Couleur Marron Dimensions (cm) 14 x 8,3 Documentation FR Fonctionnalité du produit 1 Fixation forte Fonctionnalité du produit 2 Sans bande collante Fonctionnalité du produit 3 Réutilisable à volonté Fonctionnalité du produit 4 lavable Fonctionnalité du produit 5 résistant à la chaleur Garantie et services 2 Ans Hauteur (cm) 0.500 Largeur (cm) 8.500 Longueur (cm) 13.000 Matière Tissus Poids (grammes) 23 Poids du produit 23 Profondeur(cm) 13.000 Type de produit Support
Quels sont les délais d'expédition et de livraison ? ▼ Si le produit est indiqué En stock , votre commande est préparée et expédiée sous 24 à 48h ouvrées depuis notre entrepôt logistique de Mérignac (Gironde, France). La livraison est assurée avec suivi Colissimo ou Chronopost en 48h en France métropolitaine. Pour les articles sur commande, le délai moyen est de 10 à 15 jours ouvrés.
Quelle est la garantie sur ce produit et comment fonctionne le SAV ? ▼ Tous nos appareils bénéficient d'une garantie légale de 2 ans (pièces et main-d'œuvre). Notre équipe de Support et Service Après-Vente est 100% basée en France à Mérignac (33), joignable par téléphone non surtaxé (05 56 34 86 31) ou par email du lundi au vendredi.
Puis-je changer d'avis et retourner le produit ? ▼ Absolument. Vous disposez de 14 jours à compter de la réception de votre colis pour faire valoir votre droit de rétractation et nous retourner le produit dans son emballage d'origine pour un échange ou un remboursement intégral rapide.
Quels modes de paiement sécurisés acceptez-vous ? ▼ Nous acceptons les Cartes Bancaires (Visa, MasterCard, CB, American Express) avec protocole de sécurité 3D Secure, PayPal avec option de paiement en 4x sans frais , ainsi que les virements bancaires sécurisés.
💬
Soyez le premier à poser une question sur ce produit ! Notre équipe technique basée en France vous répondra dans les plus brefs délais.
Poser ma question →
Tapis antidérapant tableau de bord auto adhésif iPhone smartphone
16,79 €
Ajouter
Tapis antidérapant tableau de bord...
16,79 € 🟠 Sur commande 10-15j
Ajouter 🛒
' +
'
' +
'
Cette combinaison n'est pas disponible
' +
'
Cette configuration précise n'est pas disponible en stock. Veuillez sélectionner d'autres caractéristiques ci-dessus pour continuer votre commande.
' +
'
' +
'
'
);
$statut.show();
if ($unavailCta.length) {
$unavailCta.show();
}
if ($addToCart.length) {
$addToCart.hide();
}
var $stickyTag = $('.sticky-stock-tag');
if ($stickyTag.length) {
$stickyTag.attr('class', 'sticky-stock-tag out_stock').text('⚠️ Non disponible');
}
return;
}
if ($unavailCta.length) {
$unavailCta.hide();
}
if ($addToCart.length && !$addToCart.is(':visible')) {
$addToCart.show();
}
var isOutOfStock = lower.indexOf('épuisé') !== -1 || lower.indexOf('plus en stock') !== -1 || lower.indexOf('rupture') !== -1;
var isPreOrder = lower.indexOf('commande') !== -1 || lower.indexOf('fournisseur') !== -1 || lower.indexOf('15 à 20') !== -1 || lower.indexOf('10 à 15') !== -1 || lower.indexOf('ouvrés') !== -1;
var dotClass = 'dot-green';
var statusClass = 'in_stock';
if (isOutOfStock) {
dotClass = 'dot-red';
statusClass = 'out_stock';
} else if (isPreOrder) {
dotClass = 'dot-orange';
statusClass = 'pre_order';
} else {
dotClass = 'dot-green';
statusClass = 'in_stock';
}
$val.removeClass('label label-success label-warning label-danger in_stock pre_order out_stock yonis-unavailable-comb-wrapper-active');
$val.addClass('yonis-live-stock-line ' + statusClass);
$val.html('
' + txt + ' ');
var $stickyTag = $('.sticky-stock-tag');
if ($stickyTag.length) {
var icon = statusClass === 'in_stock' ? '🟢 ' : (statusClass === 'pre_order' ? '🟠 ' : '🔴 ');
$stickyTag.attr('class', 'sticky-stock-tag ' + statusClass).text(icon + txt);
}
}
function initStickyElements() {
var stickyNav = document.getElementById('yonis-product-nav-sticky');
var stickyMobile = document.getElementById('yonis-sticky-mobile-bar');
var mainCta = document.getElementById('add_to_cart');
// Sticky Navigation class toggling
if (stickyNav) {
var navOffsetTop = $(stickyNav).offset().top;
$(window).on('scroll resize', function() {
var scrollPos = $(window).scrollTop();
if (scrollPos > navOffsetTop + 10) {
$(stickyNav).addClass('is-sticky');
} else {
$(stickyNav).removeClass('is-sticky');
}
});
}
// Smooth Anchor Click with proper offset
$(document).on('click', '.yonis-nav-pill[href^="#"], .nav-pill[href^="#"], .navigation_product a[href^="#"], .rating-stars-link, .manual-badge-link', function(e) {
var href = $(this).attr('href');
var target = $(href);
if (target.length) {
e.preventDefault();
$('.yonis-nav-pill, .nav-pill, .navigation_product a').removeClass('active');
$('.yonis-nav-pill[href="' + href + '"], .nav-pill[href="' + href + '"], .navigation_product a[href="' + href + '"]').addClass('active');
var navHeight = $('#yonis-product-nav-sticky').outerHeight() || 60;
var offsetTop = target.offset().top - navHeight - 15;
$('html, body').stop().animate({ scrollTop: offsetTop }, 400);
}
});
// Mobile Sticky Bar Intersection Observer
if (stickyMobile && mainCta && window.IntersectionObserver) {
var observer = new IntersectionObserver(function(entries) {
entries.forEach(function(entry) {
if (!entry.isIntersecting && entry.boundingClientRect.top < 0) {
stickyMobile.classList.add('visible');
} else {
stickyMobile.classList.remove('visible');
}
});
}, { threshold: 0.1 });
observer.observe(mainCta);
}
// Live price sync
var priceElem = document.getElementById('our_price_display');
var stickyPrice = document.querySelector('.sticky-price-val');
if (priceElem && stickyPrice && window.MutationObserver) {
var pObs = new MutationObserver(function() {
stickyPrice.textContent = priceElem.textContent;
});
pObs.observe(priceElem, { childList: true, characterData: true, subtree: true });
}
}
// Ensure old price, rounded discount percentage, PayPal 4X and Omnibus price are cleanly synced
function syncPriceDisplay() {
var $ourPrice = $('#our_price_display');
var $oldPrice = $('#old_price');
var $oldPriceDisplay = $('#old_price_display');
var $redPercent = $('#reduction_percent');
var $redPercentDisplay = $('#reduction_percent_display');
var $omnibusRow = $('.yonis-omnibus-subrow');
var $omnibusVal = $('#omnibus_ppb_val');
var $ppInstallment = $('.paypal-installment-val');
if ($ourPrice.length) {
var curText = $ourPrice.text().replace(/[^0-9,.]/g, '').replace(',', '.');
var curVal = parseFloat(curText);
if (!isNaN(curVal) && curVal > 0) {
// Sync PayPal 4X
if ($ppInstallment.length) {
$ppInstallment.text((curVal / 4).toFixed(2).replace('.', ',') + ' €');
}
// Check promo & discount
var hasReduction = (typeof productPriceWithoutReduction !== 'undefined' && productPriceWithoutReduction > curVal);
if (hasReduction) {
if (!$oldPriceDisplay.text().trim() || $oldPriceDisplay.is(':empty')) {
$oldPriceDisplay.html('
' + productPriceWithoutReduction.toFixed(2).replace('.', ',') + ' € ');
}
$oldPrice.removeClass('hidden').css('display', 'inline-flex');
$oldPriceDisplay.removeClass('hidden').css('display', 'inline-flex');
var discountPct = Math.round((1 - (curVal / productPriceWithoutReduction)) * 100);
if (discountPct > 0) {
$redPercentDisplay.html('-' + discountPct + '%');
$redPercent.removeClass('hidden').css('display', 'inline-flex');
}
// Check Omnibus price for active combination
var curIdPa = $('#idCombination').val() || '0';
var spwrText = $('#omnibus-' + curIdPa + ' .spwr').text() || '';
var spwrVal = parseFloat(spwrText);
var omnibusRefPrice = (!isNaN(spwrVal) && spwrVal > 0) ? spwrVal : productPriceWithoutReduction;
if (omnibusRefPrice > curVal) {
$omnibusVal.text(omnibusRefPrice.toFixed(2).replace('.', ',') + ' €');
$omnibusRow.removeClass('hidden').attr('style', 'display: block !important;');
} else {
$omnibusRow.addClass('hidden').attr('style', 'display: none !important;');
}
} else {
$oldPrice.addClass('hidden').css('display', 'none');
$redPercent.addClass('hidden').css('display', 'none');
$omnibusRow.addClass('hidden').attr('style', 'display: none !important;');
}
}
}
}
$(document).ready(function() {
if (typeof window.updateDisplay === 'function') {
var origUpdateDisplay = window.updateDisplay;
window.updateDisplay = function() {
var res = origUpdateDisplay.apply(this, arguments);
setTimeout(formatYonisStockBadge, 20);
setTimeout(formatYonisStockBadge, 100);
setTimeout(syncPriceDisplay, 20);
return res;
};
}
if (typeof window.findCombination === 'function') {
var origFindComb = window.findCombination;
window.findCombination = function() {
var res = origFindComb.apply(this, arguments);
setTimeout(formatYonisStockBadge, 20);
setTimeout(formatYonisStockBadge, 100);
setTimeout(syncPriceDisplay, 20);
return res;
};
}
formatYonisStockBadge();
initStickyElements();
syncPriceDisplay();
setTimeout(syncPriceDisplay, 100);
setTimeout(syncPriceDisplay, 300);
var priceElem = document.getElementById('our_price_display');
if (priceElem && window.MutationObserver) {
var pPriceObs = new MutationObserver(function() {
setTimeout(syncPriceDisplay, 50);
});
pPriceObs.observe(priceElem, { childList: true, characterData: true, subtree: true });
}
$(document).on('change', '#our_price_display', syncPriceDisplay);
var targetVal = document.getElementById('availability_value');
if (targetVal && window.MutationObserver) {
var mutObs = new MutationObserver(function() {
mutObs.disconnect();
formatYonisStockBadge();
mutObs.observe(targetVal, { childList: true, subtree: true, characterData: true, attributes: true });
});
mutObs.observe(targetVal, { childList: true, subtree: true, characterData: true, attributes: true });
}
// Reliable Strict Single-Selection Pill Radio Click Handler
$(document).on('click', '.pill-radio-list li, .pill-radio-label', function(e) {
e.preventDefault();
e.stopPropagation();
var $item = $(this).closest('li');
var $list = $item.closest('.pill-radio-list');
var $radio = $item.find('input.attribute_radio');
if ($radio.length) {
$list.find('li').removeClass('active-pill');
$list.find('input.attribute_radio').prop('checked', false).removeAttr('checked');
$item.addClass('active-pill');
$radio.prop('checked', true).attr('checked', 'checked');
if (typeof findCombination === 'function') {
findCombination();
}
if (typeof getProductAttribute === 'function') {
getProductAttribute();
}
setTimeout(formatYonisStockBadge, 10);
setTimeout(formatYonisStockBadge, 50);
setTimeout(formatYonisStockBadge, 150);
setTimeout(syncPriceDisplay, 10);
}
});
$(document).on('change', 'input.attribute_radio', function() {
var $radio = $(this);
var $item = $radio.closest('li');
var $list = $radio.closest('.pill-radio-list');
if ($list.length) {
$list.find('li').removeClass('active-pill');
$item.addClass('active-pill');
}
if (typeof findCombination === 'function') {
findCombination();
}
if (typeof getProductAttribute === 'function') {
getProductAttribute();
}
setTimeout(formatYonisStockBadge, 20);
});
$(document).on('change', '.attribute_select', function() {
setTimeout(formatYonisStockBadge, 20);
setTimeout(formatYonisStockBadge, 100);
setTimeout(syncPriceDisplay, 20);
});
$(document).on('click', '.color_pick', function() {
var $this = $(this);
var $grid = $this.closest('.color-squircle-grid');
if ($grid.length) {
$grid.find('li, .color_pick').removeClass('selected');
$this.addClass('selected').parent('li').addClass('selected');
}
setTimeout(formatYonisStockBadge, 20);
setTimeout(formatYonisStockBadge, 100);
setTimeout(syncPriceDisplay, 20);
});
});
})(window.jQuery);/* */