.ubif-page, .ubif-page * { box-sizing: border-box; } .ubif-page { --ubif-orange: #ea8f09; --ubif-orange-hover: #cf7c05; --ubif-heading: #181818; --ubif-text: #666666; --ubif-white: #ffffff; --ubif-light: #f8f8f8; --ubif-border: #e7e7e7; --ubif-border-dark: #d8d8d8; width: 100%; margin: 0; padding: 0; overflow: hidden; background: var(--ubif-white); color: var(--ubif-heading); font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; } .ubif-page h1, .ubif-page h2, .ubif-page h3, .ubif-page p { font-family: inherit; } .ubif-page h1, .ubif-page h2, .ubif-page h3, .ubif-page p { margin-top: 0; } .ubif-page a { color: inherit; text-decoration: none; } .ubif-inner { width: min(1160px, calc(100% - 40px)); margin: 0 auto; } /* ALGEMENE LABELS */ .ubif-label { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 18px; color: var(--ubif-heading); font-size: 12px; font-weight: 700; line-height: 1; letter-spacing: 1.3px; text-transform: uppercase; } .ubif-label::before { content: ""; width: 28px; height: 3px; border-radius: 20px; background: var(--ubif-orange); } /* KNOPPEN */ .ubif-button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 24px; border: 1px solid var(--ubif-orange); border-radius: 8px; background: var(--ubif-orange); color: var(--ubif-white) !important; font-family: inherit; font-size: 14px; font-weight: 800; line-height: 1; text-align: center; transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease; } .ubif-button:hover { transform: translateY(-2px); border-color: var(--ubif-orange-hover); background: var(--ubif-orange-hover); color: var(--ubif-white) !important; } /* HERO */ .ubif-hero { position: relative; padding: 95px 0 110px; overflow: hidden; border-bottom: 1px solid var(--ubif-border); background: var(--ubif-white); } .ubif-hero-content { max-width: 760px; } .ubif-hero h1 { max-width: 720px; margin-bottom: 22px; color: var(--ubif-heading); font-size: clamp(42px, 5.4vw, 66px); font-weight: 750; line-height: 1.06; letter-spacing: -2.6px; } .ubif-hero h1 span { color: var(--ubif-orange); } .ubif-hero p { max-width: 690px; margin-bottom: 0; color: var(--ubif-text); font-size: 18px; line-height: 1.75; } .ubif-hero-buttons { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; } /* CONTACTKAARTEN */ .ubif-contact-section { padding: 75px 0 90px; background: var(--ubif-white); } .ubif-contact-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; } .ubif-contact-card { padding: 30px; border: 1px solid var(--ubif-border); border-radius: 14px; background: var(--ubif-white); box-shadow: 0 10px 30px rgba(0, 0, 0, 0.045); transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease; } .ubif-contact-card:hover { transform: translateY(-4px); border-color: rgba(234, 143, 9, 0.55); box-shadow: 0 14px 35px rgba(0, 0, 0, 0.07); } .ubif-icon { display: flex; align-items: center; justify-content: center; width: 49px; height: 49px; margin-bottom: 21px; border-radius: 11px; background: var(--ubif-orange); color: var(--ubif-white); } .ubif-icon svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; } .ubif-contact-card h2 { margin-bottom: 10px; color: var(--ubif-heading); font-size: 20px; font-weight: 750; line-height: 1.3; letter-spacing: -0.3px; } .ubif-contact-card p { min-height: 72px; margin-bottom: 19px; color: var(--ubif-text); font-size: 15px; line-height: 1.65; } .ubif-card-button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 0 18px; border-radius: 7px; background: var(--ubif-orange); color: var(--ubif-white) !important; font-size: 14px; font-weight: 800; transition: background 0.2s ease, transform 0.2s ease; } .ubif-card-button:hover { transform: translateY(-2px); background: var(--ubif-orange-hover); color: var(--ubif-white) !important; } /* WINKELINFORMATIE */ .ubif-store-section { padding: 0 0 95px; background: var(--ubif-white); } .ubif-store-grid { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: 24px; align-items: stretch; } .ubif-store-card { padding: 38px; border: 1px solid var(--ubif-border); border-radius: 16px; background: var(--ubif-white); } .ubif-store-card h2 { margin-bottom: 13px; color: var(--ubif-heading); font-size: clamp(28px, 3.5vw, 39px); font-weight: 750; line-height: 1.16; letter-spacing: -1.1px; } .ubif-intro { margin-bottom: 28px; color: var(--ubif-text); font-size: 15px; line-height: 1.75; } .ubif-detail-list { display: grid; gap: 22px; } .ubif-detail { display: flex; align-items: flex-start; gap: 14px; } .ubif-detail-icon { display: flex; flex: 0 0 auto; align-items: center; justify-content: center; width: 43px; height: 43px; border-radius: 10px; background: var(--ubif-orange); color: var(--ubif-white); } .ubif-detail-icon svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; } .ubif-detail strong { display: block; margin-bottom: 3px; color: var(--ubif-heading); font-size: 14px; font-weight: 750; } .ubif-detail span, .ubif-detail a { color: var(--ubif-text); font-size: 14px; line-height: 1.65; } .ubif-store-buttons { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 30px; } /* OPENINGSTIJDEN */ .ubif-hours-wrapper { margin-top: 24px; overflow: hidden; border: 1px solid var(--ubif-border); border-radius: 12px; background: var(--ubif-white); } .ubif-hours { width: 100%; margin: 0; border-spacing: 0; border-collapse: collapse; } .ubif-hours thead th { padding: 15px 18px; background: var(--ubif-light); color: var(--ubif-heading); font-size: 13px; font-weight: 800; letter-spacing: 0.4px; text-align: left; text-transform: uppercase; } .ubif-hours thead th:last-child { text-align: right; } .ubif-hours tbody tr { transition: background 0.2s ease; } .ubif-hours tbody tr:hover { background: #fcfcfc; } .ubif-hours tbody td { padding: 14px 18px; border-top: 1px solid var(--ubif-border); color: var(--ubif-text); font-size: 14px; } .ubif-hours tbody td:first-child { color: var(--ubif-heading); font-weight: 650; } .ubif-hours tbody td:last-child { color: var(--ubif-heading); font-weight: 750; text-align: right; } .ubif-hours .ubif-closed { color: #8b8b8b; } .ubif-notice { margin-top: 20px; padding: 16px 18px; border: 1px solid var(--ubif-border); border-left: 4px solid var(--ubif-orange); border-radius: 8px; background: var(--ubif-white); color: var(--ubif-text); font-size: 14px; line-height: 1.65; } /* ROUTE EN GOOGLE MAPS */ .ubif-map-section { padding: 90px 0; border-top: 1px solid var(--ubif-border); background: var(--ubif-white); } .ubif-section-heading { max-width: 700px; margin-bottom: 30px; } .ubif-section-heading-center { margin-right: auto; margin-bottom: 38px; margin-left: auto; text-align: center; } .ubif-section-heading-center .ubif-label { justify-content: center; } .ubif-section-heading h2 { margin-bottom: 13px; color: var(--ubif-heading); font-size: clamp(30px, 4vw, 43px); font-weight: 750; line-height: 1.16; letter-spacing: -1.25px; } .ubif-section-heading p { margin-bottom: 0; color: var(--ubif-text); font-size: 16px; line-height: 1.75; } .ubif-map { overflow: hidden; border: 1px solid var(--ubif-border); border-radius: 14px; background: var(--ubif-white); box-shadow: 0 10px 28px rgba(0, 0, 0, 0.05); } .ubif-map iframe { display: block; width: 100%; height: 430px; border: 0; } /* FAQ */ .ubif-faq-section { padding: 90px 0; border-top: 1px solid var(--ubif-border); background: var(--ubif-white); } .ubif-faq-wrap { max-width: 880px; margin: 0 auto; } .ubif-faq-item { margin-bottom: 12px; overflow: hidden; border: 1px solid var(--ubif-border); border-radius: 10px; background: var(--ubif-white); transition: border-color 0.2s ease, box-shadow 0.2s ease; } .ubif-faq-item:hover, .ubif-faq-item[open] { border-color: rgba(234, 143, 9, 0.65); } .ubif-faq-item[open] { box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04); } .ubif-faq-item summary { position: relative; padding: 20px 58px 20px 21px; cursor: pointer; list-style: none; color: var(--ubif-heading); font-size: 15px; font-weight: 750; line-height: 1.5; } .ubif-faq-item summary::-webkit-details-marker { display: none; } .ubif-faq-item summary::after { content: "+"; position: absolute; top: 50%; right: 20px; display: flex; align-items: center; justify-content: center; width: 30px; height: 30px; transform: translateY(-50%); border-radius: 7px; background: var(--ubif-orange); color: var(--ubif-white); font-size: 20px; font-weight: 700; line-height: 1; } .ubif-faq-item[open] summary::after { content: "−"; } .ubif-faq-answer { padding: 0 21px 21px; color: var(--ubif-text); font-size: 14px; line-height: 1.75; } /* ONDERSTE CONTACTSECTIE */ .ubif-cta { padding: 65px 0; border-top: 1px solid var(--ubif-border); background: var(--ubif-white); } .ubif-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 34px; border: 1px solid var(--ubif-border); border-radius: 14px; } .ubif-cta h2 { margin-bottom: 7px; color: var(--ubif-heading); font-size: clamp(27px, 4vw, 38px); font-weight: 750; line-height: 1.2; letter-spacing: -1px; } .ubif-cta p { margin-bottom: 0; color: var(--ubif-text); } /* RESPONSIVE */ @media (max-width: 900px) { .ubif-contact-grid { grid-template-columns: 1fr 1fr; } .ubif-store-grid { grid-template-columns: 1fr; } } @media (max-width: 650px) { .ubif-inner { width: min(100% - 28px, 1160px); } .ubif-hero { padding: 70px 0 78px; } .ubif-hero h1 { font-size: 40px; letter-spacing: -1.5px; } .ubif-hero p { font-size: 16px; line-height: 1.7; } .ubif-hero-buttons { display: grid; grid-template-columns: 1fr; } .ubif-hero-buttons .ubif-button { width: 100%; } .ubif-contact-section { padding: 65px 0 75px; } .ubif-contact-grid { grid-template-columns: 1fr; } .ubif-contact-card p { min-height: 0; } .ubif-store-card { padding: 25px; border-radius: 13px; } .ubif-store-buttons { display: grid; grid-template-columns: 1fr; } .ubif-store-buttons .ubif-button { width: 100%; } .ubif-hours thead { display: none; } .ubif-hours tbody td { padding: 13px 15px; } .ubif-map-section, .ubif-faq-section { padding: 70px 0; } .ubif-map iframe { height: 340px; } .ubif-cta { padding: 55px 0; } .ubif-cta-inner { flex-direction: column; align-items: flex-start; padding: 26px; } .ubif-cta .ubif-button { width: 100%; } }
Contact en klantenservice

We helpen je graag verder.

Heb je een vraag over een bestelling, product, levering, retour, garantie of reparatie? Neem telefonisch of per e-mail contact op met U Break i Fix. Wij streven ernaar om e-mails binnen 24 uur te beantwoorden.

Telefonisch contact

Bel ons tijdens de openingstijden voor vragen over bestellingen, producten, reparaties en onze dienstverlening.

020 760 3760

Contact per e-mail

Stuur je vraag per e-mail. Vermeld bij vragen over een bestelling altijd je bestelnummer.

Stuur een e-mail

Bezoek onze winkel

Kom langs in Amsterdam voor persoonlijk advies, productinformatie of ondersteuning bij een reparatie.

Bekijk de locatie
Onze winkel

U Break i Fix Amsterdam

Onze winkel is gevestigd aan de Kinkerstraat in Amsterdam. Je bent welkom voor vragen over bestellingen, producten, accessoires en reparaties.

Adres Kinkerstraat 296 H
1053 GC Amsterdam
Telefoonnummer 020 760 3760
Openingstijden

Wanneer kun je langskomen?

Hieronder staan onze reguliere openingstijden. Tijdens feestdagen kunnen afwijkende openingstijden gelden.

Dag Openingstijden
Maandag 10:00 – 18:00
Dinsdag 10:00 – 20:00
Woensdag 10:00 – 18:00
Donderdag 10:00 – 18:00
Vrijdag 10:00 – 18:00
Zaterdag 10:00 – 18:00
Zondag 12:00 – 17:00
Wij streven ernaar om e-mails binnen 24 uur te beantwoorden. Voor dringende vragen kun je het beste telefonisch contact opnemen.
Route en locatie

Je vindt ons aan de Kinkerstraat

U Break i Fix is gevestigd aan de Kinkerstraat 296 H in Amsterdam. Gebruik de kaart om eenvoudig je route naar onze winkel te plannen.

Veelgestelde vragen

Waar kunnen we je mee helpen?

Hieronder vind je antwoorden op veelgestelde vragen over contact, bestellingen en een bezoek aan onze winkel.

Hoe kan ik contact opnemen met U Break i Fix?
Je kunt ons telefonisch bereiken via 020 760 3760 of een e-mail sturen naar info@ubreakifix.nl. Je kunt ook langskomen in onze winkel aan de Kinkerstraat 296 H in Amsterdam.
Hoe snel wordt mijn e-mail beantwoord?
Wij streven ernaar om e-mails binnen 24 uur te beantwoorden. Tijdens drukke periodes, weekenden en feestdagen kan een reactie iets langer duren.
Wat moet ik vermelden bij een vraag over mijn bestelling?
Vermeld je volledige naam, het e-mailadres waarmee je hebt besteld en je bestelnummer. Zo kunnen wij je bestelling sneller terugvinden en je gerichter helpen.
Kan ik zonder afspraak langskomen?
Je kunt tijdens onze openingstijden zonder afspraak langskomen voor algemene vragen, productinformatie en advies. Voor specifieke reparaties kan het verstandig zijn om vooraf contact op te nemen.
Kan ik telefonisch een exacte reparatieprijs krijgen?
In veel gevallen kunnen wij vooraf een prijsindicatie geven. Houd het merk, model en de klacht van het apparaat bij de hand. Voor een definitieve diagnose en prijs kan fysiek onderzoek nodig zijn.
Heb ik altijd garantie op een product of reparatie?
Garantie is afhankelijk van het product, de uitgevoerde dienst, de oorzaak van het probleem en de geldende voorwaarden. Iedere aanvraag wordt afzonderlijk beoordeeld.

Heb je nog een vraag?

Bel onze winkel voor directe ondersteuning of stuur ons een e-mail.

Bel 020 760 3760
Product was successfully added to your cart!