True Bypass Footswitch Zinc Alloy Outer Cover Transparent top knob and 2 noctilucent small knobs Cool LED lights Current Consumption: 53 mA Dimensions: 74mm (D) x 44mm (W) x 44mm (H) Weight: 190 g
מידע נוסף
Manufacturer
לא
תגיות המוצר
השתמש ברווחים על מנת להפריד בין התגיות. השתמש בגרשיים בודדות (') לביטוים.
/* Custom CSS for Add to Cart Popup - Checkout Button */
#after-loading-success-message .button.btn-checkout {
background-color: #8DDA7C !important; /* ירוק בהיר */
border-color: #8DDA7C !important; /* גבול בצבע תואם */
color: #ffffff !important; /* צבע טקסט לבן */
}
#after-loading-success-message .button.btn-checkout:hover {
background-color: #79C06D !important; /* גוון ירוק מעט כהה יותר בריחוף */
border-color: #79C06D !important;
}
/* אם הכפתור הוא קישור (A) ולא כפתור (BUTTON): */
#after-loading-success-message .actions a.button.btn-checkout {
background-color: #8DDA7C !important;
border-color: #8DDA7C !important;
color: #ffffff !important;
}
#after-loading-success-message .actions a.button.btn-checkout:hover {
background-color: #79C06D !important;
border-color: #79C06D !important;
}