מדחום בשר אלחוטי חכם INKBIRD INT-11I-B
סוללה עוצמתית – עד 25 שעות עבודה רצופות בבישול, עישון וצלייה.
טעינה מהירה במיוחד – רק כ־25 דקות ואתה מוכן לסבב נוסף.
חיבור Bluetooth 5.4 מתקדם – טווח קליטה יציב עד 100 מטר, שליטה מלאה גם מרחוק.
טווח טמפרטורות רחב – בין –10℃ ועד 100℃, עם דיוק של ±1℃ ותגובה מהירה בשנייה אחת בלבד.
התראה חכמה – חיווי אוטומטי כשמגיעים ל־96℃, כדי שלא תפספס את העיתוי המושלם.
עמידות גבוהה – תקן IP67 נגד מים ואבק, כולל אפשרות לשטיפה במדיח.
מאושר USDA – בטיחות ואמינות ברמה הגבוהה ביותר.
מסך קריא ונוח – בגודל 33.5×15 מ״מ להצגת נתונים ברורים בזמן אמת.
קופון ראשון:
<div class="coupon-btn coupon-medium"
dir="rtl"
role="button"
tabindex="0"
aria-label="העתקת קוד קופון AEILWH0820"
data-code="5RBESA40UECN"
data-toast="הקופון הועתק ✓"
style="
/* אפשר לשנות פה בלי לגעת ב-CSS: */
–coupon-width:auto; /* דוגמה: 260px או 180px 0% או auto */
–coupon-font:16px; /* גודל טקסט */
–coupon-padding:.6rem 1.2rem;/* ריפוד */
–coupon-radius:10px; /* פינות עגולות */
–coupon-bg:#dfffd6; /* צבע רקע */
–coupon-accent:#008000; /* צבע מסגרת */
–coupon-text:#0b8a0b; /* צבע טקסט */
">
BTSIL1
הקופון הועתק ✓
/* ===== בסיס ===== */
.coupon-btn{
width:var(–coupon-width, auto);
background:var(–coupon-bg, #dfffd6);
border:2px dashed var(–coupon-accent, #008000);
color:var(–coupon-text, #0b8a0b);
border-radius:var(–coupon-radius, 10px);
padding:var(–coupon-padding, .6rem 1.2rem);
font-size:var(–coupon-font, 16px);
font-weight:700; letter-spacing:.5px;
position:relative; display:inline-flex; align-items:center; gap:.5rem;
cursor:pointer; user-select:none; outline:none;
transition:transform .06s ease, box-shadow .15s ease;
box-shadow:0 2px 0 rgba(0,0,0,.05);
}
.coupon-btn:hover{ box-shadow:0 6px 18px rgba(0,128,0,.12); }
.coupon-btn:active{ transform:scale(.98); }
.coupon-btn:focus-visible{
box-shadow:0 0 0 3px rgba(0,128,0,.25), 0 6px 18px rgba(0,128,0,.12);
}
.coupon-btn .scissors{ font-size:1em; line-height:1; transform-origin:center; transition:transform .2s ease; }
.coupon-btn.wiggle .scissors{ animation:wiggle .3s ease; }
@keyframes wiggle{0%{transform:rotate(0)}25%{transform:rotate(-18deg)}50%{transform:rotate(12deg)}75%{transform:rotate(-8deg)}100%{transform:rotate(0)}}
.coupon-btn .toast{
position:absolute; bottom:calc(100% + 6px); inset-inline-end:0;
background:#111; color:#fff; font-weight:600; font-size:.8rem;
padding:.3rem .5rem; border-radius:6px; opacity:0; pointer-events:none;
transform:translateY(4px); transition:opacity .18s ease, transform .18s ease;
white-space:nowrap; box-shadow:0 6px 16px rgba(0,0,0,.18); z-index:10;
}
.coupon-btn.show-toast .toast{ opacity:1; transform:translateY(0); }
.coupon-btn::after{
content:""; position:absolute; inset:0; border-radius:inherit; opacity:0;
transition:opacity .25s ease; box-shadow:0 0 0 0 rgba(0,0,0,0);
}
.coupon-btn.clicked::after{ opacity:.12; box-shadow:0 0 0 9999px rgba(0,0,0,.06) inset; }
/* ===== גדלים מוכנים (לבחירה עם מחלקות) ===== */
.coupon-small { –coupon-width:180px; –coupon-font:14px; –coupon-padding:.4rem .8rem; }
.coupon-medium { –coupon-width:240px; –coupon-font:16px; –coupon-padding:.6rem 1.2rem; }
.coupon-large { –coupon-width:320px; –coupon-font:20px; –coupon-padding:.8rem 1.6rem; }
/* ===== רוחב מלא בעמודה ===== */
.coupon-full{ –coupon-width:100%; }
(function(){
function fallbackCopy(text){
const ta=document.createElement('textarea');
ta.value=text; ta.style.position='fixed'; ta.style.opacity='0'; document.body.appendChild(ta);
ta.select(); try{ document.execCommand('copy'); }catch(e){} document.body.removeChild(ta);
}
function bind(el){
// עדכון טקסטים לפי data-attributes
const code = el.getAttribute('data-code') || el.querySelector('.coupon-code')?.textContent?.trim() || ";
const toastT = el.getAttribute('data-toast') || 'הועתק ✓';
el.querySelector('.coupon-code').textContent = code;
el.querySelector('.toast').textContent = toastT;
el.setAttribute('aria-label', 'העתקת קוד קופון ' + code);
const handle = ()=>{
const showToast = ()=>{
el.classList.add('show-toast','wiggle','clicked');
setTimeout(()=>el.classList.remove('show-toast'), 1200);
setTimeout(()=>el.classList.remove('wiggle','clicked'), 260);
};
if(navigator.clipboard && window.isSecureContext){
navigator.clipboard.writeText(code).then(showToast).catch(()=>{ fallbackCopy(code); showToast(); });
}else{ fallbackCopy(code); showToast(); }
};
el.addEventListener('click', handle);
el.addEventListener('keydown', (e)=>{ if(e.key==='Enter'||e.key===' '){ e.preventDefault(); handle(); } });
}
function init(){ document.querySelectorAll('.coupon-btn').forEach(bind); }
document.addEventListener('DOMContentLoaded', init);
if(document.readyState==='interactive'||document.readyState==='complete'){ init(); }
})();
קופון שני:
<div class="coupon-btn coupon-medium"
dir="rtl"
role="button"
tabindex="0"
aria-label="העתקת קוד קופון AEILWH0820"
data-code="D11IL1"
data-toast="הקופון הועתק ✓"
style="
/* אפשר לשנות פה בלי לגעת ב-CSS: */
–coupon-width:auto; /* דוגמה: 260px או 180px 0% או auto */
–coupon-font:16px; /* גודל טקסט */
–coupon-padding:.6rem 1.2rem;/* ריפוד */
–coupon-radius:10px; /* פינות עגולות */
–coupon-bg:#dfffd6; /* צבע רקע */
–coupon-accent:#008000; /* צבע מסגרת */
–coupon-text:#0b8a0b; /* צבע טקסט */
">
BTSIL1
הקופון הועתק ✓
/* ===== בסיס ===== */
.coupon-btn{
width:var(–coupon-width, auto);
background:var(–coupon-bg, #dfffd6);
border:2px dashed var(–coupon-accent, #008000);
color:var(–coupon-text, #0b8a0b);
border-radius:var(–coupon-radius, 10px);
padding:var(–coupon-padding, .6rem 1.2rem);
font-size:var(–coupon-font, 16px);
font-weight:700; letter-spacing:.5px;
position:relative; display:inline-flex; align-items:center; gap:.5rem;
cursor:pointer; user-select:none; outline:none;
transition:transform .06s ease, box-shadow .15s ease;
box-shadow:0 2px 0 rgba(0,0,0,.05);
}
.coupon-btn:hover{ box-shadow:0 6px 18px rgba(0,128,0,.12); }
.coupon-btn:active{ transform:scale(.98); }
.coupon-btn:focus-visible{
box-shadow:0 0 0 3px rgba(0,128,0,.25), 0 6px 18px rgba(0,128,0,.12);
}
.coupon-btn .scissors{ font-size:1em; line-height:1; transform-origin:center; transition:transform .2s ease; }
.coupon-btn.wiggle .scissors{ animation:wiggle .3s ease; }
@keyframes wiggle{0%{transform:rotate(0)}25%{transform:rotate(-18deg)}50%{transform:rotate(12deg)}75%{transform:rotate(-8deg)}100%{transform:rotate(0)}}
.coupon-btn .toast{
position:absolute; bottom:calc(100% + 6px); inset-inline-end:0;
background:#111; color:#fff; font-weight:600; font-size:.8rem;
padding:.3rem .5rem; border-radius:6px; opacity:0; pointer-events:none;
transform:translateY(4px); transition:opacity .18s ease, transform .18s ease;
white-space:nowrap; box-shadow:0 6px 16px rgba(0,0,0,.18); z-index:10;
}
.coupon-btn.show-toast .toast{ opacity:1; transform:translateY(0); }
.coupon-btn::after{
content:""; position:absolute; inset:0; border-radius:inherit; opacity:0;
transition:opacity .25s ease; box-shadow:0 0 0 0 rgba(0,0,0,0);
}
.coupon-btn.clicked::after{ opacity:.12; box-shadow:0 0 0 9999px rgba(0,0,0,.06) inset; }
/* ===== גדלים מוכנים (לבחירה עם מחלקות) ===== */
.coupon-small { –coupon-width:180px; –coupon-font:14px; –coupon-padding:.4rem .8rem; }
.coupon-medium { –coupon-width:240px; –coupon-font:16px; –coupon-padding:.6rem 1.2rem; }
.coupon-large { –coupon-width:320px; –coupon-font:20px; –coupon-padding:.8rem 1.6rem; }
/* ===== רוחב מלא בעמודה ===== */
.coupon-full{ –coupon-width:100%; }
(function(){
function fallbackCopy(text){
const ta=document.createElement('textarea');
ta.value=text; ta.style.position='fixed'; ta.style.opacity='0'; document.body.appendChild(ta);
ta.select(); try{ document.execCommand('copy'); }catch(e){} document.body.removeChild(ta);
}
function bind(el){
// עדכון טקסטים לפי data-attributes
const code = el.getAttribute('data-code') || el.querySelector('.coupon-code')?.textContent?.trim() || ";
const toastT = el.getAttribute('data-toast') || 'הועתק ✓';
el.querySelector('.coupon-code').textContent = code;
el.querySelector('.toast').textContent = toastT;
el.setAttribute('aria-label', 'העתקת קוד קופון ' + code);
const handle = ()=>{
const showToast = ()=>{
el.classList.add('show-toast','wiggle','clicked');
setTimeout(()=>el.classList.remove('show-toast'), 1200);
setTimeout(()=>el.classList.remove('wiggle','clicked'), 260);
};
if(navigator.clipboard && window.isSecureContext){
navigator.clipboard.writeText(code).then(showToast).catch(()=>{ fallbackCopy(code); showToast(); });
}else{ fallbackCopy(code); showToast(); }
};
el.addEventListener('click', handle);
el.addEventListener('keydown', (e)=>{ if(e.key==='Enter'||e.key===' '){ e.preventDefault(); handle(); } });
}
function init(){ document.querySelectorAll('.coupon-btn').forEach(bind); }
document.addEventListener('DOMContentLoaded', init);
if(document.readyState==='interactive'||document.readyState==='complete'){ init(); }
})();

