KATEGORIE
Zpěz k nákupu
Audio, video, TV
AUTO - MOTO
Dům a zahrada
Foto
Hračky
Chovatelské potřeby, Drogerie
Malé domácí spotřebiče
Počítače, notebooky, mobily
Sport, krása, zdraví, zábava
Velké spotřebiče
Výprodej ULTRA nízké ceny
Zdraví, wellness
Na vašem soukromí nám záleží
Ubiquiti Magnetický držák Floating Mount 16 cm pro UX7
914 Kč
755 Kč bez DPH
Dostupnost: Skladem v eshopu
Part no.: UACC-FM-16cm
Kód produktu: 122655955
Popis produktu
Floating Mount 16 cm
Magnetický držák pro UniFi Express & Gateway
Elegantní „levitující“ instalace
Montáž: magnet • vrut • hmoždinka
Polykarbonát + silikonová pryž
Kompaktní 109 × 109 × 8 mm
Hmotnost pouze 107 g
Kompatibilita: UX / UXG-Lite, CG-Ultra, UX7…
Technické parametry
Model UACC-FM-16cm
Rozměry 109,7 × 109,7 × 8,3 mm
Hmotnost 107 g
Materiál Polykarbonát, silikon
Možnosti uchycení Magnet / vrut / hmoždinka
Kompatibilita UniFi Express 7, UX/UXG-Lite, CG-Ultra/Max
:root{
--c-bg:#f9fafb;
--c-border:#e2e8f0;
--c-primary:#2563eb;
--c-text:#111827;
}
.product-card{
display:grid;
grid-template-columns:1fr 1fr;
gap:2rem;
padding:2rem;
background:var(--c-bg);
border:1px solid var(--c-border);
border-radius:1.25rem;
max-width:1000px;
margin:auto;
}
.product-img img{
width:100%;
border-radius:1rem;
object-fit:cover;
box-shadow:0 4px 24px rgba(0,0,0,.08);
}
.product-content h1{
font-size:clamp(1.8rem,4vw,2.4rem);
margin-bottom:.25rem;
color:var(--c-text);
}
.tagline{
color:var(--c-primary);
font-weight:600;
margin-bottom:1rem;
}
.highlights{
list-style:none;
padding:0;
margin:0 0 1.5rem 0;
}
.highlights li{
margin-bottom:.5rem;
padding-left:1.5rem;
position:relative;
}
.highlights li::before{
content:"?";
position:absolute;
left:0;
top:0;
color:var(--c-primary);
font-weight:700;
}
.specs{
width:100%;
border-collapse:collapse;
margin-bottom:1.5rem;
}
.specs th,
.specs td{
padding:.5rem .75rem;
border-bottom:1px solid var(--c-border);
}
.specs th{
text-align:left;
font-weight:600;
width:45%;
color:var(--c-text);
}
.specs td{
color:#374151;
}
@media(max-width:768px){
.product-card{grid-template-columns:1fr;}
.product-img{order:-1;}
}
Popis produktu
Floating Mount 16 cm
Magnetický držák pro UniFi Express & Gateway
Elegantní „levitující“ instalace
Montáž: magnet • vrut • hmoždinka
Polykarbonát + silikonová pryž
Kompaktní 109 × 109 × 8 mm
Hmotnost pouze 107 g
Kompatibilita: UX / UXG-Lite, CG-Ultra, UX7…
Technické parametry
Model UACC-FM-16cm
Rozměry 109,7 × 109,7 × 8,3 mm
Hmotnost 107 g
Materiál Polykarbonát, silikon
Možnosti uchycení Magnet / vrut / hmoždinka
Kompatibilita UniFi Express 7, UX/UXG-Lite, CG-Ultra/Max
:root{
--c-bg:#f9fafb;
--c-border:#e2e8f0;
--c-primary:#2563eb;
--c-text:#111827;
}
.product-card{
display:grid;
grid-template-columns:1fr 1fr;
gap:2rem;
padding:2rem;
background:var(--c-bg);
border:1px solid var(--c-border);
border-radius:1.25rem;
max-width:1000px;
margin:auto;
}
.product-img img{
width:100%;
border-radius:1rem;
object-fit:cover;
box-shadow:0 4px 24px rgba(0,0,0,.08);
}
.product-content h1{
font-size:clamp(1.8rem,4vw,2.4rem);
margin-bottom:.25rem;
color:var(--c-text);
}
.tagline{
color:var(--c-primary);
font-weight:600;
margin-bottom:1rem;
}
.highlights{
list-style:none;
padding:0;
margin:0 0 1.5rem 0;
}
.highlights li{
margin-bottom:.5rem;
padding-left:1.5rem;
position:relative;
}
.highlights li::before{
content:"?";
position:absolute;
left:0;
top:0;
color:var(--c-primary);
font-weight:700;
}
.specs{
width:100%;
border-collapse:collapse;
margin-bottom:1.5rem;
}
.specs th,
.specs td{
padding:.5rem .75rem;
border-bottom:1px solid var(--c-border);
}
.specs th{
text-align:left;
font-weight:600;
width:45%;
color:var(--c-text);
}
.specs td{
color:#374151;
}
@media(max-width:768px){
.product-card{grid-template-columns:1fr;}
.product-img{order:-1;}
}